body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;		
}
.body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525552;
	text-transform: none;	
}
.smallbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525552;
	text-transform: none;	
}
td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.orangeColor{
	color: #E8681A;
}
.orangeText{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E8681A;
	text-transform: none;	
}
.grayText{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;	
	color: #525552;
	text-transform: none;
}
.comment{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;		
	text-transform: none;
}

.withHeader {
	background-image: url(/images/Header.png);
	background-repeat: no-repeat;
	background-position: top center;	
}

.withHeaderButtons {
	background-image: url(/images/HeaderButtons.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

.buttonPanel {
	background-image: url(/images/ButtonPanel.bmp);
	background-repeat: repeat-x;
	background-position: top center;
	width: 500px;
	height: 66px;
}
.buttonPanelWithoutLines {
	background-image: url(/images/ButtonPanel3.gif);
	background-repeat: repeat-x;
	background-position: top center;
	width: 950px;
	height: 44px;
}


.arrowButtonLeftSide{
	background-image: url(/images/ArrowButtonLeftSide.gif);
	background-repeat: no-repeat; 	
	background-position: top center;
	width: 43px;
	height: 47px;
}
.arrowButtonRightSide{
	background-image: url(/images/ButtonRightSide.gif);
	background-repeat: no-repeat; 	
	background-position: center;
	width: 13px;
	height: 29px;
}
.arrowButtonMiddle{
	background-image: url(/images/ButtonMiddle.gif);
	width: 90px;
	height: 29px;
	background-repeat: repeat-x; 	
	background-position: center;
	text-align: center;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer; 
	cursor: hand;	
}

.buttonLeftSide{
	background-image: url(/images/ButtonLeftSide.gif);
	background-repeat: no-repeat; 	
	background-position: center;
	width: 13px;
	height: 29px;
}
.buttonRightSide{
	background-image: url(/images/ButtonRightSide.gif);
	background-repeat: no-repeat; 	
	background-position: center;
	width: 13px;
	height: 29px;
}
.buttonMiddle{
	background-image: url(/images/ButtonMiddle.gif);
	width: 110px;
	height: 29px;
	background-repeat: repeat-x; 	
	background-position: center;
	text-align: center;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer; 
	cursor: hand;	
}

.grayButtonLeftSide{
	background-image: url(/images/grayButtonLeftSide.gif);
	background-repeat: no-repeat; 	
	background-position: center;
	width: 12px;
	height: 29px;
}
.grayButtonRightSide{
	background-image: url(/images/grayButtonRightSide.gif);
	background-repeat: no-repeat; 	
	background-position: center;
	width: 12px;
	height: 29px;
}
.grayButtonMiddle{
	background-image: url(/images/grayButtonMiddle.gif);
	width: 72px;
	height: 29px;
	background-repeat: repeat-x; 	
	background-position: center;
	text-align: center;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer; 
	cursor: hand;		
}

.GrayTableMenu {
	background-image: url(/images/GrayTableMenu.gif);
	background-repeat: repeat-x;
	background-position: top center;
	width: 950px;
	height: 33px;
}

.table_menu_title {
	background-image: url(/images/Orange.png);
}

.td_menu_title{
	background-image: url(/images/menu_title_orange.bmp); 
	background-repeat: repeat-x; 
	background-position: bottom;
	padding: 0px 20px;	 	
}

.table_menu_item {
	background: url(/images/menu_item_gray.bmp);
	background-repeat: repeat-x;
	background-position: bottom;
}
.td_menu_item {
	vertical-align: top;
	background: url(/images/menu_item_gray2.bmp);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 20px;
}

.titleCounter{
	background-color: #FFFFFF;
	font-size: 12px;	
}
	
	.blacklink_withline:link, .blacklink_withline:visited, .blacklink_withline:visited:hover{
		text-decoration:underline;
		color:#000000;
		font-size: 10px;
		font-weight: normal;
	}
	.blacklink_withline:hover {
		text-decoration:underline;
		color:#E8681A;
		font-size: 10px;
		font-weight: normal;
	}
	
	.blacklink:link, .blacklink:visited {
		text-decoration: underline;
		color:#000000;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;				
	}
	.blacklink:hover, .blacklink:visited:hover{
		text-decoration: underline;
		color:#E8681A;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
	}

	a:link, a:visited {
		text-decoration:underline;
		color:#E8681A;
		font-weight: bold;
		font-size: 12px;
	}
	a:hover, a:visited:hover {
		text-decoration:underline;
		color:#2E2E2E;
		font-weight: bold;
		font-size: 12px;
	}

.field {
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}		
	
.bgnews {
	background-image: url(images/newsbg.gif);
	background-repeat: repeat-x;
}
.datefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8681A;
}
.newstitlefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #424242;
}
.txtfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}
.txtfontblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blacksmlfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.GraySubheading{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525552;
	text-transform: none;
}

.Bullet{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #525552;
	text-transform: none;
}

.WhiteSubheading{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}
.TableWhiteSubheading{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.CapitalSubheading{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8681A;
	text-transform: uppercase;
}

.errorMessage{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-transform: none;
}

.headings {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8681A;
	text-transform: uppercase;		
}

.subheadings{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8681A;
	text-transform: none;
}

.title{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #525552;
	text-transform: none;	
}
.titleWhite{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;	
}
