body {
	width: 1000px; 
	margin: 0 auto;
	background-color:#3d3e3f;
}
.border {
	border: 1px solid #666666;
}
.rightfiller {
	background-image: url(../../images/index/rightbg.gif);
	background-repeat: repeat;
}
.leftbg {
	background-image: url(../../images/index/leftbg.gif);
	background-repeat: repeat;
}
.mainbg {
	background-image: url(../../images/index/mainbg1.gif);
	background-repeat: repeat;
}
.greytext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: none;
}
.redtext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Red;
	text-decoration: none;
}
.notetext {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	font-style:italic;  
	color: #d1d1d1;
	text-decoration: none;
}
.textbox {
	background-color: #909192;
	border: 1px solid #333333;
}
.blackbg {
	background-color: #000000;
	border: 2px solid #333333;
}
.boldborder {
	border: 2px double #333333;
}
.mainallbg {
	background-image: url(../../images/index/mainbg.gif);
	background-repeat: no-repeat;
}
.maintext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #C1C1C1;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E8E8E8;
	text-decoration: none;
}
.yellowtext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffe90f;
	text-decoration: none;
}
.newswhite {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
}
.hdnwhite {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.hdnyellow {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FFE800;
	text-decoration: none;
}
.newsyellow {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffe90f;
	text-decoration: none;
}
.passwordbg {
	background-image: url(../../images/inner/passwordbg.gif);
	background-repeat: no-repeat;
}
.warning
{
	background: url("../../images/warning.gif") left no-repeat;
	background-color: #FFF8A7;
	background-position: 14px center;
	padding: 1px 3px 1px 35px;
	border: 1px dotted #E5D200;	
	margin:2px;
	width: 70%;
	text-align: left;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	/*font-weight:bold;*/
}

.info
{
	background: url("../../images/info.gif") left no-repeat;
	background-color: #D4F5D4;
	background-position: 14px center;
	padding: 1px 3px 1px 35px;
	border: 1px dotted #54AF54;	
	margin: 5px;
	width: 70%;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}
ol li
{
	margin-left:-10px ;
	padding-left:50px; 
}
p 
{
	margin: 4px 0px 0px 0px;
}
