/* CSS Document */

body {
background: #ffffff;
}

p {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000000;
}

h1 {
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

h2 {
color: #3366cc;
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
 
a:link {
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}


a:visited {
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

a:hover {
	text-decoration: none;
	color: #777;
	font-weight: bold;
	font-size: 10px;
}

a.special:link {
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}


a.special:visited {
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

a.special:hover {
	text-decoration: none;
	color: #036;
	font-weight: bold;
	font-size: 10px;
}




.headings {
	color: #FFF;
	font: bold 24px verdana, sans-serif;
}

.titlebars {
color: #ccc;
font-family: helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

