/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #FFFFFF;	
	color: #333333;
	font-size:12px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #9C4361;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

a:hover img, a img{
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color:#FF9900;

}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 /* color: #334d55; */
}

h2{
 font-size: 114%;
 /* color: #006699; */
}

h3{
 font-size: 100%;
 /* color: #334d55; */
}

h4{
 font-size: 100%;
 font-weight: normal;
 /* color: #333333; */
}

h5{
 font-size: 100%;
 /* color: #334d55; */
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
		
		
td {
	text-align:left;
}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagebody{
	/* margin: 0; */
	width: 740px;
	min-height: 100px;
	background-color:#FFFFFF;
	margin-top: 10px;
	text-align:center;
}

#masthead{
	/* margin: 0; */
	padding: 0px;
	width: 100%;
	height:93px;
	
}

.pageTitle {
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: normal;
	color: #CC0000;
	
}

.pageBody {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #515151;
		
}