body{
	margin: 0px;
	background: #C4CFD5;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: arial;
}


h4, .h4{
	font-family: arial;
	color: #2D3BC2;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 2px;
}

h3, .h3{
	font-family: arial;
	color: #A33EA8;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	margin: 3px;
}

h2, .h2{
	font-family: arial;
	color: #A33EA8;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 3px;
	border-bottom: 2px dotted #5D5D5D;
}

strong, .strong, b, .b{
	font-weight: bold;
}

p, .p, li, .li{
	font-family: arial;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

h5, .h5{
	font-family: arial;
	color: #535353;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	margin: 2px;
}


.master{
	text-align: left;
	width: 783px;
}

.page{
	width: 783px;
}
.page #left{
	width: 12px;
	height: 100%;
	background: #A33EA8;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
}

.page #content{
	width: 759px;
	background: white;
}

.page #right{
	width: 12px;
	height: 100%;
	background: #A33EA8;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
}

.page #top{
	width: 759px;
	height: 62px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
}

.page #bottom_center{
	height: 9px;
	background-image: url(images/bottom_center_bg.jpg);
	background-repeat: repeat-x;
}

.page #bottom_left{
	width: 12px;
	height: 9px;
	background-image: url(images/bottom_left.jpg);
	background-repeat: no-repeat;
}

.page #bottom_right{
	width: 12px;
	height: 9px;
	background-image: url(images/bottom_right.jpg);
	background-repeat: no-repeat;
}
.banner{
	width: 759px;
	height: 184px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	
}

.top_menu{
	width: 100%;
	margin: 20px;
	margin-top: 28px;
}

.top_menu td{
	height: 27px;
	padding-left: 20px;
}

.top_menu td a{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #727272;
}

.top_menu td a:hover{
	color: #A94BAE;
}

.menu{
	width: 100%;
	height: 59px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.menu #m_left{
	width: 12px;
	background-image: url(images/menu_left_bg.jpg);
	background-repeat: no-repeat;
}

.menu table{
	width: 100%;
}

.menu table td{
	text-align: center;
	padding-top: 3px;
}

.menu table td a{
	width: 100%;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: white;
	background-image: url(images/main_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: 98%;
}

.menu table td a:hover{
	text-decoration: underline;
}
.menu #m_right{
	width: 272px;
	background-image: url(images/menu_right_bg.jpg);
	background-repeat: no-repeat;
}
.content{
	width: 100%;
	height: 100%;
	border: 1px solid #5C5C5C;
	border-top: none;
	padding: 12px;
}


.crisp{
	border: 1px solid black;
}

.button{
	border: none;
}
a.ser{
       display: none;
       width: 0px;
       hight: 0px;
       font-size: 0px;
 
   }



