﻿/* CSS Document */

body {
	color: black;
	background-color: #ffffff;
	letter-spacing: 0.3px;
	word-spacing: 0.2px;
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
	}
.header_box, .breadcrumb, .latest_news_ticker_box {
	display:none;
	}

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

/******************************************************************************/


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-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 0;
}

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

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

/********************************* Lists *************************************************/
ul {
	color: black;
	text-decoration: none;
	list-style-image: url(../img/bullet.gif);		
}

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

hr {
	width: 100%; 
	color: #ffffff;
	height: 1px;
	border: none;
}

hr.invisible {
	padding:0em;
	margin:0em;
	display:none;
}

hr.sbac-spacer {
	display:none;
	}
	
/***************************************************************************************/

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