.text {
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
}
.bigtext {
	font-family: Verdana;
	font-size: 12px;
	color: #7C4FB7;
}
.boldtext {
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
	font-weight: bold;
}
.para {
	text-align: justify;
}

.textpad {
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
	text-indent: 3px;
}
.prodhead {
	font-family: Verdana;
	font-size: 15px;
	color: #7C4FB7;
	font-weight: bold;
	text-decoration: none;
}


body
{
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.menupad {
	font-family: verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #794CB6;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
}
.menu {
	font-family: verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #794CB6;
	text-decoration: none;
	font-weight: bold;
}

.menu a:link {
	font-family: verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #794CB6;
	text-decoration: none;

}
.menu a:visited {
	font-family: verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #794CB6;
	text-decoration: none;

}
.menu a:hover {
	font-family: verdana;
	font-size: 11px;
	text-transform: capitalize;
	color: #794CB6;
	text-decoration: underline;
}
.strike {
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
	text-decoration: line-through;
}
.textbox {
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
	/*border: thin outset #7C4FB7;*/
	
}
.ImgBox {
	border: thin outset #fabbd4;
}
.bdr
{
    border:solid 1px #8053BB;
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
}
.bdr1
{
    border:solid 1px #8053BB;
    border-collapse:collapse;
	font-family: Verdana;
	font-size: 10px;
	color: #7C4FB7;
}
.divider 
{
	background:url(../images/divider-horizontal.gif) repeat-x;
	 font-size:0px; 
	 height:1px;
	  
	  }