body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.jpg);
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#0066CC;
	scrollbar-shadow-color:#0099ff;
	scrollbar-face-color:#0066CC;
	scrollbar-highlight-color:#003366;
	scrollbar-darkshadow-color:#003366;
	scrollbar-3d-light-color:#00ffff;
}
a:link {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.Font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
}
.Tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.small { 
	color: #b2b2b2; 
	font-style: normal; 
	font-size: 9px; 
	line-height: normal; 
	font-family: Arial; 
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.inputstyle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333333;
	background-image: url(images/txtbox_shadow.gif);
}
.submit {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #003366;
	border: 1px solid #cccccc;
}
.form {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.linkcell { padding-left: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
hr {  color: #000000}

//.unnamed1 {  font-family: Arial, Helvetica, sans-serif; font-size: small}




#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
	margin-bottom: 3px;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	border-width: 1px 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}

#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: white;
background-color: #00439d;
border-bottom: 4px solid black;
padding-bottom: 0;
}

.box {
	border: 1px dashed #CCCCCC;
}
.box2 {
	padding: 5px;
	background-color: white;
}
.box3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
