/*	Overall Site Style	*/


a:link, a:active, a:visited {
	text-decoration: none;
	color: #AF1B1B; 
	border-bottom:#AF1B1B dotted 1px
}

a:hover  {
	text-decoration:none;
	color: #AF1B1B;
}

body 
{font-family : Lucida Grande, Arial, Verdana, sans-serif;
background-color: #73322E;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
}

input, textarea, select {
color: #AF1B1B; 
font: 10px verdana;
border: 1px solid #AF1B1B;
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: 6px;
}

.bg {
background-color: #FFFFFF;
}

h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: right;
}

h2 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Serif;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
}