/* CSS Document */
body {
	background-color:	#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#28166f;
	margin:				0px;
}
h1{
	font:				Arial, Helvetica, sans-serif;
	font-size:			18px;
}
.header{
	background-color:	#c4c1ea;
}
.text10{
	font-size:			10px;
}
.textbold12
{
	font-size:			12px;
	font-weight:		bold;
}
.text16 {
	font-size:			16px;
}
.text18{
	font-size:			18px;
}
.links {
	color:				#28166f;
	font-size:			16px;
	font-weight:		bold;
	text-decoration:	none;
}
.links:hover{
	text-decoration:	underline;
}
.header_links {
	color:				#28166f;
	font-size:			16px;
	text-decoration:	none;
	padding-left: 10px;
}
.header_links:hover{
	text-decoration:	underline;
}

.footer_links{
	color:				#28166f;
	font-size:			12px;
	text-decoration:	none;

}
p{
text-align:justify;
padding:12px;
}
.line_spacing{
line-height:2em;
}
.line_spacing3{line-height:3em;}

.row_odd
{
background-color:#DED9F0;
}
.row_even{
background-color:#E6E1EA;
}
.table_head
{
background-color:#C3BEDC;
font-weight:bold;
font-size:14px;
}
.text20{
font-size:			20px;
}