@charset "utf-8";
/* CSS Document */

.corpHome {
	background-color: #DFDFDF;
}

#corpList {width:100%; height:auto; overflow:hidden;}
#corpList ul {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	list-style-type: disc;
	/*list-style-position: inside;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
		
	}
	
	#corpList ul a:link {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	list-style-type: disc;
	/*list-style-position: inside;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	}
	
	#corpList ul a:visited {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	list-style-type: disc;
	/*list-style-position: inside;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	}
	#corpList ul a:hover {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	list-style-type: disc;
	/*list-style-position: inside;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;	
	}
	#corpList ul a:active {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	list-style-type: disc;
	/*list-style-position: inside;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	}
	
	.loginButton3 {
	background-color: #2377A3;
	height: 20px;
	width: 160px;
	border: 1px solid #1E6488;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.homebg
{
	background-image:url(../images/homebg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #b9b9b9;
}

.menuTextHome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	text-align: justify;
}