/* CSS Document */
A:link {color: #663399; text-decoration:underline; font-weight: bold;}
A:visited {color: #663399; text-decoration:underline; font-weight: bold;}

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

.submain {
	font-size: 12px;
	color: #ffffff;
	}

.header {
	font-size: 14px;
	color: #3E3125;
	line-height: 2;
	}

.subheader {
	font-size: 12px;
	color: #663399;
	font-weight: bold;
	}
	
.footer { 
	font-family: verdana;
	font-size: 11px; 
	color: #000000;	
	}
