/* CSS Document */


body
{ 
background-image: 
url('images/BackgroundBlueGradient2.jpg');
background-color: #D4E0EC;
background-repeat: repeat-x
}

* {
margin: 0;
padding: 0;

}

.requiredField
{
	background-color: #FFFFA0;
}

.regularField
{
	background-color: #FFFFFF; 
	
}

a.sideMenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sideMenu:visited {	
	color: #FFFFFF;
	text-decoration: none;
}
a.sideMenu:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a.bottomMenu:link {
	color: #777777;
	text-decoration: none;
}
a.bottomMenu:visited {	
	color: #777777;
	text-decoration: none;
}
a.bottomMenu:hover {
	text-decoration: underline;
	color: #777777;
}


a.hid:link {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.hid:visited {	
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.hid:hover {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.hid2:link {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.hid2:visited {	
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.hid2:hover {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.style3 {
	font-size: 14;
	color: #777777;
}
.leftMenuFontColor {color: #FFFFFF}

.style10 {color: #0000CC}
.style11 {	
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.style12 {	
    font-family: Arial;
	font-size: 12px;
	font-style: italic;
}
.form {	
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}