/* GLOBAL STYLES */
body {
	text-align:center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	background-color : #FFFFFF;
	color : black;
}
body a{
	color : #CCC;
	text-decoration:none;
}
body a:hover{
	color : #CCC;
	text-decoration:underline;
}
#content {
	text-align:left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color : black;
}
#content a{
	color : #600;
	font-weight:bold;
	text-decoration:underline;
}
#content a:hover{
	color : #333;
	text-decoration:underline;
}
/* NAVIGATION STYLES */
#navigation {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight:bold;
	color : #CCC;
	text-decoration:none;
}
#navigation a{
	color : #CCC;
	text-decoration:none;
}
#navigation a:hover{
	color: #FFF;
	text-decoration:underline;
}
#crumbtrail {
	text-align:left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color : black;
}
#crumbtrail a{
	color : #666;
	text-decoration:underline;
}
#crumbtrail a:hover{
	color : #333;
	
}
/* LARGE TEXT STYLES */
h1 {
	text-align:left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 20px;
	font-weight:bold;
	color : #930000;
	text-decoration:none;
}
h2 {
	text-align:left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight:bold;
	color : #930000;
	text-decoration:none;
}
h3 {
	text-align:left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color : #930000;
}
/* FOOTER STYLES */
#footer {
	font-family: Tahoma, Arial, Verdana;
	color: #666;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #003;
}
