body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 14px;	
	margin: 10px 0 0 0;
	padding: 0px;
}
ul, ul ul, ul ul ul, p, form{
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 14px;	
}


/* default link  will be orange with underline  */
A:link{color: #2d9be8; text-decoration: none}
A:visited{color: #2d9be8; text-decoration: none}
A:hover{color: #2d9be8; text-decoration: underline}
A:active{color: #2d9be8; text-decoration: underline}




/************* #globalNav styles **************/
#topNavBar {
	height: 19px;
	padding: 3px 0 5px 0;
} 
ul#topNav{ padding:0; margin: 0; list-style-type: none; float: right; width: 600px; color: #333333; text-align: right;}
ul#topNav li { padding:0; display: inline; margin:0;}
ul#topNav li a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
	color: #333333; 
	text-transform: uppercase; 
	padding: 3px 2px 3px 5px; 
	text-decoration: none;
	
}
ul#topNav li a:hover{ color: #666666; text-decoration: none;}
ul#topNav li a.currentTop{ color: #666666; text-decoration: underline; font-weight: 700;}

/***********************************************/
/* Home page body area                                */
/***********************************************/
.homecontent{
	padding: 25px 10px 0px 10px;
	line-height: 18px;	
}

/***********************************************/
/* Home page 3 columns area                                */
/***********************************************/


.threecolumns{
	padding-left: 10px;
	line-height: 18px;	
}

.threecolumns_list { 
	list-style: none;
	list-style-image: url(../images/wedge.gif);
}

.threecolumns_list a { 
	list-style: none;
	list-style-image: url(../images/wedge.gif);
	color: #666666;
	text-decoration: none;
}

.threecolumns_list a:hover { 
	list-style: none;
	list-style-image: url(../images/wedge.gif);
	color: #000000;
	text-decoration: underline;
}

.threecolumns_list a:visited { 
	list-style: none;
	list-style-image: url(../images/wedge.gif);
	color: #000000;
	text-decoration: none;
}




/* Header */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.h1{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #000000;
 font-weight: bold;
 text-transform: uppercase;
}

.h2{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight: bold;
 text-transform: uppercase;
}

.h3{
 font-size: 11px;
 color: #666666;
 font-weight: bold;
}

/* Misc */
				

li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	color: #666666;
	font-size: 11px;
}






/************* #footer styles ***************/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	border-top: #cccccc 1px solid;
	padding-top: 5px;
}
.footer a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; text-decoration:none;}
.footer a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #888888; text-decoration:none;}
.footer a:hover {color: #888888; text-decoration:underline;}




