/* CSS Document */

/* DIVIDER COLOR 
-------------------------------------------*/
.divider { 
	color:#CCCCCC;}
	
/* TOP SUBMIT BUTTON 
-------------------------------------------*/
.topSubmit:link {
	color: #ffffff;
	text-decoration: none;
}

.topSubmit:visited {
	color: #cccccc;
	text-decoration: none;
}
.topSubmit:hover {
	color: #ffffff;
	text-decoration: underline;
}
.topSubmit:active {
	color: #ffffff;
	text-decoration: none;
}

/* EMAIL BUTTON 
-------------------------------------------*/
.email:link {
	color: #003399;
	text-decoration: underline;
}

.email:visited {
	color: #003399;
	text-decoration: underline;
}
.email:hover {
	color: #003399;
	text-decoration: none;
}
.email:active {
	color: #003399;
	text-decoration: underline;
}


