body {
	color: #000000;
	background-image:url(images/template/bg.gif);
	margin: 0px;
}

form {
	margin: 0px;
}

img {
  	border-width: 0;
}


.crumb {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.crumb a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.crumb a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.crumb a:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


.default {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dead_link {
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.default a:link {
	color: #0000FF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.default a:visited {
	color: #0000FF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.default a:hover {
	color: #0000FF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.default li {
	margin-bottom: 5px;
}

.default ul {
	list-style: square;
	margin-left: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.default ol {
	margin-left: 3em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tablehdg {
	color: #ebf2f6;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5;
}

.smallmenuitems {
	color: #4646dc;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
.smallmenuitems a:link{
	color: #4646dc;
	font-family: Verdana;
	text-decoration:underline;
}
.smallmenuitems a:visited{
	color: #4646dc;
	font-family: Verdana;
	text-decoration:underline;
}
.smallmenuitems a:hover{
	color: #4646dc;
	font-family: Verdana;
	text-decoration:none;
}


.menuitems {
	color: #4646dc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.menuitems a:link{
	color: #4646dc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
.menuitems a:visited{
	color: #4646dc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
.menuitems a:hover{
	color: #4646dc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.barmenuitems {
	color: #cdebff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.barmenuitems a:link{
	color: #cdebff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.barmenuitems a:visited{
	color: #cdebff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.barmenuitems a:hover{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.button{
  background: #ebf2f6;
  border: 1px solid #006699;
  font-family: Verdana;
  font-size: 11px;
}
.button:hover{
  background: white;
}