body{
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 13px;
	vertical-align: top;
}

p{
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 13px;
}

span{
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:link, a:visited{color: #800000;}
a:link, a:visited img {border-color:#800000;}
a:hover, a:active{color: #FF0000;}
a.secondaryLink:link, a.secondaryLink:visited {color: #808080; text-decoration: none;}
a.headerLinkOn:link, a.headerLinkOn:visited {color: #FFFFFF; font-size: 76%; font-weight: bold; text-decoration: none;}
a.headerLinkOn:hover, a.headerLinkOn:active {color: #F5BE01; font-size: 76%; font-weight: bold; text-decoration: none;}
a.headerLinkOff:link, a.headerLinkOff:visited {color: #800000; font-size: 76%; font-weight: bold; text-decoration: none;}
a.headerLinkOff:hover, a.headerLinkOff:active {color: #FF0000; font-size: 76%; font-weight: bold; text-decoration: none;}

h1{
	margin: 0px;
	font-size: 100%;
	color: #800000;
	visibility: visible;
}

h2{
	margin: 0px;	
	visibility: visible;	
	font-size: 105%;
}


h3{
	margin: 0px;
	font-size: 90%;	
	visibility: visible;
}

h4{
	margin: 0px;
	font-size: 100%;
	visibility: visible;
}

fieldset{
    border: solid 1px #E0E0E0;
	padding: 2px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

legend{
    font-weight: bold;
    
}

.header{
	width: 760px;
	margin: 0px 0px 0px;
	background-color: #FFFFFF;
    text-align:left;
	color: #000000;
	visibility: visible;
}

.content{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
	margin-top: 0px;
	padding: 5px;
	width: 720px;
	background-color: #FFFFFF;
	color: #000000;
	visibility: visible;
}

	.right{
		vertical-align: top;
		width: 355px;
	}

	.left{
		vertical-align: top;
		width: 355px;
	}

	.lower{		
		clear: both;
	}

		div.footer{		
		clear: both;
	}

.headline{
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
}

.first_letter:first-letter {font:bold 300% times,serif;  float:left; color:#800000;}

.divborder {
border-left: solid 1px #E0E0E0; 
border-top: solid 1px #E0E0E0; 
border-right: solid 1px #808080; 
border-bottom: solid 1px #808080;
}