/* CSS Document */
body {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	background-color:#e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #ffffff;
	border-color:#999999;
}

body.header
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.footer
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.home {
	margin: 0px 0px 0px 0px;
	padding : 0px; 
	background-color:#e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #ffffff;
	border-color:#999999;
}

body.home_header
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.home_footer
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.about
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #ffffff;
	border-color:#999999;
}

body.about_header
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.about_footer
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.links
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #ffffff;
	border-color:#999999;
}

body.links_header
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color:#e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.links_footer
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.port {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #ffffff;
	border-color:#999999;
}

body.port_header
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.port_footer
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #e7e7e7;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

body.resume
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 8pt;
	color: #666666;
	border-color:#999999;
}

td
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
	color: #ffffff;
}

td.resume
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
	color: #666666;
}

th
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
}

span {
	font-family : Verdana, Arial;
	font-size : 8pt;
	color: #ffffff;	
}

table.main_table
{
    background-color:#D83428;	
	border-color:#999999;
	width:100%;
}

table.main_header
{
	background-color: #e7e7e7;	
	border-color:#999999;
	width:100%;
}

table.main_footer
{
	background-color: #e7e7e7;	
	border-color:#999999;
}

table.main_table_home
{
    background-color:#333333;	
	border-color:#999999;
	width:100%;
}

table.home_header
{
	background-color: #e7e7e7;	
	border-color:#999999;
	width:100%;
}

table.home_footer
{
	background-color: #e7e7e7;	
	border-color:#999999;
}

table.main_table_about
{
	background-color:#CC6600;	
	border-color:#999999;
	width:100%;
}

table.about_header
{
	background-color: #e7e7e7;	
	border-color:#999999;
	width:100%;
}

table.about_footer
{
	background-color: #e7e7e7;	
	border-color:#999999;
	width:100%;
}

table.main_table_links
{
	background-color: #264989;	
	border-color:#999999;
	width:100%;
}

table.links_header
{
	background-color: #e7e7e7;	
	border-color:#999999;
}

table.links_footer
{
	background-color: #e7e7e7;	
	border-color:#999999;
}



table.main_table_port
{
    background-color:#D83428;	
	border-color:#999999;
	width:100%;
}

table.port_header
{
	background-color: #e7e7e7;	
	border-color:#999999;
	width:100%;
}

table.port_footer
{
	background-color: #e7e7e7;	
	border-color:#999999;
}

a 
{
	font-family : Arial, Verdana;
	font-size : 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
}

a:active
{
	color: #ffffff;
	text-decoration: underline;
}

a:link
{
	color: #ffffff;
	text-decoration: underline;	
}


a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.about
{
	font-family : Arial, Verdana;
	font-size : 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
}

a.about:active
{
	color: #ffffff;
	text-decoration: underline;
}

a.about:link
{
	color: #ffffff;
	text-decoration: underline;	
}


a.about:visited
{
	color: #ffffff;
	text-decoration: underline;
}

a.about:hover
{
	color: #FFDA99;
	text-decoration: underline;
}

a.home
{
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #FEFACA;
	text-decoration: underline;	
}

a.home:active
{
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #FEFACA;
	text-decoration: underline;
}

a.home:link
{
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #FEFACA;
	text-decoration: underline;	
}


a.home:visited
{
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #FEFACA;
	text-decoration: underline;
}

a.home:hover
{
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #FEFACA;
	text-decoration: underline;
}

a.homeinfotext,a.homeinfotext:active,a.homeinfotext:link,a.homeinfotext:visited 
{ 
	font-family: Verdana; font-size: 7.5pt; font-weight: normal; color: #ffffff; text-decoration: none;
}

a.homeinfotext:hover 
{ 
	font-family: Verdana; font-size: 7.5pt; font-weight: normal; color: #ffffff; text-decoration: underline;
}


a.port_footer,a.port_footer:active,a.port_footer:link,a.port_footer:visited 
{ 
	font-family: Verdana; font-size: 8pt; font-weight: normal; color: #ffffff; text-decoration: none;
}

a.port_footer:hover 
{ 
	font-family: Verdana; font-size: 8pt; font-weight: normal; color: #ffffff; text-decoration: underline;
}




a.links 
{
	font-family : Arial, Verdana;
	font-size : 8pt;
	font-weight: normal;
	color: #77bbee;
	text-decoration: none;	
}

