/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#ffffff;

}

a:link {
	color: #999999;
 /* 5254AB; */
	text-decoration: none;
}
a:visited {
	color: #999999;
 /*BC905E; */
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

/* general text formats */


.headline  {
	font-family: Arial;
	font-weight: none;
	color: #999999;
	line-height: 2;
	font-size: 26px;
}

.headtwo  {
        font-family: Arial;
        font-weight: none;
        color: #aaaaaa;
        line-height: 2;
        font-size: 16px;
}

.headlineital  {
        padding: 0;
        margin: 0;
        font-family: Verdana;
        font-weight: bold;
        color: #000044;
		line-height: 2;
        font-size: 26px;
}


.subhead  {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}

.greenbold  {
        padding: 0;
        margin: 0;
        font-family: Arial;
        font-weight: bold;
        color: #333333;
        font-size: 12px;
}
      


.adminnav  {
        padding: 0;
        margin: 0;
        font-family: Verdana;
        font-weight: bold;
        color: #333399; 
        font-size: 12px;
}


.regulartext  {

	font-family: Arial;
	color: #999999;
	line-height: 2.5;
	font-size: 11px;
}

.regulartextbold  {

	font-family: Arial;
	color: #000000;
	line-height: 2.5;
	font-size: 11px;
}

.caption  {

	font-family: Arial;
	color: #999999;
	font-size: 11px;
}

.pub  {

	font-family: Arial;
	color: #999999;
	font-size: 12px;
}

.smalltext {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

.footertext {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}

.pubborder {
	border: 1px solid #333300;
}
