﻿/* CSS Document */

body {
	color: black;
	background-color: #ffffff;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12pt;
	line-height:1.3;
	}

.header_box, .right, .breadcrumb, .latest_news_ticker_box, .navi, .login {
	display:none;
	}
.content_box {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	}
	
/**********************************************************************/

p {
	width: 99%;
	}

/********************************************** Links *************************************/
a:link, a:hover, a:visited, a:active{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	}
/********************************************** Header *************************************/

h1 {	
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

h2 {	
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

h3 {	
	font-size: 12pt;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

/********************************* Lists *************************************************/
ul {
	font-size: 12pt;
	/*width: 75%;*/
	color: black;
	text-decoration: none;
	list-style-image: url(../img/bullet.gif);		
}

/******************************** Horizontal Lines ***************************************/

hr {
	width: 100%; 
	color: #B1004A;
	background-color: #B1004A;
	height: 1px;
	border: none;
}

hr.invisible {
	padding:0em;
	margin:0em;
	visibility:hidden;
}

hr.sbac-spacer {
	visibility:hidden;
	}
	
/***************************************************************************************/

p.choice{
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	padding:0em;
	margin:0em;		
}
