.bodyclass {
	background-color:#ffffff;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
.tablemain {
	border-bottom:0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #fd9500;
	width:950px;
	height:333px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.tablemain2 {
	border-bottom:0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #fd9500;
	width:950px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.tablemain3 {
	border-bottom:0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #fd9500;
	width:950px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
.trmain {
}
.trmain2 {
}
.trmain3 {
}
.tdmain {
	width:750px;
	vertical-align:top;
}
.tdmain2a {
	width:225px;
	vertical-align:top;
}
.tdmain2b {
	width:725px;
	vertical-align:top;
}
.tdmain3 {
	width:950px;
	vertical-align:top;
}
.maintext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #192d36;
}
.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #192d36;
	margin: 0 5px 5px 5px;
}
.maintext2 h1 {
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:capitalize;
}



.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	margin-top:23px;
	text-align:center;
}

.footertext a {
	color:#FFF;
	text-decoration:none;
}

.footertext a:hover {
	color:#FFF;
	text-decoration:underline;
}
.ringitinc {
	text-decoration:none;
	color:#FFFFFF;
}
/*Category*/
#category {
	width:225px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin-bottom:5px;
	background-color:#eeeeee;
	color:#000;
}
#category:first-child {
	border-top:#000 1px solid;
}
#category a {
	display:block;
	height:20px;
	padding-top:5px;
	border-bottom:#666 1px solid;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	color:#000;
	padding-left:15px;
}
#category a:hover {
	background:#666666;
	text-decoration:underline;
	color:#CCC;
}

