/* 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, h2, h3, p{
	font-size: 1.0em;
	padding: 5px;
	margin: 0px;
}
h2{
	font-size: 0.9em;
}
h3{
	font-size: 0.8em;
}
p{
	font-size: 0.7em;
}
ul,ol{
	font-size: 0.7em;
	padding: 5px 5px 5px 30px;
	margin: 0px;
}
a:link, a:visited{
	color: #846E74;
	text-decoration: none;
}
a:hover, a:active{
	color: #A59FC6;
	text-decoration: none;
}
.red{
	color: #FF0000;
}
.red a:link, .red a:visited, .red a:hover, .red a:active{
	color: #FF0000;
}
.white{
	color: #FFFFFF;
}
.white a:link, .white a:visited, .white a:hover, .white a:active{
	color: #FFFFFF;
}
.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;
}