.Required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
}
/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	margin: 0px;
	background: url(images/ROCK.GIF);
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #009;
	font-weight: bold;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* CSS Tabs */
#tabs8 {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:2px solid #e276a7;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
	float:left;
	background:url("images/tableft8.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs8 a span {
	float:left;
	display:block;
	background:url("images/tabright8.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
	color:#909;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
	background-position:100% -42px;
	color: #600;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
	background-position:100% -42px;
	color: #600;
}
/* End of CSS Tabs */
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
#table_back {
	background-color: #fdfdfd;
	background-image: url(images/flowers_upper.jpg);
	background-repeat: no-repeat;
}
.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
