table.layout {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
}
body {
	background-color: #F1FFFF;
	background-image: url(../images/design/background.jpg);
	background-repeat: repeat-x;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #222222;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
input.submit {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	border: 0px;
}
.headerbg {
	background-color: #000000;
	background-image: url(../images/design/header.jpg);
	background-repeat: repeat-x;
}
a.header {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}
a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0066FF;
}
a:hover.header {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	background-color: #555555;
}
a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0066FF;
	background-color: #EEEEFF;
}
a:hover.picture {
	background-color: #FFFFFF;
}
a:visited.header {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
}
.linkseparate {
	color: #FFFFFF;
}		
.divCell {
   	width: 744px;
   	height: 325px;
   	overflow: auto;
}
.divCellTall {
   	width: 744px;
   	height: 500px;
   	overflow: auto;
}
.divCellMain {
   	width: 744px;
   	height: 220px;
   	overflow: auto; 
}
.highlight {
	color: #004F9C;
	font-weight: bold;
}
.h_title {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight:bold;
margin-bottom:5px;
}