/* CSS Document */

a {color : #7793A8; text-decoration : none;}
a:active {color : #7793A8; text-decoration : none;}
a:hover {color : #7793A8; text-decoration : underline;}
a:visited {color : #7793A8;}

body {
	background-color: #7793A8;
	margin:0px;
	padding:0px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight; normal;
	color: #666666;
}