.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	list-style-image: url(../images/bullet.gif);

}
.subtitle {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9933;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: auto;
	border: thin none #CCCCCC;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	text-decoration: none;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
