/* CSS Document */
body{
	font-family:tahoma;
	font-size:12px;
	color:#302f2f;
}
.contact_header{
	font-size:14px;
	font-weight:bold;
	color:#979797;
	background:url(images/arrow.gif) left no-repeat;
	padding-left:15px;
	margin-right:5px;
	text-decoration:none;
}
.contact_header a{
	font-size:14px;
	font-weight:bold;
	color:#979797;
	text-decoration:none;

}
a.menu{
	display:block;
	color:#000000;
	background:url(images/arrow_menu.gif) left no-repeat;
	font-size:13px;
	padding:6px 0 6px 20px;
	border-bottom:1px solid #858485;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover, a.menu_end{
	color:#bf33c6;
}
a.menu_end{
	display:block;
	color:#000000;
	background:url(images/arrow_menu.gif) left no-repeat;
	font-size:13px;
	padding:6px 0 6px 20px;
	font-weight:bold;
	text-decoration:none;
}
a.menu_sel{
	display:block;
	color:#bf33c6;
	background:url(images/arrow_menu.gif) left no-repeat;
	font-size:13px;
	padding:6px 0 6px 20px;
	border-bottom:1px solid #858485;
	font-weight:bold;
	text-decoration:none;
}
a.menu_end_sel{
	display:block;
	color:#bf33c6;
	background:url(images/arrow_menu.gif) left no-repeat;
	font-size:13px;
	padding:6px 0 6px 20px;
	font-weight:bold;
	text-decoration:none;
}
.content{
	padding-left:20px;
}
.header{
	height:30px;
	padding-left:5px;
	border-left:5px solid #34e734;
	font-size:24px;
	color:#bf33c6;
}
.green{
	color:#34e734;
}
.purple{
	color:#bf33c6;
}
.footer{
	color:#b1b1b1;
	border-top: 1px solid #baff34;
}
.footer a{
	color:#b1b1b1;
	text-decoration:none;
}
