.tableoutline {
	border: 1px solid #000;
	background-color: #FFF;
}

body { 
line-height : 20px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #000000; 
} 
a:link { 
text-decoration : underline;  
} 
a:visited { 
text-decoration : underline;  
} 
a:hover { 
text-decoration : none; 
} 
a:active { 
text-decoration : underline;  
} 

.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
}

h2 {
	font-size : 14px; 
	font-weight : bold; 
	color:#C60000;
}
.title{
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color:#C60000;
}

.floatleft { 
float : left; 
margin : 0 5px 5px 0; 
} 
.floatright { 
float : right; 
margin : 0 0 5px 5px; 
} 

.bluebackground {
	background-color: #BCD1E3;
}
.blackbackground {
	background-color: #000000;
}
.greybackground {
	background-color: #d1d1d1;
}
.whitetableoutline {
	border: 1px solid #FFFFFF;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DcDcDc;
	line-height: 20px;
	letter-spacing: 1px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: underline;
	color: #FFFFFF;
}

label.error { color: red; font-style: italic; }
