.content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.content02 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.main_content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	color: #666666;
	text-align: justify;
}
.content_red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #c41230;
	text-align: justify;
}
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
}
.copytext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
.copy_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-align: justify;
}
.content_header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #e51937;
	text-align: justify;
}
div.content
{
width:400px;
height:258px;
overflow:auto;
padding:10px;
}
li.red {
    color:#c41230;
}

/* ######### Style for Drop Down Menu ######### */
.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	 /*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding: 0px;
	margin: 0;
}

.chromestyle ul li a{
	color: #000000;
	padding: 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	font-family: arial, san-serif;
	font-size: 14px;
	line-height:16px;
	z-index:100;
	background-color: #ffffff;
	width: 225px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 0px, 0px, 0px, 0px;
	text-decoration: none;
	font-family: arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #cfcfcf;
}