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