/* ------------------------- General Style -------------------------- */
body {
	margin: 5px 0px 0px;
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.intitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a:visited {
	color: #4C7E93;
	text-decoration: none;
}
a:link {
	color: #4C7E93;
	text-decoration: none;
}
.clicklogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C7E93;
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	color: #585E61;
	text-decoration: underline;
}

/* ------------------------- Customized Style -------------------------- */
.bg_table {
	background-image: url(../images/bg_topdate.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.bg_sidebox {
	background-image: url(../images/bg_title.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.bg_cell {
	background-image: url(../images/top_holder.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.bg_content {
	background-image: url(../images/bg_cbody.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: 525px;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0B084F;
	padding-bottom: 15px;
	display: block;
	font-weight: normal;
	padding-top: 10px;
}
.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0092B1;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	padding-left: 20px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0092B1;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ED8C14;
	font-weight: bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.search_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
a.top:visited {
	color: #4C7E93;
	text-decoration: none;
	font-size: 11px;
}
a.top:link {
	color: #4C7E93;
	text-decoration: none;
	font-size: 11px;
}
a.top:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.underline_title {
	font-weight: bold;
	color: #1C9EBA;
	background-image: url(../images/double_lines.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 23px;
	font-size: 12px;
}
ul {
	color: #EE9425;
	list-style-type: circle;
}
.csearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
} 
.underline_titleLg {
	font-weight: bold;
	color: #1C9EBA;
	background-image: url(../images/double_lines.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 23px;
	font-size: 18px;
}
.underline_titleLgORG {

	font-weight: bold;
	color: #ED8C14;
	background-image: url(../images/double_lines.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 23px;
	font-size: 18px;
}
.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B084F;

}
/**purple Menu CSSS***/
.anylinkcss{
color:#666666;
position:absolute;
visibility: hidden;
border:1px solid #ccc;
border-bottom-width: 0;
font:normal 11px arial;
line-height:20px;
z-index: 100;
text-align:left;
text-indent:5px;
background-color: #FFF;
width:140px;
}

.anylinkcss a{
width: 100%;color:#666666;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#f6f6f6;
color:#666666;
}
