/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/BG.jpg);
	}
H1 {
	color:#F48D02;
	font-size: 16pt;
	letter-spacing: 3px;
	font-weight: normal;
	}

H2, H3, H4{
	font-family: Arial, Helvetica;
	color: #ffffff;
	font-size : 12pt;
	font-weight: bold;
	}
p, .maintext, table {
	font-family: Geneva, Arial, Helvetica;
	color: #000000;
	font-size : 10pt;
	font-weight: normal;
	}
ol, ul, li { 
	font-family: Geneva, Arial, Helvetica;
	color: #000000;
	font-size : 10pt; 
	}

a:link { 
	color : #7365B4; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	}
a:visited { 
	color : #7365B4; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	}
a:hover { 
	color : #7365B4; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	text-decoration:underline;
	}
a:active { 
	color : #7365B4; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	text-decoration:underline;
	}
img { 
	behavior:	url("pngbehavior.htc");
	}
.tableborder {
	border-top: #F66FAC 0px solid;
	border-right: #F66FAC 3px double;
	border-bottom: #F66FAC 0px solid;
	border-left: #F66FAC  3px double;
	}
.fancyheaders {
	font-family: Geneva, Arial, Helvetica;
	color: #EA158A;
	font-size : 16pt; 
	font-weight: bold;
	}
.subheaders {
	font-family: Geneva, Arial, Helvetica;
	color: #009DEF;
	font-size : 14pt; 
	}
.biggerblacktext {
	color: #000000;
	font-size: 14pt;
	}
	
.sideborder {
	border-right:#666666 1px solid;
	}
.pinktable {
	border: #EF1385 1px solid;
	background-color: #FFDDF1 ;
	}
.pinkgradient {
	background-image:url(images/pinkgradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #F784BF;
	}
.bluetable {
	background-image: url(images/bluegradient.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #D0E7FD;
	border: #2C73B6 1px solid;
	padding: 8px;
	}