/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #000000;
	background-color: #FFFFFF;
}
h1{
	font-size: 1.0em;
}
h2{
	font-size: 0.9em;
}
h3{
	font-size: 0.8em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #990033;
	text-decoration: none;
}
a:hover, a:active{
	color: #990033;
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
.red a:link, .red a:visited, .red a:hover, .red a:active{
	color: #FF0000;
}
.claret{
	color: #990033;
}
.claret a:link, .claret a:visited, .claret a:hover, .claret a:active{
	color: #990033;
}
.white{
	color: #FFFFFF;
}
.white a:link, .white a:visited, .white a:hover, .white a:active{
	color: #FFFFFF;
}
.blue{ color: #29ACE3; }
.green{ color: #55B148; }
.purple{ color: #6F3D86; }
.orange{ color: #FF6600; }
.mauve{ color: #8585AD; }
.brown{ color: #7D5126; }
.pink{ color: #BF68EB; }
.dkBlue{ color: #0F4B99; }
.gold{ color: #F9BB02; }
.small08{
	font-size: 0.8em;
}
.small09{
	font-size: 0.9em;
}
.large11{
	font-size: 1.1em;
}
.large12{
	font-size: 1.2em;
}
.large13{
	font-size: 1.3em;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
}
.bold{
	font-weight: bold;
}
.light{
	font-weight: normal;
}
.top10{
	margin-top: 10px;
}