a.links:active
{
	color: #77bbee;
	text-decoration: underline;
}

a.links:link
{
	color: #77bbee;
	text-decoration: underline;	
}


a.links:visited
{
	color: #77bbee;
	text-decoration: underline;
}

a.links:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.footer_text:active
{
	color: #666666;
	text-decoration: none;
}

a.footer_text:link
{
	color: #666666;
	text-decoration: none;
}


a.footer_text:visited
{
	color: #666666;
	text-decoration: none;
}

a.footer_text:hover
{
	color: #666666; 
	text-decoration: underline;
}


a.nav:active,a.nav:link,a.nav:visited
{
	color: #666666;
	text-decoration: none;
}

a.nav:hover
{
	color: #333333; 
	text-decoration: underline;
}

a.port
{
	font-family : Arial, Verdana;
	font-size : 8pt;
	font-weight: normal;
	color: #FFFFFF	;
	text-decoration: none;	
}

a.port:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.port:link
{
	color: #FFFFFF;
	text-decoration: underline;	
}


a.port:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.port:hover
{
	color: #FEFACA;
	text-decoration: underline;
}

a.port
{
	font-family : Arial, Verdana;
	font-size : 8pt;
	font-weight: normal;
	color: #FFFFFF	;
	text-decoration: none;	
}

a.port_header:active,a.port_header:link,a.port_header:visited
{
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.port_header:hover
{
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
	color: #FEFACA;
	text-decoration: underline;
}
FEFACA

a.resume:active
{
	color: #666666;
	text-decoration: underline;
}

a.resume:link
{
	color: #666666;
	text-decoration: underline;
}


a.resume:visited
{
	color: #666666;
	text-decoration: underline;
}

a.resume:hover
{
	color: #666666; 
	text-decoration: underline;
}

a.selected:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a.selected:link
{
	color: #FFFFFF;
	text-decoration: none;
}


a.selected:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.selected:hover
{
	color: #FFFFFF; 
	text-decoration: none;
}

a.title
{
	font-family: Arial, Verdana;
    font-size: 16pt;
    font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.title:active
{
	color: #666666;
	text-decoration: none;
}

a.title:link
{
	color: #666666;
	text-decoration: none;
}


a.title:visited
{
	color: #666666;
	text-decoration: none;
}

a.title:hover
{
	color: #666666; 
	text-decoration: underline;
}

.background_color
{
    background-color: #e7e7e7;
}

.background_color_about
{
    background-color: #e7e7e7;
}

.background_color_links
{
    background-color: #e7e7e7;
}

.background_color_port
{
    background-color: #e7e7e7;
}

.footer_text
{
    color: #666666;
    font-family: Arial, Verdana;
    font-size: 8pt;
	font-weight: normal;
}

.heading
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}

.heading_home
{
    color: #FEFACA;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}

.heading_resume
{
    color: #666666;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}
.heading2
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}

.heading_about
{
    color: #FFDA99;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}
.section_header
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}

.heading_large
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 14px;
	font-weight: bold;
}

.heading_underline
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.large_text
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
	font-weight: bold;
}

.large_white_text
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
	font-weight: normal;
}

.hometext
{
	color: #ffffff;
    font-family: arial;
    font-size: 8pt;
}

.homeinfotext
{
	color: #ffffff;
    font-family: Verdana;
    font-size: 7.5pt;
}
.nav
{
	color: #666666;
    font-family: Arial, Helvetica;
    font-size: 8pt;
}

.nav_selected
{
	color: #333333;
    font-family: Arial, Helvetica;
    font-size: 8pt;
}

.port_numbers {
    font-family: Arial;
    font-size: 10px;
	color: #ffffff;
}

.title_dk
{
    color: #666666;
    font-family: Arial, Verdana;
    font-size: 20pt;
    font-weight: bold;
}

.title_lt
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 12pt;
}

.sub_title
{
    color: #666666;
    font-family: Verdana, Arial;
	font-size: 10px;
}

.title_italic
{
    font-family: Verdana, Arial;
    font-size: 8pt;
	font-style: italic;
	color: #FEFACA;
}


.information_text
{
    color: #666666;
    font-family: Arial, Helvetica;
    font-size: 8pt;
}


