@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom:0px;
	margin-top:10px;
	background-attachment: fixed;
	background-image: url(../images/shared/bg.jpg);
	list-style-image: url(../images/shared/arrow2.gif);
	
}

/*border*/
.border-website {
	border: 1px solid #D8D8D8;
}


.border-dot {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}


/*type*/

.footer {
	font-size: 10px;
	color: #333333;
}

.heading-title {
	font-size:20px;
	color:#0E3346;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading-subtitle {
	font-size:14px;
	color:#4E4334;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EDECE9;
}

.disablelinks {
	color: #999999;
	font-weight: bold;
}

.aactypeface {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071AD;
	font-weight: bold;
}



/*links*/

a:link {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	background-color: #DFDFDF;
}
a:visited {
	text-decoration: none;
	color: #006699;
}



/*table effects*/

table.menu td a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size:11.5px;
	vertical-align:middle;
	display: block;
	border: 1px dashed #FFFFFF;
	
	

	
}

table.menu td a:hover {
	background-color: #1D70A4;
	color: #4E4334;
	text-decoration: none;
	font-size: 11.5px;
	background-color: #EDECE9;
}
.heading-list-title {
	color: #003399;
	list-style-type: circle;
	font-weight: bold;
}

