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;
}
h3 {
	font-size: 27px;
	font-weight: bold;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 32px;
}
.bluetext {
	font-size: 15px;
	font-weight: bold;
	color: #285a80;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.smalltext {
	font-size:10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h5 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 28px;
}
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;
}
.center {
	text-align:center;	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.blue 
{

	 color: #285a80;

}
.red {	color: #F00;	font-family: Georgia, "Times New Roman", Times, serif;}
.gray 
{
	color: #333;	 font-weight:bold;
		 text-align:center;
}
.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;
}
.text {	  font-size: 12px;
	  font-family: Georgia, "Times New Roman", Times, serif;}
label
{
	width: auto;
	font-size: 12px;
	float: left;
	text-align: left;font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	clear: both;
	padding: 0px;
	display: inline;
}

