a {
	/*text-decoration: none;*/
	/*font-weight: bold;*/
	color: #0033FF;
}

a:hover {
	/*text-decoration: none;*/
	/*font-weight: bold;*/
	color: #FF0000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
	background-position: center;
}
.archive-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #FF9900;
}
.bulletclear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	color: #000000;

}
.smllarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.lrgblack {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
.noRepeat {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;

}
.tableBorder {
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-width: thin;
	border-left-width: thin;



}
.topborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
.smalltext {
	font-size: x-small;
}
.kitbagbox {
	background-color: #FFFF66;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
	padding: 4px;
}
