body {
	margin: 10px;
	background-color: #7e8b9f;	
}

td, select, textarea, input, p, li {
	font-family: tahoma, verdana;
	font-size: 12px;
	text-align: left;
	color:#4d4d4d;
	line-height: 20px;
	text-align: justify;
	vertical-align:top;	
}

.header-links {
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight:bold;
	padding-left:17px;				
	color:#6c747f;
	text-decoration:none;	
}
.header-links-active {
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color:#ffffff;
	padding: 6px;
	background-color:#798ba0;	
}

/* -------------- home page CSS STARTs -------------- */
.table-border {
	border:1px solid #d8ddeb;/*#acacac;*/
}
.table-header {
	background-color:#e5e1d2;
	font-size:15px;
	font-weight:bold;		
	color:#c80a0a;
	padding: 5px;
}
/* -------------- home page CSS ENDs -------------- */

h1 {
	font-family: tahoma, verdana;
	font-size: 12px;
	color:#135ec5;	
	font-weight:bold;
	/* border-bottom:1px dotted #d8ddeb; */
}
/*
a:link {
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #1273ce;
	text-decoration:underline;
}

a:hover {
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #59a223;
	text-decoration:underline;
}

a:visited {
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	color: #1273ce;
	text-decoration:underline;
}
*/
ul {
	list-style-position: outside;
/*	list-style-image: url(images/icon-list-arrow.gif);*/
}	

.footer-line{
	border-bottom: solid 1px #bfbfbf;
}

.footer {
	text-align: right;
	font-size:11px;
	color:#838383;
	height: 35px;
	vertical-align: middle;
	text-decoration:none;
}
.footer a:hover {
	text-align: right;
	font-size:11px;
	color:#1c85d8;
	height: 35px;
	vertical-align: middle;
	text-decoration:underline;
}

.dotted-line {
	border-bottom:1px dotted #c2c2c2;
	padding:10px;
}
.top {
text-align:right;
}

.link-11pt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#6c747f;
	padding: 6px;	
}

