/*---Font Style---*/

.cen
{
	text-align: center;
	margin-top: 3px;
	_margin-top: 3px;
}

pre{
	width:100%;
	margin:0 0 15px;
	overflow:auto;
	border:1px #cccccc solid;
	background:#eeeeee;
	padding:2px;
	font-size:small;
}

*+html pre{
	overflow: scroll;
} 
* html pre{
	overflow: scroll;
}

p code{
	display:block;
	overflow:auto;
	border:1px #cccccc solid;
	background:#eeeeee;
	padding:2px;
	font-size:small;
}
code span{
	color:green;
}

.bg-yellow
{
	color: #000000;
	background-color: #FFFF00;
	font-weight: bold;
}

.bg-red
{
	color: #FFFFFF;
	background-color: #FB0000;
	font-weight: bold;
}

.bg-blue
{
	color: #FFF799;
	background-color: #0000FF;
	font-weight: bold;
}


.pcol {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.pcol a:hover
{
	color: #FFCC00;
}

.blue {
	font-weight: normal;
	color: #0000FF;
}

.red {
	font-weight: normal;
	color: #FF0000;
}

.red-2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.red-2 a:hover
{
	color: #FFCC00;
}

.blue-2 {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}

.categ {
	border: 1px solid #000;
	background-color: #E2DF91;
	text-indent: 5px;
	color: #FC0505;
	font-size: 12px;
	font-weight: bold;
}

.c_back {
	border: 1px solid #000;
	background-color: #41AE67;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
}

hr { height: 1px; }

.cent
{
	text-align: center;
	font-size: 12px;
}

.cent2
{
        text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.cent2 a{
        color: #008000;
}

.count
{
	font-size: 12px;
    text-align: center;
	color: #000000;
}

.str
{
	font-weight: normal;
}

.left
{
	text-align: left;
}

DIV .lf{text-align: reft;}

DIV .rt{text-align: right;}

.pr {
	background-color: #A0A0A0;
	text-indent: 5px;
	font-size: 10px;
	text-align: center;
}

.pr a{color:#3D3D3D;}

.pr a:hover {color:#FFFFFF;}


/*---Table Style---*/
/*------ table------ */

table.generalTable {
 border: 1px solid #363636;
 border-width: 1px 0 0 1px;
 border-collapse: collapse;
 margin-bottom: 20px;
 letter-spacing:0.25em;
}

.blockLeft table.generalTable,
.blockRight table.generalTable,
.blockFull table.generalTable {
 margin-left : 0;
 margin-right : 0;
 margin : 0;
}

table.generalTable td.level1 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #91876E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	line-height: 133%;
}

table.generalTable td.level2 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #D8D7C7;
	font-weight: bold;
	font-size: 100%;
	line-height: 133%;
	width: 160px;
}

table.generalTable td.level3 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #D8D7C7;
	font-size: 100%;
	font-weight: bold;
	line-height: 133%;
	width: 120px;
}

table.generalTable td {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #FFFFFF;
	font-size: 100%;
	line-height: 133%;
}

.text {
	font-size: 12px;
	line-height: 133%;
}

#counter
{
	font-family:Georgia;
	font-size:11px;
	text-align:center;
}

#counter-2
{
	font-family:Georgia;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

.work {
	border: none;
	width: 115px;
}