P  {
	font-size : small;
	font-family : Arial;
}

.mainHeader {
	color : RGB(66,98,140); 
	font-family : "Arial Black", "Arial";
	font-size : large;
	
}

.menuColor {
	background-color : RGB(66,98,140);
}

.menuColor2 {
	background-color : #FFCC00;	
}

.leftcol {
	/*border-width:thin;*/
	/*border-right-style : "solid";*/	
	/*border-color : gray	;*/
	/*background-image : url(img/turningsoftware_vert2.jpg);*/
	/*background-image : url(img/partner2.jpg);*/
	/*vertical-align : top;*/
}

.menuText {
	color : white; 
	font-family : "Helvetica", "Arial Black", "Arial";
	font-size : xx-small;
	
}

A  {
	color : RGB(66,98,140);
	text-decoration:none;
}
A:Visited  {}
A:Active  {}
A:Hover  {
	text-decoration:underline;
	color:purple;
}

A.menu:link {
	color : white; 
	font-family : "Helvetica", "Arial Black", "Arial";
	font-size : xx-small;
}
A.menu:Visited {
	color : white; 
	font-family : "Helvetica", "Arial Black", "Arial";
	font-size : xx-small;
}
A.menu:Hover {
	color: #EEDD82;
	text-decoration:none;
	/*text-decoration:underline;*/
}

A.menu3:link {
	color : white; 
	font-family : "Arial";
	font-size : xx-small;
}
A.menu3:Visited {
	color : white; 
	font-family : "Arial";
	font-size : xx-small;
}
A.menu3:Hover {
	color: #EEDD82;
	text-decoration:none;
}

.footerAnchor {
	color : gray;
	font-family : "Arial Narrow", "Arial";
	font-size : xx-small;
	font-style : italic;
}

.homepageText {
	color : RGB(66,98,140); 
	font-family : "Arial";
	font-size : xx-small;
}

.contentText {
	color : #666666; 
	font-family : "Arial";
	font-size : x-small;
}

.quoteText {
	color : #666666; 
	font-family : "Arial";
	font-size : x-small;
	font-style : italic;
}

.subheader{
	color : RGB(66,98,140); 
	font-family : "Arial Black", "Arial";
	font-size : x-small;
	/*font-style: italic;*/
}


.footerText {
	background-color : RGB(246,248,250);
	color : gray;
	font-family : "Arial Narrow", "Arial";
	font-size : xx-small;
	font-style : italic;
	border-top:solid thin #cccccc;
}

.locator {
	font-family : "Arial";
	font-size : xx-small;
	color : black;
}


#dropmenudiv{
	position:absolute;
	margin-top:5px;
	margin-left:0px;
	border:1px solid #cccccc;
	font:normal 10px Arial;
	line-height:14px;
	z-index:100;
	/*color: black;*/
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*background-color : RGB(66,98,140);
	color: white;*/
	background-color:white;
	color:RGB(66,98,140);
}

#dropmenudiv a:hover{ /*hover background color*/
	/* background-color: #FFCC00;
	 color : RGB(66,98,140);*/
	 color:purple;
	 text-decoration:underline;
}

.table2 {
border:solid thin #cccccc;
}

.table4 {
background-image: url(img/bghm.jpg); 
}

.bgimage {
	background-image:url('img/bgall3.gif');
}

.contacttable {
border:solid thin #cccccc;
}

.loginform {
	background-color:#EFEDDF;
	font-size:11pt;
	font-weight:bold;
}

.formText {
	color : #666666; 
	font-family : "Arial";
	font-size : x-small;
}

.errorText {
	color : red; 
	font-family : "Arial";
	font-size : x-small;
	font-weight:bold;
}

.okText {
	color : green; 
	font-family : "Arial";
	font-size : x-small;
	font-weight:bold;
}

.mandatory {
	color:red;
}