

.borderBOTTOM {
	border-bottom : thin dotted white;
	line-height : 15px;
}

.borderTOP {
	border-top : thin dotted white;
	line-height : 15px;
}

.borderTOPBOTTOM {
	border-top : thin dotted white;
	border-bottom : thin dotted white;
	line-height : 15px;
}

a{
	color: #ffffff;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {  
	color: red;
	text-decoration: none;
}

a:link {  
	text-decoration: none;
}

a:visited {  
	text-decoration: none;
}

	.body {
		margin-bottom : 12px;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 0px;
		background-color : #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color : #000000;
	}

	.accent {	
		color : red;	
	}
	
	.bodytext {
	color : #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.body a:link, .body a:visited, .body a:active{
	color: red;
	text-decoration: none;
}

	.body a:hover{
	color: red;
	text-decoration: underline;
}
	
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
color: #cccccc
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid black;
border-bottom: none;
background: black;
}

#tablist li a:link, #tablist li a:visited, #tablist li a:hover, #tablist li a:active{
	font-size: 11px;
	text-decoration: none;
}

#tablist li a.current{
background: 000000;
}

#tabcontentcontainer{
width:480px;
height:40px;
}

.tabcontent{
display: none;
color: #FFFFFF;
font: bold 10px Verdana;
}
#tabcontent li a:link, #tabcontent li a:visited, #tabcontent li a:hover, #tabcontent li a:active{
	text-decoration: none;
}




