/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/web_header_bg.gif) center top no-repeat #F8CDD6;
}
.header_table
{
margin-top:25px;
margin-bottom:73px;
}
.logo
{
margin-left:9px;
}
.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:95px;
padding-top:10px;
}




/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #796B95;
	text-decoration: none;
	background-color:#F8CDD6;
}

.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: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	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;
	}
	.designer_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:#FFF;
	background-color:#EDACBD;
	}
	.designer_text:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#EDACBD;
	}
	.white_text
	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#F8CDD6;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration:none;
	color:#FFF;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: none;
	text-decoration:none;
	color:#FFF;
	}
.blanc {
	color:#FFF;
	}