body { 

	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

td { 

	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 12px; 
	line-height: 140%; 
	color: #FFFFFF; 
}

A:link, A:visited {

	color: #F5AE3D; 
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
}

A:hover {

	color: #FF7200;
	text-decoration:underline;
}

A:link.g, A:visited.g {

	color: #2B2B2B;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

A:hover.g {

	color: #729831;
	text-decoration:underline;
}

.blank {

	font-size: 1pt;
}

.banner {

	font-size: 12pt;
	color: #FFFFFF;
	font-weight:bold;
}

.main_bg {

	background: #A4A4A7 url("images/main_top_bg.gif") repeat-x;
}

.title-1 {

	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #F5AE3D;
}

.title-2 {

	font-weight: bold;
	font-size: 12px;
	color: #F5AE3D;
}

.small_font {
	
	font-size: 11px;
}

#list ul {

	margin: 10px;
	padding: 0 0 10px 10px;
	list-style: none;	
}

#list li {

	margin: 0;
	padding: 0 0 2px 16px;
	background: url('images/bullet_1.gif') no-repeat 0 50%;
}

