
/*****************************************************
General page style
*****************************************************/

body { padding-bottom: 10px; padding-top:5px;margin: 0px; FONT-FAMILY: arial,helvetica;BACKGROUND-IMAGE: url(images/bg.jpg); BACKGROUND-REPEAT: repeat-x;}
H1 {FONT-SIZE: 18px; MARGIN-BOTTOM: 10px; MARGIN-Top: 5px; FONT-FAMILY: verdana,arial,helvetica; COLOR: #224488;}
H2 {MARGIN-TOP: 1em; FONT-SIZE: 125%; MARGIN-BOTTOM: 0px}
H3 {FONT-SIZE: 115%; MARGIN-BOTTOM: 0px}
H4 {FONT-SIZE: 100%; MARGIN-BOTTOM: 0px}
H5 {FONT-SIZE: 100%; MARGIN-BOTTOM: 0px}
H6 {FONT-SIZE: 100%; MARGIN-BOTTOM: 0px}
TD {FONT-SIZE: 72%}
TH {FONT-SIZE: 72%}
p,div,span,input,select { font: 12px Arial, Helvetica, sans-serif; }
form { padding: 0px; margin: 0px; border: 0px; }
table { border: none; }
ol { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
ul { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
li { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }
hr{height:1px}

a:link { color: #0083b3;}
a:visited { color: #0083b3;}
a:hover { color: #ff0000;}
a:active { color: #0083b3;}

/*****************************************************
Background color and font colors <<5 please
*****************************************************/
.TopMenu {
	margin: 0px;
}
.TopMenu UL {
	padding: 0px; margin: 0px; HEIGHT: 35px; 
}
.TopMenu LI 
{
	font:bold 14px Arial;float:left;display: block;
}
.TopMenu LI A {
	padding: 6px 7px 7px 7px;COLOR: #0083b3;display: block; TEXT-DECORATION: none;
}
.TopMenu LI A:hover {
	border: #00aff0 1px solid; BACKGROUND: white;padding: 5px 6px 6px 6px;color: #0083b3;
}
.SmallBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.Container
{
	Width:800px;
	padding-top:35px;
	height:400px;
}

.TextButton,a.TextButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	border: #C3C2C2 1px solid; 
	margin:1px;
	padding: 3px 12px 3px 12px; 
	color: #444444; 
	background-color:#ffffff;
	text-decoration:none;
	font-weight: bold;	
	display: inline-block;
}
a.TextButton:visited {	
	color: #444444; 
	text-decoration:none;
	display: inline-block;
	background-color:#ffffff;
}
a.TextButton:hover {	
	color: #444444; 
	background-color:#eeeeee;
	text-decoration:underline;
}

#Footer
{
	padding: 15px 8px 8px 8px;
	text-align:center;
}

.box
{
	width: 600px;
	background-color: #cccccc;
}

.box700
{
	width: 700px;
	background-color: #cccccc;
}

.boxsmall
{
	width: 230px;
	background-color: #cccccc;
}

.boxTitle
{
	padding:4px 5px 4px 15px;
	background-color: #eeeeee;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	height:24px;
	background-image:url(images/WindowHeader.gif)
}
.boxArea
{
	background-color: #f9f9f9;
	padding:15px;
}
.FieldName
{	
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.title, A.title:link, A.title:visited, A.title:active {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.Description, A.Description:link, A.Description:visited, A.Description:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}