body {
	bgcolor: #FFFFFF;
	margin: 0;
}

td { 
	font-family: helvetica;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #58687A;
	border: 0;
	margin: 0;
}


td.Footer {
	background-image: url("../images/footer.gif");
}

input,textarea, select {
 	border-size: 1;
	border-color: #FFFFFF;  
    color : #5D635B;
    background-color: #FFFFFF;
	z-index: -1;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	
}

input.radio {
	background : #DDDAD8;
}

input.submit {
    background-color : #4E5987;
	border: 1px;
	border-color: #5D635B;    	
    color : #FFFFFF;
    font-size: 8pt; 
    font-family: arial narrow, arial, Verdana, Helvetica, sans-serif;
}

A {
	font-size: 10pt;
	color: #58687A;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
}

A.loginstatus {
	font-size: 8pt;
	font-weight: bold;
}

.nounderline {
	text-decoration: none;
}

.loginstatus {
	font-size:8pt;
}

.indexcontent {
	color: #FFFFFF;
}

.footertext {
	font-size:10pt;
	color: #58687A;
}

.boldtext {
	font-weight: bold;
}

.subnavtext {
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;
}

.subnavtextactive {
	text-decoration: none;
}

.subnavtext:hover {
	text-decoration: none;
	color: #FFFF99;
}

.subnavtextactive:hover {
	text-decoration: none;
}

.sectionheadertext {
	font-size: 12pt;
	font-weight:bold;
}

.indextext1 {
	color: #FFFFFF;
	font-size: 40pt;
}

.indextext2 {
	color: #FFFFFF;
	font-size: 14pt;
}

.indextextlogin {
	color: #FFFFFF;
	font-size: 12pt;
}

.indextextnews {
	color: #FFFFFF;
	font-size: 12pt;
}

.whitelink {
        font-size: 12pt;
        color: #FFFFFF;
        text-decoration: underline;
}

.whitelink:hover {
        text-decoration: none;
}

.coreborder {
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
}

.floatleft {
	float: left;
	padding: 0px 10px 0px 0px;
}

.alert2 {
	color: #F69C44;
	font-weight:bold;
}



