@charset "UTF-8";
/* CSS Document */

body{
	color : #FFFFFF;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#137b68;
	
}


a:link{
	text-decoration:none;
	color : #FFFFFF;
}

a:visited{
	text-decoration:none;
	color : #CCCCCC;
}

a:hover{
	text-decoration:underline;
	color : #FFFFCC;
}



.imgLinkStyle{
	text-decoration:none;
}
			

.imgLinkStyle:link{
	text-decoration:none;
	color : #FFFFFF;
}

.imgLinkStyle:visited{
	text-decoration:none;
	color : #CCCCCC;
}

.imgLinkStyle:hover{
	text-decoration:underline;
	color : #FFFFCC;
}

.menuStyle{
	font-size:small;
	font-variant:small-caps;
}

