			/*---------------BODY / BASIC ELEMENT SPECS ---------------*/


Body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
	font-family: Verdana,Arial,Helvetica; 
	font-size: 8pt;
	font-weight: normal;
	color: #C0C0C0;
        scrollbar-face-color:#333366;
        scrollbar-highlight-color:#003366;
        scrollbar-3dlight-color:#C0C0C0;
        scrollbar-shadow-color:#003366;
        scrollbar-darkshadow-color:#C0C0C0;
        scrollbar-track-color:003366;
        scrollbar-arrow-color:C0C0C0;
	}



			/*---------- Main Link features ----------*/

A:link	
	{color:#C0C0C0; font-size:8pt; font-weight:normal; text-decoration:underline; background:none}

A:active
	{color:#999999; font-size:8pt; font-weight:normal; text-decoration:underline; background:none}

A:visited
	{color:#999999; font-size:8pt; font-weight:normal; text-decoration:underline; background:none}

A:hover	
	{color:#ff0000; font-size:8pt; font-weight:normal; text-decoration:underline; background:none}


			/*---------- Advanced Link features ----------*/
A:link.10pt	
	{color:#888888; font-size:10pt; font-weight:normal; text-decoration:underline; background:none}

A:active.10pt
	{color:#999999; font-size:10pt; font-weight:normal; text-decoration:underline; background:none}

A:visited.10pt
	{color:#777777; font-size:10pt; font-weight:normal; text-decoration:underline; background:none}

A:hover.10pt
	{color:#ff0000; font-size:10pt; font-weight:normal; text-decoration:underline; background:none}




A:link.7pt	
	{color:#888888; font-size:7pt; font-weight:normal; text-decoration:underline; background:none}

A:active.7pt
	{color:#999999; font-size:7pt; font-weight:normal; text-decoration:underline; background:none}

A:visited.7pt
	{color:#777777; font-size:7pt; font-weight:normal; text-decoration:underline; background:none}

A:hover.7pt
	{color:#ff0000; font-size:7pt; font-weight:normal; text-decoration:underline; background:none}



			
			/*------------ Layout Features -------------*/

h1	{
	font-family:Verdana,Arial,Helvetica; 
	font-size: 20pt;
	font-weight: 200%;
	font-style: italic;
	color: #CCCCCC;
	}

h2	{
	font-family:Verdana,Arial,Helvetica; 
	font-size: 12pt;
	font-weight: 100%;
	font-style: italic;
	color: #CCCCCC;
	}

hr
	{
	color: #FFFFFF;
	height: 10%;
	}

ul
	{
	font-family: Verdana,Arial,Helvetica; 
	font-size: 8pt;
	font-weight: normal;
	color: #C0C0C0;
	}

blockquote
	{
	font-family: Verdana,Arial,Helvetica; 
	font-size: 9pt;
	font-weight: normal;
	color: #C0C0C0;
	}
			/*-----------  table features  ----------*/

.norm	{
	background-color: #FFFFFF;
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt;
	font-weight:normal;
	color: #666666;
	valign: top;
	}

td.update
	{
	font-family:Verdana,Arial,Helvetica; 
	font-size:7pt;
	font-weight:normal;
	color: #666666;
	}
	
td.content
	{
	font-family:Verdana,Arial,Helvetica; 
	font-size:10pt;
	font-weight:normal;
	color: #cccccc;
	border-top: 0px;
	border-right: 0px dotted;
	border-bottom: 0px;
	border-left: 0px dotted;
	padding-left: 5pt;
	padding-left: 5pt;
	}

td.header
	{
	background-color: midnightblue;
	font-family:Verdana,Arial,Helvetica; 
	font-size:10pt;
	font-weight:normal;
	color: #C0C0C0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 5pt;
	padding-left: 5pt;
	}

td.headright
	{
	font-size:10pt;
	font-weight:normal;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	border-left: 0px;
	padding-left: 5pt;
	padding-left: 5pt;
	}

td.port
	{
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt;
	font-weight:normal;
	color: #666666;
	border-top: 1px solid;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	}

td.port2
	{
	background-color: #333333;
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt;
	font-weight:normal;
	color: #CCCCCC;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

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


td.copyright
	{
	font-family:Verdana,Arial,Helvetica;
	font-size:7pt;
	font-weight:lite;
	color:#888888;
	}
	
.dotsides
	{
	border-top: 0px;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 0px;
	border-left: 1px dotted #FFFFFF;
	}


			/*-----------  advanced features --------*/



			/*-----------  text input box colors  ------------*/

INPUT.text
	{
	background: rgb(233,233,233);
	font-family:verdana,arial,helvetica; 
	color:#666666; 
	font-size:10pt; 
	font-weight:500
	}

			/*----------  drop down menu colors  ----------*/

option	{
	background: rgb(233,233,233); 
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt;
	font-weight:normal;
	color: #666666;
	}

