/*	Overall Site Style	*/

a:active,a:link,a:visited {
color: #E70B00;
text-decoration: overline;
}

a:hover {
color: #000000;
background-color: #E70B00;
}

body 
{font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
background-image: url(bg.jpg);
background-color: #FFFFFF;
}

input, textarea, select {
color: #E70B00; 
font: 10px verdana;
border: 1px solid #E70B00;
background-color: #FFFFFF;
} 

table, td, tr 
{border-collapse: collapse;
font-family : Lucida Grande, Arial, Verdana, sans-serif;
font-size: 12px;}

p {
text-align: justify;
padding: 3px;
}

h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #E70B00;
	text-align: right;
}

h2 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #E70B00;
	border-bottom: 1px solid #E70B00;
	text-align: right;
}