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

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #000000;
}

.titletext {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#3399FF;
}
.whitetitle {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#009900;
}
.smalltitle {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#8C4908;
}
.smallwhitetext {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallfootertext {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#009933;
}
.smallfootertext a{
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#009933;
	text-decoration:none;
}
.smallfootertext a:hover{
	text-decoration:underline;
	color:#996633;
}
.smallredtext {
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#8C4908;
}
.smallredtext a{
	font: 0.7em Comic Sans MS, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#8C4908;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}