body,table,tr,td,a,i,b,div,.menu,.current:hover,.footer{font-family: verdana,arial,times; font-size: small;}

body{
background-color:#000000;
}

h2{font-size:medium; font-weight:bold; color:#005ea4; background-color:transparent;}

/*basic link*/
a:link, a:visited, a:active{color:#f2292e; background-color:transparent; text-decoration:underline;}
a:hover{color:#f2292e; background-color:transparent; text-decoration:none;}

/*footer*/
a.Footer, a.Footer:active, a.Footer:link, a.Footer:visited {color: #f2292e; background-color:transparent; font-size: x-small;}

/*classes*/
.colored{color: #f2292e; background-color:transparent; font-size: medium; font-weight: bold;}
.smallBoldRed{color: #f2292e; font-size: small; font-weight: bold;}
.smallBold{font-size: x-small; font-weight: bold;}
.smallBoldBlue{color: #009eff; font-size: x-small; font-weight: bold;}
.smallText{font-size: xx-small;}
.whiteText{color: #ffffff; background-color:transparent; font-size: small; font-weight: bold;}
.whiteSmallText{color: #ffffff; background-color:transparent; font-size: small; font-weight:}
.caption{font-size:xx-small; font-weight:bold; font-style:italic;}
.mediumbold{font-size: medium; font-weight: bold;}
.Link{font-size: small; color:#f2292e;}
.LinkBlack{font-size: small; color:#000000;}

/*menu text*/
a.menu,a.menu:hover,a.current,a.current:hover{font-size:small; font-weight: bold;}
a.menu:link, a.menu:visited{color:black; background-color:transparent; text-decoration:none;}
a.menu:hover{color:black; background-color:transparent; text-decoration:underline;}
a.current,a.current:hover{color:#f2292e; background-color:transparent; text-decoration:none;}

/*small text*/
a.smallLink:link, a.smallLink:visited{font-size:xx-small; text-decoration:underline;}
a.smallLink:hover{font-size:xx-small; text-decoration:underline;}

a.smallLinkEmail{font-size:x-small; color:#f2292e; background-color:transparent; text-decoration:underline;}
.smallTextEmail{font-size:x-small;color:#f2292e; text-decoration:none;}

/*bullets*/
ul.bullet	{list-style-image: url(/PortDispatch/images/PortDispatch_bullets.gif);}	
ul.default {list-style-type: disc;}

div.pageHeader {

    height: 21px;
    font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 4px 9px; 
	margin: -5px -3px 0 -5px; 
	background: #2f2f2f url(images/BckgrndpageHeader.gif) repeat-x;
	color: #ffffff;

}

a{
		color:#ffffff;
				
		}
	a:hover{
		color:#f2292e;
		}
	
	/* // here comes the goodnes  */	
	
		a.button{
			float:left;
			font-size:90%;
			font-weight:bold;				
			border-top:1px solid #999;
			border-left:1px solid #999;
			border-right:1px solid #333;
			border-bottom:1px solid #333;
			color:#ffffff;		
			width:auto;
			text-decoration:none;
			
			}	
		a.button:hover{	
			border-top:1px solid #333;
			border-left:1px solid #333;
			border-right:1px solid #999;
			border-bottom:1px solid #999;	
			color:#ffffff;					
			}	
		a.button span{
			background:#f74242 url(images/bg_btn.gif) repeat-x;			
			float:left;
			line-height:24px;
			height:24px;	
			padding:0 10px;							
			border-right:1px solid #777;
			border-bottom:1px solid #777;					
			}		
		a.button:hover span{
			border:none;						
			border-top:1px solid #777;
			border-left:1px solid #777;		
			background:#fb4343 url(images/bg_btnOver.gif) repeat-x;	
			cursor:pointer;	
			}		



