/* CSS Document */

body {
	background-color: #B6B6B6;
	background-image: url(images/shadow.jpg);
	background-repeat: y-repeat;
	margin: 0px;
}

tr, td, div, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bluebar {
	background-color: #4873A0;
	height: 5px;
}

.topmenubg {
	background-image: url(images/topmenubg.jpg);
	height: 34px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-repeat: repeat-x;
}

.graybar {
	background-color: #EEEEEE;
	height: 5px;
}

.headerblue {
	color: #4873A0;
	font-size: 14px;
}

.headerblue2 {
	color: #4873A0;
	font-size: 12px;
}

.headergray {
	color: #49535F;
	font-size: 14px;
}

.createdate {
	color: #000000;
	font-size: 11px;
}

.footer {
	color: #999999;
	font-size: 10px;
	padding: 20px;
}

a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-right: 4px;
	color: #666666;
}

a.topmenu:hover {
	text-decoration: none;
	color: #FF6666;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	/*border : 1px solid #CCCCCC;*/
}

a.readon:link, a.readon:visited {
	text-decoration: none;
	color: #000000;
}

a.readon:hover {
	text-decoration: none;
	color: #FF6666;
}