/* CSS Document */
body {
	background-color:#ccffff;
	font-style:verdana;
	font-size:x-small;
	color:#000000;
	
}

p{
font-style:verdana;
font-size:small;
}

table	{
	background-color:#ccffff;
	border: 0px none #00008b;
	
	
}

caption{
background-color: #ccffff;
font-family: verdana;
font-size: small;
border: 1px solid ;
border-color: #00008b;
padding:10px;
}

td {
	font-family: verdana;
	font-size:small;
	border: 1px solid;
	border-color: #00008b;
	padding:10px;
	
	
}

.bdr0	{
background-color: #ccffff;
font-size:xsmall;
border: 0px;
}

.text_c{
text-align: center;
}

.text_r {
text-align: right;
}

a{
	font-size: small;
	color: #000099;
	text-decoration: none;
	


}

a:link{
	color:blue;
	text-decoration:none;
	font-size: small;
}

a:visited 	{
	color:purple;
	text-decoration:none;
	font-size: small;
}
