/* CSS Document */
.header{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Arial";
}
.boldtext{
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial";
	letter-spacing: normal;
	text-transform: capitalize;
	word-spacing: normal;
	-moz-border-radius: 3;
}
.normalSmalltext{	
font-size: 10px; 
font-family: "Arial";
}

.headerlink{	
font-size: 14px; 
font-weight: bold; 
font-family: "Arial";
color:#FFFFFF;
}
.headerlink A:link{	
color:#FFFFFF;
}
.headerlink A:visited{
color:#FFFFFF;
}

.error{	
color:#FF0000;
font-size: 14px; 
font-weight: bold; 
font-family: "Arial";
}
.feedback{	
color:#0000FF;
font-size: 14px; 
font-weight: bold; 
font-family: "Arial";
}

.footer {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial";
}

.footer1 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial";
}

.footer2 {
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
}
a:link {
	color: #FFFFFF; text-decoration: none;
}
a:visited {
	color: #FFFFFF; text-decoration: none;
}
a:hover {
	color: #CCFFCC; text-decoration:underline;
}
