@import "global.css";
@import "header.css";
a:link, a:visited, a:active 
{
text-decoration:underline;
color:#3366FF;
}
a:hover 
{
text-decoration:none;
color:#FF0000;
}


Table#leftColContactTable
{
    VERTICAL-ALIGN: top;
    BACKGROUND:transparent;
    width:190px;
    TEXT-ALIGN: left;
    font: normal 10px Arial;  
}

#leftColContactTable TD.labelTxt
{
	font: bold 10px Arial;
	width:80px;
}
h2.moduleHeader
{
	font:bold 11px Arial;
	color:Navy;
	padding:6px 0 0 0;
	margin:0;
}
	.module_leftTop{
	background-image: url(/images/module_top_left.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
	.module_centerTop
	{
	height:23px;
	background-image: url(/images/top_bg.gif);
	text-align:center;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom:solid 1px #999999;
}
	.module_rightTop{
	background-image: url(/images/module_top_right.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	.module_leftMid{
	background-image: url(/images/module_left.gif);
	background-position: top;
	background-repeat: repeat-y;
	
	}
	
	.module_center{}
	
	.module_rightMid{
	background-image: url(/images/module_right.gif);
	background-position: top;
	background-repeat: repeat-y;
	}
	
	.module_leftBot{
	height:14px;
	background-image: url(/images/module_bottom_left.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	.module_centerBot{
	height:14px;
	background-image: url(/images/module_bottom_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	}
	.module_rightBot{
	height:14px;
	background-image: url(/images/module_bottom_right.gif);
	background-position: top;
	background-repeat: no-repeat;
	}