/*These styles are required by the system. The attributes can be modified, but these classes must remain.*/
BODY
{
	font: 11pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #202020;
}

.tagline
{
	color: #FF0000;
	font-size: 15pt;
	margin-bottom: 10px;
}

.redbox
{
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.bluebox
{
	background-color: #1F5BA7;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
	/*[disabled]background-color:#194ABD;*/
}
.rainbowbox
{
	background: #006799 url(/assets/images/allpages/kidsrainbowanim.gif) repeat-y;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.floatright
{
	border: 0;
	float: right;
	margin-left: 5px;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
P.horiz
{
	border-bottom: 1px solid #C0C0C0;
	height: 10px;
	clear: both;
}
.clearboth
{
	clear: both;
	margin-top: 5px;
}
.floatleft
{
	border: 0;
	float: left;
	margin-right: 5px;
}
.punchline
{
	font-size: 20px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
}



.typography H1, .typography H2, .typography H3, .typography H4, .typography H5
{
	margin: 0px 10px;
	color: #69764E;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 1em;
}
.typography H1
{
	font-size: 20pt;
	color: #DA0000;
	padding: 4px;
	/*+text-shadow:0px 2px 3px #979797;*/
	-moz-text-shadow: 0px 2px 3px #979797;
	-webkit-text-shadow: 0px 2px 3px #979797;
	-o-text-shadow: 0px 2px 3px #979797;
	text-shadow: 0px 2px 3px #979797;
	margin: -1px -1px 10px;
}
.typography H2
{
	font-size: 16pt;
	color: #FC0000;
}
.typography H3
{
	font-size: 14pt;
	color: #79799B;
}
.typography H4
{
	font-size: 12pt;
	color: #0001BE;
}
.typography H5
{
	font-size: 10pt;
}
P, TABLE
{
	margin: 0;
}
P
{
	padding-bottom: 1em;
}
IMG
{
	border: 0;
}
FORM
{
	margin: 0;
	padding: 0;
}
A
{
	text-decoration: none;
}
A:link
{
	color: #8080C0;
}
A:visited
{
	color: #8080C0;
}
A:active
{
	color: #8080C0;
}
A:hover
{
	text-decoration: underline;
	color: #FF8000;
}
.label
{
	font-size: 11pt;
	color: #000;
	padding-right: 25px;
}
.note
{
	font-size: 8pt;
	color: #000;
}
.tiny
{
	font-size: 7pt;
}
.pad
{
	padding: 0 5px;
}
