body {
	margin-left : 0;
	background-image : url(images/Real_back.gif);
	font-family : "Arial";
	font-size : small;
	margin-right : 0;
}

.blank {
	background-color : White;
	background-image : none;
	color : Green;
}

a:link {
	color : #008080;
	text-decoration : none;
	font-size : small;
}

a:visited {
	text-decoration : none;
	font-size : small;
}

a:hover {
	text-decoration : underline;
}

a.sub:link {
	color : #008080;
	text-decoration : none;
	font-size : small;
}

a.sub:visited {
	text-decoration : none;
	font-size : small;
}

a.sub:hover {
	text-decoration : underline;
}

.greybold {
	color : Gray;
	font-weight : bold;
	font-size : 110%;
}

.copyright {
	font-size : xx-small;
	text-align : center;
}

.smallprint{
	font-size : x-small;
	text-align : justify;
}

.warning{
	color : #B22222;
	font-weight : bold;
}

P {
	text-align : justify;
	font-size : small;
}

h1 {
	font-size : 150%;
	font-family : "Times New Roman";
	text-align : left;
	color : #9B1E1E;
}

h2 {
	font-size : 125%;
	font-family : "Times New Roman";
	text-align : center;
	color : #696969;
}


h3 {
	font-size : large;
	font-weight : 700;
}

h4 {
	font-size : medium;
	font-weight : 700;
}

.drop:first-letter
{
	font-size: 150%;
	font-style:italic;
	font-weight:bold;
	float:left;
	color : Navy;
	letter-spacing : 2px;
	text-align : justify;
}

.form {
	padding-left : 10px;
	padding-bottom : 5px;
}