@charset "utf-8";
/* CSS Document */

a
{
	color: #0099FF;
	text-decoration: none;
}

a:link
{
	color: #0099FF;
}

a:visited
{
	color: #0099FF;
}

.textSection
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.textSub
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.textTitle
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.textDesc
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.hdrLg
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}

.hdrSm
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.alignright
{
	text-align: right;
}

.alignleft
{
	text-align: left;
}

.aligncenter
{
	text-align: center;
}

.valigntop
{
	vertical-align: top;
}

.valignmiddle
{
	vertical-align: middle;
}

.valignbottom
{
	vertical-align: bottom;
}


