﻿* {
	FONT-FAMILY: Verdana;
	margin:0;
	padding:0;
	outline:0 none;
}
.xxlarge {
	FONT-SIZE: 26px;
}
.xlarge {
	FONT-SIZE: 21px;
}
.large {
	FONT-SIZE: 16px;
}
.medium {
	FONT-SIZE: 12px;
}
.small {
	FONT-SIZE: 11px;
}
.xsmall {
	FONT-SIZE: 10px;
}
.xxsmall {
	FONT-SIZE: 9px;
}
.bold {
	FONT-WEIGHT: bold;
}
.bolder {
	FONT-WEIGHT: bolder;
}
.normal {
	FONT-WEIGHT: normal;
}
.yellowfill {
	BACKGROUND-COLOR: #ffcc66;
}
.yellowfont {
	COLOR: #ffcc66;
}
.darkgrayfill 
{
	BACKGROUND-COLOR: #333333;	
}
.darkgrayfont {
	COLOR: #333333;
}
.grayfill {
	BACKGROUND-COLOR: #999999;
}
.grayfont {
	COLOR: #999999;
}
.lightgrayfill {
	BACKGROUND-COLOR: #cccccc;
}
.lightgrayfont {
	COLOR: #cccccc;
}
.redfill {
	BACKGROUND-COLOR: #e52a2a;
}
.redfont {
	COLOR: #e52a2a;
}
.darkaquafill {
	BACKGROUND-COLOR: #269fa0;
}
.darkaquafont {
	COLOR: #269fa0;
}
.aquafill {
	BACKGROUND-COLOR: #33cccc;
}
.aquafont {
	COLOR: #33cccc;
}
.medaquafill {
	BACKGROUND-COLOR: #99ffff;
}
.medaquafont {
	COLOR: #99ffff;
}
.lightaquafill {
	BACKGROUND-COLOR: #ccffff;
}
.lightaquafont {
	COLOR: #ccffff;
}
.darkbluefill {
	BACKGROUND-COLOR: #4b9bc5;
}
.darkbluefont {
	COLOR: #4b9bc5;
}
.bluefill {
	BACKGROUND-COLOR: #66ccff;
}
.bluefont {
	COLOR: #66ccff;
}
.medbluefill {
	BACKGROUND-COLOR: #c2ebff;
}
.medbluefont {
	COLOR: #c2ebff;
}
.lightbluefill {
	BACKGROUND-COLOR: #daf3ff;
}
.lightbluefont {
	COLOR: #daf3ff;
}
.whitefill {
	BACKGROUND-COLOR: #ffffff;
}
.whitefont {
	COLOR: #ffffff;
}
.lightgreenfill
{
	BACKGROUND-COLOR: #daf3ff;
}
.blackfill {
	BACKGROUND-COLOR: #000000;
}
.blackfont {
	COLOR: #000000;
}

.orangefill
{
	background-color:#FFCC66;
}
.hintfont
{
	/*font-family:Comic Sans MS*/
	font-family:Verdana;
}
.lightyellowfill
{
	BACKGROUND-COLOR: #FFFF99;
}
.lightyellowfont
{
	COLOR: #FFFF99;
}
.underline
{
	text-decoration:underline;
}
.nounderline
{
	text-decoration:none;
}

.brighterblue{BACKGROUND-COLOR: #EEF9FF;}
.brightblue{BACKGROUND-COLOR: #E1F5FE;}
.darkblue{BACKGROUND-COLOR: #DBF3FF;}
.darkerblue{BACKGROUND-COLOR: #C2EBFF;}