body, table, form, h1, h2, h3, h4, h5, h6, input, select {
	margin:0px;
	padding:0px;
}

body, form, table, td, tr, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

#main_content{
	padding:0 30px;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#a4d623;
}

.title_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#a4d623;
}

.gray_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#5a5a5a;
}

.bullet_li{

	list-style: none;
	background:url(/images/bullet.gif) left top no-repeat;
	padding-left:15px;
	
}

.footer, .footer td, .footer a{
	font-size:11px; 
	color:#919191;
}