body{

		color:#000000;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		
		background-image:url(../images/red110.jpg);
		
}
.scrollable { 
background:#faf5ff;
width: 290px; 
height: 400px; 
overflow: auto; 

}

#content{
		
	width:592px;
	 /*overflow-x: auto; Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 400px; */
	word-wrap: break-word;  Internet Explorer 5.5+ */
	_white-space: pre; IE only hack to re-specify in addition to word-wrap */
	background:#faf5ff;
	display: inline;

}

#viewcontent{
		
	width:600px;
	 /*overflow-x: auto; Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 400px; */
	word-wrap: break-word;  Internet Explorer 5.5+ */
	_white-space: pre; IE only hack to re-specify in addition to word-wrap */
	background:#faf5ff;
	display: inline;

}

.datefonts{ color:#999999; text-align:left; }

.style1{ font-weight: bold;
font-size:12;
height:25;}

.style3{ color:white;
		 font-weight: bold;
	   }

.style2{ font-weight:bold;
		 color:#CC0000;
		 letter-spacing:1px;
	   }
.style8 {font-size: 14px; }
.style9 {
	color:#ffffff;
	font-weight: bold;
}
.style11 {
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
}
.errormsg{ 
		 font-weight:bold;
		 color:#FFFFFF;
		 font-size:12px;
		 letter-spacing:1px;
	   }
		 
.ruler{ color:#000000;
		width:596;}

#pagename{
		color:#ffffff;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing:2px;
		text-transform:uppercase;
		font-weight:bold;
		text-decoration:none;
		margin-left:2px;
		
}#header{
		color:#000000;
		font-size:12px;
		font-family: Verdana, Helvetica, sans-serif;
}
#menustyle{
		color:#ffffff;
		font-size:12px;
		font-weight:normal;
		background:#000000;
		border:1px solid #000000;
}#menustyle a{
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
}#menustyle a:hover{
		color:#0099FF;
		background:none;
		text-decoration:none;
}

td{ padding: 2px 2px 2px 2px;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
background:#CDC0B0;
.formtables td{ padding: 1px 1px 1px 1px;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:1px solid #faf5ff;}
	background:#faf5ff;
p{padding: 5px 5px 5px 5px;}


#dropdwn a { color:#000000;}
#dropdwn a:visited{color:#000000; }
#dropdwn a:active{color:#000000;}
#dropdwn a:hover{
	
	color:#000000;
	text-decoration:none;}
	
a { color:#00CC33;text-decoration:none;}
a:visited{color:#00CC33;}
a:hover{
	color:#FFFF00;
	text-decoration:underline;
	}

.selectedanchor{ /*CF9FFFCSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:#FFFFFF;


}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #C67171;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

width: 200px; /* default width for menu */

}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C67171;
padding: 2px 0;
text-decoration: none;
font-weight:bold;
text-indent: 5px;
color:#000000;
}

.anylinkmenu a{ /*link color*/
color: #000000;
}
.anylinkmenu a:active{ /*active color*/
color: #000000;
}
.anylinkmenu a:visited{ /*visited color*/
color: #000000;
}
.anylinkmenu a:hover{ /*hover background color*/
background:#993333;
color: #ffffff;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;

}

.anylinkmenucols li{
padding-bottom: 3px;

}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;

}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;

}
#footer{
		color:#000000;
		font-size:10px;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		
		text-align:center;
}
#footer a{ color:#00CC33; font-weight:bold;}

#footer a:visited{ color:#00CC33;font-weight:bold;}
#footer a:active{ color:#00CC33;font-weight:bold;}
#footer a:hover{ color:#FFFF00;
text-decoration:none;}
