/* CSS Document */
A:link {color: #006699; text-decoration:underline;}
A:visited {color: #006699; text-decoration:underline;}

p, h1, h2, h3, h4, h5, td, tr, li, ul {
	font-family: Verdana, Arial, serif;
	}
	
.main {
	font-size: 12px;
	line-height: 1.5;
	color: #383939;
	}

.submain {
	font-size: 10px;
	color: #000000;
	}

.header {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	}

.subheader {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	}
	
.submit { 
	font-family: verdana;
	font-size: 8pt; 
	color: #383939;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #CCCCCC;
	}
