/****************************************************************************************************/
/*									General Document Style											*/
/****************************************************************************************************/

BODY { 
	font-family: Arial, Helvetica, sans-serif;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }
a:visited:hover { text-decoration: underline; }


/****************************************************************************************************/
/*									Classes for top bar */
/****************************************************************************************************/

.TopBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	color: #990000;
}

.TopBar TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007939;
}

.TopBar a:link, .TopBar a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #007939;
	text-decoration: none;
}

.TopBar a:hover, .TopBar a:active { text-decoration: underline; }

/****************************************************************************************************/
/*									Classes for top comments */
/****************************************************************************************************/

.TopComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TopErrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #990000; 
}

/****************************************************************************************************/
/*									Classes for pager */
/****************************************************************************************************/

.Pager {
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.Pager a:link, .Pager a:visited {
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}

.Pager a:hover, .Pager a:active {
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}

/****************************************************************************************************/
/*									Classes for the center of the screen */
/****************************************************************************************************/

.CenterHeader {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clip:   rect(   );
	border-top: 1px none #990000;
	border-right: 1px none #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	background-color: #FFFFFF;
}


.CenterBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CenterBox		.headergray {
	font-weight: bold;
	color: #990000;
	height: 20px;
	background-color: #EAEAEA
}

.CenterBox		.boxed {
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.CenterBox		.announcements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.CenterBox		.highlighted {
	color: #996600;
}

.CenterBox		.sublighted {
	color: #333333;
}

.CenterBox  a:link { color: #990000; text-decoration: none; }
.CenterBox  a:visited { color: #990000; text-decoration: none; }
.CenterBox  a:hover { color: #990000; text-decoration: underline; }
.CenterBox  a:visited:hover { color: #990000; text-decoration: underline; }

.CenterBox UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
	margin-bottom: 2px;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

.CenterBox UL LI a:link { color: #333333; text-decoration: none; }
.CenterBox UL LI a:visited { color: #333333; text-decoration: none; }
.CenterBox UL LI a:hover { color: #333333; text-decoration: underline; }
.CenterBox UL LI a:visited:hover { color: #333333; text-decoration: underline; }



.CenterNewsBox {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}

.CenterNewsBox .category {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #007939;
	text-decoration: none;
}

.CenterNewsBox .title {
	background-color: #EAEAEA;
	border-left: 5px solid #007939;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
}

.CenterNewsBox .date {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: italic;
	color: #007939;
	text-decoration: none;
}

.CenterNewsBox .category_inline {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: italic;
	color: #990000;
	text-decoration: none;
}

.CenterNewsBox .arrow {
	margin-top: 5px;
	border: 0px solid #990000;
}

.CenterNewsBox IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	/*							border-top: 1px solid #990000;border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000; */
	
}

.CenterNewsBox .textbox {
	border-bottom: 1px solid #007939;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom: 20px;
}

.CenterNewsBox .more {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.CenterNewsBox a:link, .CenterNewsBox a:visited { color: #007939; text-decoration: none; }
.CenterNewsBox a:hover, .CenterNewsBox a:active { text-decoration: underline; }




/****************************************************************************************************/
/*									Classes for the side menu */
/****************************************************************************************************/

.SideMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom=5px;
	text-decoration: none;
	width: 210px;
}

.SideMenu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SideMenu LI {
	background-color: #EFEFEF;
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-left: 2px;
	margin-bottom: 2px;
}

.SideMenu a { display: block;}
.SideMenu a:link, .SideMenu a:visited { background-color: #EFEFEF; color: #333333; }
.SideMenu a:hover, .SideMenu a:active { background-color: #FFFFFF; }


/****************************************************************************************************/
/*									Classes for the side boxes */
/****************************************************************************************************/

.SideBox {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px 0px 0px;
}

.SideBox		.header { 
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007939;
	font-weight: bold;
	height: 25px;
}


.SideBox 		.content TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.SideBox .content .arrow {
	margin-top: 5px;
}


.SideBox		.header 		a:link { color: #990000; text-decoration: none; }
.SideBox		.header 		a:visited { color: #990000; text-decoration: none; }
.SideBox		.header 		a:hover { color: #990000; text-decoration: underline; }
.SideBox		.header 		a:visited:hover { color: #990000; text-decoration: underline; }

.SideBox 		a:link { color: #333333; text-decoration: none; }
.SideBox 		a:visited { color: #333333; text-decoration: none; }
.SideBox 		a:hover { color: #333333; text-decoration: underline; }
.SideBox 		a:visited:hover { color: #333333; text-decoration: underline; }


/****************************************************************************************************/
/*									Classes for form fields */
/****************************************************************************************************/

.FormTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #007939;
}

.FormSelectBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.underconstr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}

/****************************************************************************************************/
/*									Classes for the new static menu */
/****************************************************************************************************/

.outerTable{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.td-epiloges{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	padding-left: 6px;
	color: #007939;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 24px;font-size: 11px;
}

.td-menu{
	color: #444444;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	
}
.td-menu a:link{
	color: #444444;
	text-decoration:none;	
}

.td-menu a:visited{
	color: #444444;	
	text-decoration:none;		
}

.td-menu a:hover{
	color: #444444;
	text-decoration:underline;			
}

.td-menu a:active{
	color: #444444;	
	text-decoration:none;		
}
/****************************************************************************************************/
/*									Classes for the sub menu */
/****************************************************************************************************/

.sub{
	color: #990000;
	font-style: italic;
	padding-right: 5px;
	padding-top: 8px;
	
}
.sub a:link{
	color: #007939;
	text-decoration:none;	
}

.sub a:visited{
	color: #007939;	
	text-decoration:none;		
}

.sub a:hover{
	color: #007939;
	text-decoration:underline;			
}

.sub a:active{
	color: #007939;	
	text-decoration:none;		
}
.pad{
padding-left:30px;
}

.comment{
color:#666666;
font-size:11px;
font-weight:bold;
}