@charset "iso-8859-1";

A:link {
	color: #181F60; 
	text-decoration: underline;
} 

A:Visited {
	color: #181F60; 
	text-decoration: underline;
} 

A:Active {
	color: #669900;  	
	text-decoration: underline;
} 

A:Hover {
	color: #ff0000;  
	text-decoration: underline;
}

A.linkAt:link {
	color: #001E4C;  
	text-decoration: underline;
} 

A.linkAt:Visited {
	color: #001E4C;  
	text-decoration: underline;
} 

A.linkAt:Active {
	color: #001E4C;  
	text-decoration: underline;
} 

A.linkAt:Hover {
	color: #001E4C;  
	text-decoration: underline;
}

body, p, table, td {
	color: #181F60;
	font-family: Verdana;
	font-size: 12px;
}

body {
  	background: #ffffff;
}

.lrgText {
	font-size: 16px;
}

.exlrgText {
	font-size: 18px;
}

.requiredText {
	color: #8D1919;
}

.errorText {
	color: #ff0000;
}

.whiteText {
	color: #ffffff;
}

/* dkblue */
.bg1 {
	background: #181F60;
}

/* green */
.bg2, p, table, td {
	background: #CCCC33;
}

/* pink */
.bg3 {
	background: #FE02A2;
}

/* white */
.spacer {
	background: #ffffff;
}

  