body {
	background-color: #E5EDF0;
	scrollbar-face-color: #E5EDF0;
	scrollbar-arrow-color: #04517D;
	scrollbar-track-color: #E5EDF0;
	scrollbar-highlight-color: #04517D;
    scrollbar-3dlight-color: #E5EDF0;
    scrollbar-darkshadow-color: #E5EDF0;
    scrollbar-shadow-color: #04517D;}

td, tr, body {
	font-size: 10px;
	color: #7A7A7A;
	line-height: 12px;
	font-family: verdana; 
}

img {
	border-color: #6F9CB3;
}	

A:link{color:#04517D; cursor: deafult; font-weight: normal; border-bottom: 1px dotted #507F9D; text-decoration: none;}
A:visited{color:#04517D; cursor: default; font-weight: normal; border-bottom: 1px dotted #507F9D; text-decoration: none;}
A:hover{color:#507F9D; cursor: default; font-weight: normal; border-bottom: 1px dotted #04517D; text-decoration: none;}

.title {
	width: 98%;
	background: #E5EDF0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	color: #04517D;
	text-align: center;
	line-height: 10px;
      	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: #04517D 1px dotted;
}
.main {
	width: 98%;
    	background-color: #DBE7EB;
	font-size: 10px;
	font-family: verdana;
	color: #7A7A7A;
	font-weight: none;
	padding: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: #174A67 1px dotted;
}
-->