/* style for entire Document */

body {
 	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	margin: 0px;
 	padding: 0px;
 }

/* vertical align columns */

p, td, ul, li, ol {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;
 	vertical-align: top;
 }

/* Headings */
h1 {
	color: #000000;
	font-size: 10pt;
	margin: 0px;
	padding: 5px;
	font-weight: bold;

}


h2 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}
a:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	color: #336666;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	color: #FFCC33;
	font-weight: bold;

}

a:active {
	color: #336666;
	font-weight: bold;

}
