a {
	color: #FFFFFF;
	text-decoration: underline;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.jusify {
	text-align: justify;
}
.left {
	text-align: left;
}
table {
	border: none;
	left: 10px;
	top: 0px;
	right: 10px;
}
.center {
	text-align: center;
}
body {
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, Tahoma, "Times New Roman";
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

h1
{
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Tahoma, "Times New Roman";
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-family: "Arial Narrow", Arial, Tahoma, "Times New Roman";
	font-weight: bold;
}

h3,h4,h5,h6 
{
	font-size: 13px;
	font-family: "Arial Narrow", Arial, Tahoma, "Times New Roman";
	font-weight: bold;
}

.mainhedtext{
padding-top:10px;
padding-botom:10px;
padding-left:25px;
padding-right:15px;
}


a.totop:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.totop:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.totop:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.totop:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	background: #333333;
}


a.mainindex:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex:active {
	color: #FFFFFF;
	text-decoration: none;}

.index-desc-table{
background:#333;
}

a.mainindex-desc:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex-desc:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex-desc:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex-desc:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.index-linkheadings {
background: #333333;
width: 99%;
padding: 4px; 
font-weight: bold;
font-size: 13px;
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #ffffff;
border-style: outset; 
border-width: 2px;
border-color: #C0C0C0;
}

.bodytext
 {
 font-family:  helvetica, arial, sans-serif;
 font-weight: normal;
 font-size: medium;
 color:white;
 text-align: justify;
 vertical-align: top;
 line-height: normal;
 }
 
.smalltext {
 font-family: Arial, Verdana, sans-serif; 
 font-size: small; 
 }
 
.mediumtext {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 95%;
	color: #FFFFFF;

 }
 
 .largetextserif {
	text-align: center;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 2px;

 }
 
.date {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	font-style: italic;
 }
 
 .padded{
 padding: 15px;
 }

.whiteborder{
	border: 1px solid #FFFFFF;
}

.graybar{
	background-color: #333333;
	text-align: center;
	padding: 15px 5px 5px;
	height: 75px;
	width: 100%;
	vertical-align: middle;
}
.borderout{
	border: medium solid #FFFFFF;
}
.bkgrd {
	background-image: url(../images/bkgrd.png);
	background-repeat: repeat-x;
}