body{
	padding:0px;
	margin:0px;
	background:#000000;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#939393;
}
form, h1 {
	padding:0px;
	margin:0px;
}
a {
	color: #ce55ad;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#menu{
	width:100%;
}
#menu ul{
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	list-style-type:none;
}
#menu ul li{
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	list-style-type:none;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#d560c5;
	text-align:center;
	text-decoration:none;
	width:97px;
	height:56px;
}
#menu ul li a{
	padding:0px;
	margin:0px;
	display:block;
	list-style-type:none;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#8f8f8f;
	text-align:center;
	text-decoration:none;
	width:97px;
	height:56px;
}
#menu ul li a:hover{
	padding:0px;
	margin:0px;
	display:block;
	list-style-type:none;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#d560c5;
	text-align:center;
	text-decoration:none;
	width:97px;
	height:56px;
	background:url(../images/menu_hover.jpg);
	background-repeat:no-repeat;
}
.heading1{
	font-family:"Monotype Corsiva";
	font-size:30px;
	font-weight:normal;
	color:#ce55ad;
}
.heading2 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: -10px;
}

.pink_text{
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#ce55ad;
}
.vertical_line{
	background:url(../images/line.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
.link1{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ce55ad;
	text-decoration:none;
}
a.link1:hover{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#585858;
	text-decoration:none;
}
.box_bg{
	background:url(../images/box_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:200px;
}
.boxborder{
	background:url(../images/textfield_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:19px;
	width:165px;
	border:0px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#a0a0a0;
	padding:3px 0px 0px 5px;
}
.comment_box{
	background:url(../images/comment_box.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:83px;
	width:167px;
	border:0px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#a0a0a0;
	padding:3px 0px 0px 5px;
	scrollbar:none;
	overflow: auto;
}
.ul-list {
	list-style-image: url(../images/bullet2.gif);
}

.footer_text{
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#8b8989;
	text-decoration:none;
}
a.footer_text:hover{
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
	color:#8b8989;
	text-decoration:underline;
}

.heading-link{
	font-family:"Monotype Corsiva";
	font-size:26px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.heading-link:hover{
	font-family:"Monotype Corsiva";
	font-size:26px;
	font-weight:normal;
	color:#ce55ad;
	text-decoration:none;
}

.submit-btn1 {
background:url(../images/submit_btn.gif) left top no-repeat;
width:59px;
height:18px;
cursor:pointer;
border:none;
}

.submit-btn2 {
background:url(../images/reset_btn.gif) left top no-repeat;
width:59px;
height:18px;
cursor:pointer;
border:none;
}