
/*****************************************************
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;
}
