/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(/images/web_header_bg.gif) center top no-repeat #F8CDD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #796B95;
	text-decoration: none;
	background-color:#F8CDD6;
}
.header_table
{
margin-top:25px;
margin-bottom:30px;
}
.logo
{
}
.ring
{
margin:9px 0px 0px 25px;
}
.footer_table
{
margin-bottom:10px;
}
.bottom_link
{
border-bottom:1px solid #FFF;
}

/* CSS Background image Document */
.web_right_top_bg
{
background:url(/images/web_right_top_bg.gif) right top no-repeat;
}
.web_left_top_bg
{
background:url(/images/web_left_top_bg.gif) left top no-repeat;
}
.web_bottom_left_bg
{
background:url(/images/web_bottom_left_bg.gif) left bottom no-repeat;
}
.web_white_bg
{
background:url(/images/web_white_bg.gif) left top no-repeat;
height:63px;
}
.web_blue_bg
{
background:url(/images/web_blue_bg.gif) left top no-repeat;
height:59px;
padding-left:75px;
padding-top:0px;
}

/* CSS Text Document */
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#EDACBD;
}
.menu_text:hover
{
text-decoration:underline;
color:#FFF;
background-color:#EDACBD;
}
.text_link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#96C7DC;
	}
	.text_link:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#96C7DC;
	}
.copyright_text
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:none;
	color:#C83886;
	background-color:#EDACBD;
	}
.white_text
	{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	background-color:#F8CDD6;
	}
	
h1 {
	font-size: 18px;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660033;
	font-weight: bold;
}
li a:link{
	color: #660033;
}
li a:visited{
	color: #660033;
}
li a:hover{
	color: #FFFFFF;
}

