/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/

body,html
{
	background:#f5ece7;
	margin:0;
	padding:0;
	color:#464646;
	font: normal 14px Arial, Helvetica, sans-serif;

}
div, dl, dd, ul, li, h1, h2,h3,h4,h5, p, img, form{ margin:0; padding:0;}
*{ margin:0; padding:0;}
img{ border:none;}
a:link , a:visited{ text-decoration:none; color:#464646;}
a:hover{ text-decoration:none; color:#1D4195;}
a:active{ text-decoration:none; color:#1D4195;}

ul, li{ list-style-type:none;}

strong
{
	color:#B7090A;
}

a
{
   /* font-weight: 700;*/
    color: #666688;
    cursor: pointer;
}

h1
{
	padding-bottom:10px;
	color:#09358E;
}

h3
{
	font-size:16px; font-weight:bold; line-height:36px; color:#b7090a;
}

h5
{
	border-bottom:1px #000000 solid; font-size:13px;
}

a:hover
{      
    color: #8888aa;
}




img
{
	border: none;
}

.center
{
	text-align: center;
}
