A:link {
	color: #FF9A31; 
	text-decoration: none;
} 

A:Visited {
	color: #FF9A31; 
	text-decoration: none;
} 

A:Active {
	color: #FF9A31;  	
	text-decoration: none;
} 

A:Hover {
	color: #939B04;  
	text-decoration: underline;
}

A.linkAt:link {
	color: #939B04;  
	text-decoration: none;
} 

A.linkAt:Visited {
	color: #939B04;  
	text-decoration: none;
} 

A.linkAt:Active {
	color: #939B04;  
	text-decoration: none;
} 

A.linkAt:Hover {
	color: #939B04;  
	text-decoration: none;
}
body, p, table, td, form, input, select {
	color: #939B04;
	font-family: Verdana;
	font-size: 12px;
}

body {
	background: #ffffff;
}

.text2 {
	color: #001E4C;
}

.lrgText {
	font-size: 16px;
}

.exlrgText {
	font-size: 18px;
}

.requiredText {
	color: #8D1919;
}

.errorText {
	color: #8D1919;
}

.whiteText {
	color: #ffffff;
}

/* orange */
.bg1 {
	background: #FF9A31;
}

/* green */
.bg2 {
	background: #939B04;
}

/* blue */
.bg3 {
	background: #82B9E8;
}

/* blue grey */
.bg4 {
	background: #5971AF;
}

/* white */
.bg5 {
	background: #ffffff;
}

/* white */
.bg6 {
	background: #000000;
}
