@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
	padding:0px;
	margin:0px;
}

.body_bg{
	background:url(images/bg.jpg) left top repeat-x;
	background-color:#e61fc6;
}

.left_shadow{
	background:url(images/left_shadow.jpg) left top repeat-y;
}

.right_shadow{
	background:url(images/right_shadow.jpg) left top repeat-y;
}

.form_bg{
	background:url(images/form_bg.jpg) left top repeat-x;
	background-color:#f4f4f4;
}

.form_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.white_box_bg{
	background:url(images/white_box_bg.jpg) left top repeat-x;
	background-color:#efeeee;
}

.green_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#074800;
	font-weight:bold;
	text-decoration:none;
}

.red_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#360000;
	font-weight:bold;
	text-decoration:none;
}

.black_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	text-decoration:none;
}

.content_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.bottom_link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
	}
	
.bottom_link a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
	}
	
.bottom_link a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
	
.bottom_link2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
	
.bottom_link2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration::none;
	}
	
.bottom_link2 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
	}	
	
.footer_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	}
	
.contact_link_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.contact_link_text a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}	

.contact_link_text a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#074800;
	font-weight:bold;
	text-decoration:underline;
}	