/* 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;
}
ul ul, ol ol, ul ul ul, ol ol ol{
	font-size: 1.0em;
}
a:link, a:visited{
	color: #00538E;
	text-decoration: none;
}
a:hover, a:active{
	color: #00538E;
	text-decoration: underline;
}
a.silent:link, a.silent:visited{
	color: #666666;
	text-decoration: none;
}
a.silent:hover, a.silent:active{
	color: #00538E;
	text-decoration: underline;
}
.red{
	color: #A90332;
}
.red a:link, .red a:visited{
	color: #A90332;
	text-decoration: none;
}
.red a:hover, .red a:active{
	color: #A90332;
	text-decoration: underline;
}
.blue{
	color: #00538E;
}
.blue a:link, .red a:visited{
	color: #00538E;
	text-decoration: none;
}
.blue a:hover, .red a:active{
	color: #A90332;
	text-decoration: underline;
}
.pink{
	color: #A90332;
}
.pink a:link, .pink a:visited{
	color: #A90332;
	text-decoration: none;
}
.pink a:hover, .pink a:active{
	color: #A90332;
	text-decoration: underline;
}
.white{
	color: #FFFFFF;
}
.white a:link, .white a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover, .white a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.grey{
	color: #666666;
}
.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;
}