.dark_text
{
font: normal normal normal medium 'lucida bright'/*, serif*/;/*IE8 says no!*/
color: rgb(0,0,102);
}


.heading
{
font: normal normal bold xx-large 'lucida bright' /*, serif*/;/* IE8 says no!*/
color: rgb(0,0,102);
}

.subheading
{
font: normal normal bold large 'lucida bright' /*, serif*/;/* IE8 says no!*/
color: rgb(0,0,102);
position:relative;
top:-15px;
}


.dark_main
{
font: normal normal bold medium 'lucida bright'/*, serif*/;/*IE8 says no!*/
color: rgb(0,0,102);
}

.light
{
font: italic normal bold x-large 'lucida bright'/*, serif*/;/*IE8 says no!*/
color: rgb(102,153,255);
}
	
.light_menu
{
font: normal normal bold medium 'lucida bright'/*, serif*/;/*IE8 says no!*/
color: rgb(102,153,255);
border-style: solid;
border-width: 0px 0px 0px 1px;
padding:10px;
margin-bottom:3px;
text-transform:uppercase;

}

ul 
{
list-style: none outside
}



li.main
{

margin-bottom:12px;

}

a{color: rgb(0,0,102);text-decoration:none;}
a:link {color: rgb(0,0,102);text-decoration:none;}
a:visited {color: rgb(0,0,102);text-decoration:none;}
a:active {color: rgb(0,0,102);text-decoration:none;}
a:hover {color: rgb(0,0,102);text-decoration:underline;}

p.footer
{
font: normal normal normal small 'lucida bright'/*, serif*/;/* IE8 says no!*/
color: rgb(102,153,255);
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: rgb(102,153,255);
padding:10px;
margin-top:40px;
}
