/* CSS Document */
a { 
	text-decoration:none; 
}
 
.content img { 
	float: left; 
	margin-right: 5px; 
	margin-top: 3px; 
	margin-left: 2px;
} 

body { 
	background-color: #ffffff; 
	color: #000; 
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 8pt; 
	margin: 0px; border: 0px; 
	padding: 0px;
} 

.header { 
	background-color: #FFFFFF; 
	color: #000000; 
	font-size: 18px; 
	font-weight: bold; 
	border-top-width: 2px; 
	border-bottom-width: 2px; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-top-color: #FFFFFF; 
	border-bottom-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-top: 1px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	margin: 0px;
} 

.pgheader { 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	background-color:#452379;
	/* background:url(images/bd1.png) repeat-x;  */
	padding-top: 3px; 
	padding-right: 0px;
	padding-bottom: 3px; 
	padding-left: 2px;   
	border-right-width: 0px; 
	border-left-width: 0px;
	border-right-style: solid; 
	border-left-style: solid; 
	border-right-color: #FFFFFF; 
	border-left-color: #FFFFFF; 
	margin-top: 1px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	width: 210px; 
}
 
.bodyText { 
    width: 220px;
	font-weight: bold; 
	font-size: 8pt; 
	PADDING-RIGHT: 2px; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	text-align:justify;
} 

.BoldText { 
	font-weight: bold;
} 

.Italic {
	font-style: italic;
}
 
.footer { 
	color: #FFFFFF; 
	margin: 10px 0 0 0; 
	padding: 2px 0 2px 5px; 
	background-color:#452379;
	/* background:url(images/bd1.png) repeat-x;  */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	margin-left:2px; 
	margin-right:2px; 
	width: 210px;
}
 
.accesskey { 
	color: #006699; 
} 

.footerng { 
	color: #FFFFFF; 
	padding: 5 px; 
	font-size: 11px; 
	font-weight: normal; 
	margin-bottom: 0px; 
	margin-right: 0px;
}
 
.homeng { 
	padding: 2px; 
	margin: 1px; 
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #006633; 
}

.style1 {
	color: #FFFFFF
}

.tabb { 
	font-size:12px; 
	font-family:Arial,Helvetica; 
	color:#FF0000;
}

.tan {
	FONT-SIZE: 12px; 
	COLOR: navy; 
	FONT-FAMILY: Arial,Helvetica; 
	TEXT-ALIGN: center;
}

.tann {
	FONT-SIZE: 14px; 
	COLOR: navy; 
	FONT-FAMILY: Arial,Helvetica; 
	TEXT-ALIGN: center; 
	color:#0000FF;
}

.outer { 
	border-width:thick; 
	border:#666666; 
}

h3 {
		margin: 0px;
		padding: 0px;	
	}

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #FFFFFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #000000;
	}
	
.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
.suggestionList li {
		list-style-type: none;
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
.suggestionList li:hover {
	background-color: #8FBFE7;
	}

.style3 {
	font-size: 10pt;
	font-weight: bold;
}
 
.style4 {
	color: #FF0000
}

.style5 {
	color: #333399
}

#quotes {
	background-color:#F0803C;
	position:absolute;
	/* left:50%;
     top:50%;
     margin: -150px 0 0 -500px;
     padding:20px; */
	 font-weight:bold;
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
	width:210px;
	height:20px;
	border:solid 1px #000000;
	text-align:center;
	margin-left:3px;
}

h4 {
	text-decoration:blink;
}

.red1{
	font-weight:bold;
	color:#F00;
	}