/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#ACD9EE;
}

.centralbg{
background-image:url(images/index_02.jpg);
background-repeat:repeat-y;
}

.tablespace{
	padding:8px;
}

.redtext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:600;
color:#906861;
}

.blackboldtext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:600;
color:#333333;
}

.justright{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:600;
color:#990000;
}


.bodytext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
color:#333333;
line-height:17px;
}

.greytext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
color:#666666;
line-height:17px;
}

.greytextsmall{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
font-weight:normal;
color:#666666;
line-height:17px;
}

.divider{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
	text-decoration: none;
	font-weight:normal
	}

/************************* BODY LINK Small ********************************************/

a.bodylink:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
	text-decoration: none;
	font-weight:normal;
}
a.bodylink:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;;
	color:#006699;
	text-decoration: none;
	font-weight:normal;
}
a.bodylink:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
a.bodylink:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
	text-decoration: none;
	font-weight:normal;
}
/*****************************************************************************/