/* Base Tags */
body {
	margin: 5px;
	font-family: arial;
	font-size: 8pt;
	scrollbar-base-color: #45494D;
	color: #ffffff;
	background-image: url('img/mainback.gif');
}
td {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
}
button,input,textarea {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
}

/* Head styles */

H1 { 
	font-size: 14pt;
	font-weight: bold; 
}

H2 { 
	font-size: 11pt;
	font-weight: bold; 
}

/* Base links */
A:link {
	text-decoration: none; 
	font-weight: bold; 
	color: #D7F2FF;
} 
A:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: #D7F2FF;
} 
A:active {
	text-decoration: none; 
	font-weight: bold; 
	color: #D7F2FF;
} 
A:hover {
	text-decoration: underline; 
	font-weight: bold; 
	color: #ffffff;
}

/* Border styles */

.blackborder {
	border: 1px solid #000000;
}
