/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*Links*/
a{
	color: #fff;
	text-decoration:none;
}
a:hover{
	color: #cc3;
	text-decoration:underline;
}

.headersidelinks {
	font-size: 1.1em;
}
.headerlinks {
	font-size: 1.3em;
	font-weight:bolder;
	color:#FFF;
}
/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #CCC;
}
.contenttext {
	font: 0.9em Tahoma, sans-serif;
	color: #FFF;
}

.titletext {
	font: 1em Tahoma, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#CC3;
}
.whitetitle {
	font: 0.8em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}






.smallgreentitle {
	font: 0.9em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#cc3;
}
.midgreentext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #cc3;
}
.smallgreentext {
	font: 0.5em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #cc3;
}






.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}



.smallgraytext #selected {
	color:#666666;
}
.smallwhitetext #selected {
	color:#CCCCCC;
}


.smallgraytext #selected:hover{
	text-decoration:none;
}
.smallwhitetext #selected:hover{
	text-decoration:none;
}


