/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.large_white {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.page_title{
	color: #cccccc; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold;
}

.large_black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.small_black {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.nav:link {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold;
}
a.nav:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold;
}
a.nav:hover {
	color: #cccccc; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold;
}
a.nav:active {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #333333;
}
a:active {
	color: #0000FF;
}