@charset "utf-8";
/*----------------------------------------- Style for the General -------------------------------------------*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6969;
	margin:0;
	background-color:#4e3629;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
}

.center
{
	text-align:center;
}

.top
{
	vertical-align:top;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.bold
{
	font-weight:bold;
}

.paddingleft5px
{
	padding-left:5px;
}

.paddingleft20px
{
	padding-left:20px;
}

.paddingright5px
{
	padding-right:5px;
}

.paddingtop10px
{
	padding-top:10px;
}

.paddingtop15px
{
	padding-top:15px;
}

.width1pc
{
	width:1%;
}

.width30pc
{
	width:30%;
}

.width20pc
{
	width:20%;
}

.width70pc
{
	width:70%;
}

.width80pc
{
	width:80%;
}

.width99pc
{
	width:99%;
}

.width100pc
{
	width:100%;
}

.width756px
{
	width:756px;
}

.height14px
{
	height:14px;
}

.height13px
{
	height:13px;
}

.height2px
{
	height:2px;
}

.height1px
{
	height:1px;
}

.noborder
{
	border-width:0px;
}

.BGffffff
{
	background-color:#FFFFFF;
}

.spacer
{
	font-size:1px;
}

.nowrap
{
	white-space:nowrap;
}
/*----------------------------------------- Link style -------------------------------------------*/
a
{
	font-size:12px; 
	color:#77247f;
	text-decoration:none;
}

a:hover
{
	color:#bc02ce;
	text-decoration:underline;
}

a.pagelink:link
{
	font-size:11px;
	color:#5a391c;
	text-decoration:underline;
}
a.pagelink:visited
{
	font-size:11px;
	color:#5a391c;
	text-decoration:underline;
}
a.pagelink:hover
{
	font-size:11px;
	color:#5a391c;
	text-decoration:none;
}

a.footerlink:link
{
	font-size:11px;
	color:#4E3629;
	text-decoration:underline;
}
a.footerlink:visited
{
	font-size:11px;
	color:#4E3629;
	text-decoration:underline;
}
a.footerlink:hover
{
	font-size:11px;
	color:#4E3629;
	text-decoration:none;
}

/*----------------------------------------- Custom style -------------------------------------------*/
.mainheader
{
	width:756px;
	height:54px;
	background:url(../images/topbg.gif) repeat;
}

.footer
{
	font-size:11px;
	color:#4E3629;
}

.4E3629
{
	color:#4E3629;
}

.headertext
{
	font-size:14px;
	font-weight:bold;
	color:#4E3629;
}

.text16px
{
	font-size:16px;
	font-weight:bold;
	color:#4E3629;
}

.titletable
{
	background:url(../images/bg_title.gif) repeat;
}