/***********************************************/
/************ Access Style Sheets **************/
/***********************************************/

body{
font-family:arial;
font-size:12px;
}

#acrstyle{
	color: #15569d;
	background-color: #FFFFFF;
}

#acrstyle h1{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#acrstyle h3{
	text-align:center;
}

#acrstyle h4{
	text-align:center;
}

#acrstyle h5{
	text-indent: 4em;
}

#acrstyle li{
	text-indent: 6em;
	font-size:14px;
}

#acrstyle p{
	font-size:14px;
	text-indent: 2em;
}

#acrstyle a:link{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#15569d;
	text-decoration: none;
}

#acrstyle a:active{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#15569d;
	text-decoration: none;
}

#acrstyle a:visited{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#15569d;
	text-decoration: none;
}

#acrstyle a:hover{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #FFFF00;
	text-decoration: none;
}

#acrstyle select, #acrstyle option, #acrstyle textarea{
	color: #15569d;
	font-size:12px;
	font-weight: bold;
	background-color: #e6eaee;
	border: 1px solid #A0A4D0;
}

.acrinput {
	color: 15569d;
	font-size:12px;
	font-weight: bold;
	background-color: #e6eaee;
	border: 1px solid #A0A4D0;
}

.acrsubre {
	font-size:12px;
	font-weight:bold;
}

.sitemap {
	border-color:#15569d;
	color:#FFFFFF;
}

.sitemap th{
	background-color:#e6eaee;
	border-color:#e6eaee;
}

.sitemap td{
	border-color:#e6eaee;
	background-color:#e6eaee;
}

.sitemap a:link{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration: none;
}

.sitemap a:active{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	text-decoration: none;
}

.sitemap a:visited{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration: none;
}

.sitemap a:hover{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #FFFF00;
	text-decoration: none;
}

