/* CSS Document */

body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a.navlink1:link { 
    color : #000000;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink1:visited { 
    color : #000000;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink1:hover { 
    color : #cccccc;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink1:active {
	color : #cccccc;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration : none;
}
a.navlink2:link { 
    color : #cccccc;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink2:visited { 
    color : #cccccc;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink2:hover { 
    color : #000000;
    font-size: 12px;
	font-weight: bold;
    text-align: left;
    text-decoration : none;
}
a.navlink2:active {
	color : #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration : none;
}
.boldtextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

