body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a,a:link{
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
}

a:hover{
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:underline;
}

.new:link{
font-weight:bold;
}
.new:hover{
font-weight:bold;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.style1{
color:#CC0000;
font-size:14px;
font-weight:bold;
}
.titletext{
color:#D30101;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.titletext:link{
color:#D30101;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}

.titletext:hover{
color:#D30101;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
}

.topbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
}
.img{
	background-color: #000000;
	padding: 5px;
	border: 1px solid #000000;
}
#mainbody{
	width:auto;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;

}
/*


*******************************************> For menu only : : START : : ********************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin-top:10px;
	vertical-align:bottom;
	font-size:11px;
	margin: 0;
	list-style: none;
	line-height: 1;
	height:24px;
}

#nav a {
	display: block;
	width: 75px;
	height:24px;
}

#nav li { /* all list items */
	float: left;
	width: 75px; /* width needed or else Opera goes nuts */
	height:24px;
	background-color:#FFFFFF;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 75px;
	left: -990em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:23px;
	background:#FFFFFF;
	background-image:;

}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 60px;
	height:23px;
	background:#FFFFFF;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -990em;
	background:#FFFFFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background:#FFFFFF;
}

#content {
	clear: left;
	color: #ccc;
}

/* ********** : : END FOR MENU ONLY : : *************************/
.widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
}
.whitebg{

}
.more {
	cursor:inherit;
		cursor:default;
		cursor:text;
		cursor:pointer;
}
