body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    background-image: url(/images/header_footer/main_background2.gif);
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
		
.headerText {
    font-family: Arial, Helvetical, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #666666;
	font-weight: bold;	
}

.headerText:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.headerText:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;	
}

.headerText:active {
	color: #666666;
	font-weight: bold;	
}

.headerText:link {
	font-family: Arial, Helvetical, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #666666;
	font-weight: bold;
}
			
.footerText {
    font-family: Arial, Helvetical, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
}

.subTitle {
    font-size: 15px;
	font-weight: bold;
}

.tinytext {
    color: #000000;
	font-size: 9px;
}

.tableboundary {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9966CC;
	border-color: #666666;
}

.oddrow {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F2F2F2;
}

.evenrow {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
				 
a:link {
    color: #000000;
	text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}
			
a:hover {
	color: #777777;
    text-decoration: underline;
}

a:visited {
    color: #000000;
	text-decoration: underline;
}

.dots_LI {
	line-height: 1.5em;
	list-style-image: url(/images/list_dot.gif)
}
		   
.unordered_list {
	list-style:none;	
	padding-left:15px;
}

* html .unordered_list {
	list-style:none;	
	padding-left:0px;
	margin-left:15px;
}		 				

				
