body {
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{	
	color: #000099;
	text-decoration: none;
}

a:hover {
	color:#0000FF;
	text-decoration: none;
}

a:active {
	color:#000066;
}

/* Lists */
.ListBullet {
	list-style-image: url(../../images/goldbullet2.gif);
	list-style-type: none;
	list-style-postition: outside;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.AnnouncementBullet {
	list-style-image: url(../../images/goldbullet2.gif);
	list-style-type: none;
	list-style-postition: outside;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.AnnouncementBullet li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
	
/*Index Ajax Elements*/
#AjaxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
#AjaxText a {
	color: #333;
	text-decoration: none;
}
#AjaxText a:hover {
	color: #0000ff;
	text-decoration: none;
}
#AjaxText a:active {
	color: #000099;
	text-decoration: none;
}

.divtopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
