a:link, a:visited, a:hover {
	color: #FF9933;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}
li {
	list-style-type: square;
}


.title{
	color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.MenuTitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C1422D;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CCCCCC;
}
.bg_nav {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}


.bg_header {
	background-image: url(images/bg_headerBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.margins {
	text-indent: 5px;
	padding: 5px;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: italic;
}
.vertAlign {
	vertical-align: bottom;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: right;
}
.boxedtext {
	height: auto;
	width: auto;
	border: thin double #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: italic;
	color: #CCCCCC;
	padding: 2px;
}

