#printonly
{
display: none;
}

BODY
{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-family: arial,verdana,sans-serif;
	background-color: #333333;
}

H1
{
	font-size: 16px;
	color: #0C3;
	text-transform: uppercase;
	margin: 3px 0px 3px 0px;
	font: small-caps bolder;
}
H2
{
	text-transform: uppercase;
	font-size: 16px;
	color: #0C3;
	font-weight: bolder;
	margin: 10px 0px 5px 0px;
}
H3
{
	font-size: 14px;
	color: #0C3;
	font-weight: bolder;
	margin: 6px 0px 3px 0px;
}
H4
{
	font-size: 11px;
	color: #0C6;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
}
H5
{
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
}

A:link
{
	color: #06F;
	font-weight: normal;
	text-decoration: underline;
	text-transform: inherit;
}



A:visited
{
	color: #09C;
	font-weight: normal;
	text-decoration: underline;
}



A:active
{
	color: #39F;
	font-weight: normal;
	text-decoration: underline;
}


#menu1
{
	width: 100%;
	height: 33px;
	margin: 0 auto;
	font-family: Helvetica, Tahoma, Verdanna, Arial, sans-serif;
}

#menu1 ul
{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0px;
	list-style: none;
	text-transform: uppercase;
}

#menu1 li
{
	display: inline;
	text-align: left;
	word-spacing: .075em;
	letter-spacing: .05em;
	}

#menu1 a
{
	display: inline;
	border: none;
	height: 35px;
	padding: 2px 15px 10px 15px;
	text-decoration: none;
	color: #FFF;
}

#menu1 a:hover {
	color: #09F;
	text-decoration: none;
}
.alist li
{
	font-weight: bold;
	text-align: left;
	word-spacing: .075em;
	letter-spacing: .05em;
	list-style-image: url(images/AJI_iconS.gif);
	list-style-type: none;
	list-style-position: inside;
}

.breadcrumb
{
	text-align: left;
	float: left;
	font-size: 11px;
	color: #6FF;
	font-weight: normal;
	background: #000;
	padding: 5px 8px 5px 8px;
	margin: 18px 0px 0px 20px;
	width: 885px;
}

.navback
{
	background-image: url(images/NavBack.jpg);
	background-position: left top;
	text-align: center;
	height: 47px;
}

#date
{
	text-align: center;
	float: right;
	font-size: 11px;
	color: #6C0;
	font-weight: normal;
	background: #000;
	padding: 8px 10px 8px 10px;
	margin: 100px 40px 0px 0;
	width: 150px;
}


.body12
{
	padding: 5px 18px 5px 18px;
	margin: 0;
}
.caption
{
	text-align: center;
	font-size: 11px;
	color: #0C3;
	font-weight: normal;
	padding: 10px;
	margin: 5px 5px 5px 10px;
}
.formcaption
{
	font-size: 20px;
	color: #0C3;
	font-weight: bolder;
	padding: 10px;
	margin: 5px 5px 5px 10px;
	letter-spacing: .1em;
}

.caption img
{
	padding: 10px;
	margin: 5px 5px 5px 10px;
}

.footer
{
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	line-height: 130%;
}

a.footer:link
{
	color: #9CF;
	text-decoration: underline;
	cursor: hand;
}
a.footer:visited
{
	color: #09C;
	text-decoration: underline;
	cursor: hand;
}
a.footer:hover
{
	color: #FFF;
	text-decoration: none;
	cursor: hand;
}
a.footer:active
{
	color: #39F;
	text-decoration: none;
	cursor: hand;
}



