
/*****************************************************
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: 16px; MARGIN-BOTTOM: 10px; MARGIN-Top: 10px; FONT-FAMILY: verdana,arial,helvetica; COLOR: #0083b3;}
p,div,span,input,select,td { 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;font: normal 14px Arial, Helvetica, sans-serif; }
a:visited { color: #0083b3;font: normal 14px Arial, Helvetica, sans-serif; }
a:hover { color: #ff0000;font: normal 14px Arial, Helvetica, sans-serif; }
a:active { color: #0083b3;font: normal 14px Arial, Helvetica, sans-serif; }

/*****************************************************
Background color and font colors <<5 please
*****************************************************/

.BigBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	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: 180px;
	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;
}
