/* CSS Document */
*
{
	margin:0px auto;
	padding:0px;
}
body
{
	background:url(../images/body_bg.gif) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.content
{
	vertical-align:text-top;
	font-size:13px;
	line-height:1.7;
}
.top
{
	color:#4f4f4f;
	font-size:12px;
}
.top a
{
	color:#4f4f4f;
}	
.top a:hover
{
	color:#000;
}	
hr
{
	color:#818181;
}
.tit
{
	color:#FFFFFF;
	background:#333333;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}
.odd
{
	background:#E2E2E2;

}
.text
{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
}
h3
{
	font-size:18px;
}
h2
{
	font-size:20px;
}
p
{
	text-indent:0.25;
}
.footer 
{
	font-size:12px;
	text-align:center;
	line-height:1.5;
}
a
{
	color:#333333;
	text-decoration:none;
}
.w 
{
	color:#ff8500;
	font-weight:bold;
}
a:hover
{
	color:#000;
	text-decoration:underline;
}

