body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #285a80;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #285a80;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bluetext {
	font-size: 15px;
	font-weight: bold;
	color: #285a80;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

}

ul {
	list-style-type: square;
	list-style-image: url(../images/blue_square_bullet.gif);
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
.fix 
{
	 font-size:12px;
	 color: #8B2628;
	 font-weight:bold;
	 text-align:left;
}

.error 
{
	  border: 1px solid #8B2628;
	  background-color: #FEFEF3;
	  width: 400px;
	  padding: 5px;
	  font-size: 12px;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  text-align:left;
}

label
{
	width: 100px;
	font-size: 12px;
	float: left;
	text-align: left;
	margin: 0;
	clear: both;
	padding: 0;
}