/* CSS Document */
.dr-style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CECECE;
}


body {
	background-color: #274A92;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("images/background01.gif");
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #00CCFF;
	text-decoration:none;
}
a:visited {
	color: #3CE5BA;
	text-decoration:none;
}
a:hover {
	color: #FFFEAB;
	text-decoration:none;
}
a:active {
	color: #00CCFF;
	text-decoration:none;
}


