body 
{		
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url('../images/pagebg.jpg');
	background-repeat: repeat-x;
	background-color: #201B5A;
	color: #000;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 0px;
}

a
{
	color: #C80A0A;
   text-decoration: none;
}

a:hover
{
	color: #201B5A;
   text-decoration: none;
}

img
{
	border: 0px solid #999;
}

.img_style
{
	border: 1px solid #201B5A;
	padding: 2px;
   margin: 5px;
}

.form_button
{
 	font-family: Trebuchet MS, Arial, Courier New;
	background: url(../images/title_gradient.jpg);
	color: #fff;
}

.content
{
	background-color: #F0F0F0;
   text-align: left;
}

.content_style
{
    text-align: left;
    padding: 5px;
    color: #000;
    font-size: small;
}

.quick_links
{
	font-family: arial;
   font-size: 12px;
	color: #fff;
   float: right;
   padding-top: 10px;
   padding-right: 10px;
}

.quick_links a
{
	color: #fff;
   text-decoration: none;
}

.quick_links a:hover
{
	color: #00f;
   text-decoration: none;
}

.script_style
{
	font-family: monotype corsiva; 
   font-size: 14px;
}

.date_style
{
	font-family: arial;
   font-size: 10px;
   color: #0f0;
}