.bullet {
	color: 800080;
	list-style-type: square;
}
.bordertop {
	border: 1px solid FBB241;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: 800080;
	background-color: #FFFFFF;
}
.bordermiddle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: FBB241;
	border-right-color: FBB241;
	border-bottom-color: FBB241;
	border-left-color: FBB241;
	color: #FFFFFF;
	text-indent: 20px;
	text-decoration: none;
	list-style-type: none;
}
.borderbtm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: FBB241;
	border-right-color: FBB241;
	border-bottom-color: FBB241;
	border-left-color: FBB241;
	color: #FFFFFF;
	text-indent: 20px;
	text-decoration: none;
	list-style-type: none;
	border-bottom-style: solid;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover {
	color: #FBB241;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.main:link {
	color: #800080;
	text-decoration: underline;
}
a.main:visited {
	color: #800080;
	text-decoration: underline;
}
a.main:active {
	color: #800080;
	text-decoration: underline;
}
a.main:hover {
	color: #FBA624;
	background-color: 800080;
	text-decoration: none;
}
