/* Defaults */
h1 {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 16pt;
	font-weight : bold;
	text-align : center;
	color : #0000FF;
}
h2 {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
	color : #0000FF;
}
h3 {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	color : #0000FF;
}
body {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	text-align : center;
	color : #0000FF;
}
p {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	text-align : left;
	color : #0000FF;
}
pre {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	color : #0000FF;
}
input {
	border : 1px solid #C0C0C0;		
	font-family : Arial, Tahoma, Helvetica;	
	font-size : 12px;
}
form {	
	font-family : Arial, Tahoma, Helvetica;	
	font-size : 12px;
	color : #FFFFFF;
}
.content-area {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	color : #0000FF;
}
a {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	color : #0000FF;
	text-decoration : none;
}
a:hover {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	color : #0000FF;
	text-decoration : none;
}
a:active {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	font-weight : bold;
	color : #FF3333;
	text-decoration : none;
}
a:visited {
	font-family : Arial, Tahoma, Helvetica;
	font-size : 12pt;
	color : #0066FF;
	text-decoration : none;
}
