
#accent  { color: #000; font-weight: bold }
#accent2    { color: #000; font-size: 16px }
#accent3 { color: #000872; font-weight: bold; font-size: 14px }
#smallBody   { color: #fff; font-weight: normal; font-size: 10px }
#smallBody2 { color: #000; font-weight: normal; font-size: 9px }
#footer  { font-weight: normal; font-size: 9px }

a, a:link, a:active, a:visited { 
	color: #fc3;
	text-decoration: none 
	}
	
a:hover {
	text-decoration: underline;
	}	
	
body           { color: #fff; font-size: 12px; font-family: Verdana, Arial, sans-serif; background-color: #696969 }
h1    { color: #fff; font-style: normal; font-weight: bold; font-size: 24px }
h2     { color: #fc3; font-style: normal; font-weight: bold; font-size: 18px }
h3   { color: #fff; font-style: normal; font-weight: bold; font-size: 14px }
h4    { color: #fc3; font-style: normal; font-weight: bold; font-size: 12px }
h5 { color: #000000; font-style: normal; font-weight: bold; font-size: 18px }
h6    { color: #000000; font-style: normal; font-weight: normal; font-size: 13px }
td      { font-size: 12px; font-family: Verdana, Arial, sans-serif }


.thinkCell {
	background-color: #999999;
	color: #000000;
	padding: 10px;
	}
	
a.thinkCell, a.thinkCell:visited {
	color: #708090;
	text-decoration: none;
	}
	
a.thinkCell:hover {
	color: #708090;
	text-decoration: underline;
	}

.normCell {
	padding: 10px;
	}
	
#type {
	font-style: italic;
	}
	
#title {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#intro {
	}

.small {
		font-size: 8px;
	}
a.small, a.small:visited {
	text-decoration: none;
	}
	
a.small:hover {
	text-decoration: underline;
	}
