body
{
	background-image:url(/Images/layout/bg.gif);
	background-repeat:repeat-x repeat-y;
	background-color: #3e3a48;
	font-family:Arial;
	margin: 0 0 0 0;
}

input 
{
	font-family:Arial; 
	font-size: 9pt;
	font-weight: normal;
	/*color: #333333;*/
	border: 1px solid #7F9DB9;
	
}

textarea 
{
	font-family: Arial,Tahoma; 
	font-size: 9pt;
	font-weight: normal;
	/*color: #604D3F;*/
	border: 1px solid #7F9DB9;		
}


select 
{
	font-family: Arial,Tahoma; 
	font-size: 9pt;
	font-weight: normal;
}

a
{
	color: black;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Tahoma;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

table
{
	font-weight: normal;
	font-size: 9pt;
	/*color:;*/
	font-family: Arial,Tahoma;
	text-decoration: none;
	/*text-align: justify;*/
}

#header
{
	margin-top: 10px;
	background-image: url(/Images/Layout/header_bg.gif);
	background-repeat: no-repeat;
}

#content
{
	border-right:solid 1px #0b7511;
	border-left:solid 1px #0b7511;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
}

#footer
{
	margin-top: 20px;
}

.boxYellowTop
{
	background-image:url(/Images/Layout/menu_yellow_top.gif);
	background-repeat:no-repeat;
	height:20px;
	padding:3px;
}

.boxBlueTop
{
	background-image:url(/Images/Layout/menu_blue_top.gif);
	background-repeat:no-repeat;
	height:30px;
	padding:3px;
	font-size:12pt;
	font-weight:bold;
	color:#ffff00;
}

.boxDarkGreenTop
{
	background-image:url(/Images/Layout/content_darkgreen_top.gif);
	background-repeat:no-repeat;
	height:7px;
}

.boxDarkGreenBottom
{
	background-image:url(/Images/Layout/content_darkgreen_bottom.gif);
	background-repeat:no-repeat;
	height:7px;
}

.boxGray377Top
{
	background-image:url(/Images/Layout/content_gray_377_top.gif);
	background-repeat:no-repeat;
	height:4px;
}

.boxGray377Bottom
{
	background-image:url(/Images/Layout/content_gray_377_bottom.gif);
	background-repeat:no-repeat;
	height:4px;
}

.boxGray250Top
{
	background-image:url(/Images/Layout/content_gray_250_top.gif);
	background-repeat:no-repeat;
	height:4px;
}

.boxGray250Bottom
{
	background-image:url(/Images/Layout/content_gray_250_bottom.gif);
	background-repeat:no-repeat;
	height:4px;
}

.sectionHeader
{
	font-size:13pt; 
	font-weight:bold; 
	color:#01c900; 
}

.subHeader
{
	font-size:10pt; 
	font-weight:bold; 
	color:#3b89ed; 
}

.label
{
	font-size:9pt; 
	font-weight:normal; 
	color:#3f86ff; 
}

.blueLink
{
	font-size:10pt; 
	font-weight:bold; 
	color:#3b89ed; 
}

.redLink
{
	font-size:10pt; 
	font-weight:normal; 
	color:red; 
}

.grayLink
{
	font-size:10pt; 
	font-weight:normal; 
	color:#333333; 
}

.smallLink
{
	font-size:8pt;
	font-weight: normal; 
}

.linkSpan
{
	color:#333;		
}

.linkSpan:hover
{
	color: Black;
	text-decoration:underline;
	cursor:hand;	
}

.noBorder
{	
	BORDER: none; 		
}