/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(/images/pinkback.jpg);
}
.header_table
{
margin-top:25px;
margin-bottom:73px;
}
.logo
{logo:url(/images/logoblack.gif)
margin-left:9px;
}
.ring
{
margin:9px 0px 0px 25px;
}
.footer_table
{
margin-bottom:10px;
}
.bottom_link
{
border-bottom:1px ;
}

/* CSS Background image Document */
.web_right_top_bg
{
background:url(/images/pinkback.jpg) right top no-repeat;
}
.web_left_top_bg
{
background:url(/images/titlelogo.gif) left top no-repeat;
}
.web_bottom_left_bg
{
background:url() left bottom no-repeat;
}
.web_white_bg
{
background:url() left top no-repeat;
height:63px;
}
.web_blue_bg
{
background:url() 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: #000000;
	text-decoration: none;
	background-color:#;
}

.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: #000000;
	text-decoration: none;
	background-color:#;
}
.menu_text:hover
{
text-decoration:underline;
color:#000000;
background-color:#FFFFFF;
}
.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: #000000;
	text-decoration:underline;
	background-color:#;
	}
	.text_link:hover
	{
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	}
.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:#000000;
	background-color:#FFFFFF;
	}
	.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:#000000;
	background-color:#FFFFFF;
	}
	.designer_text:hover
	{
	color:#000000;
	text-decoration:underline;
	background-color:#FFFFFF;
	}
	.white_text
	{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
	}
	