
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	background-color: #FFFFFF;
}



h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 13px;
}


ul{
 list-style-type: none;
}


#Layer1{
	display: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container, #content{
	width:auto;
	float: none !important;
 	color: #000000
}

#masthead{
	display: none;
}


#navBar{
	display: none;
}

#headlines{
	display: none;
	}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	display: none;

}

#globalNav img{
	display: none;
}

/************** #content styles *****************/
#content ul{
 list-style-type: square;
}


/*************** #pageName styles **************/

#pageName{
	font-size: 13pt;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/************* #global styles *************/
/**table header*/
.noprint{ 
	display:none
}


.blueheader{
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	font-size: 8pt;
}


.mpiName{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.italic{
	font-style: italic;
}


.smalltxt{
	font-size: 9px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	display: none;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
}


/************* #search styles ***************/

#search{
	display: none;

}


/************** #Rows from DataBase styles **************/
.rows{
	clear: both;
	font-size: 80%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


