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