/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #edf1f6;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.menu {
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
}

.footer {
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
}

.main {
font-family:Verdana;
font-size:11px;
}

.dgrey {
color:#666666;
}

.grey {
color:#999999;
}

.bold {
font-weight:bold;
}


