body,td,th,textarea,input,select,h2,h3,h4,h5,h6 {
	font: 83%/ 1.4 arial, helvetica, sans-serif;
}

textarea,input,select {
	font-size: x-small;
	font: arial, helvetica, sans-serif;
}


h2 {
	font-size: medium;
}

a {
	color: #105CB6;
	outline: none;
	cursor: pointer;
}
a.bookmark{
	color: black;
}
a:visited {
	color: #105CB6;
}

a:hover,a:focus {
	color: #003;
}


a:active {
	color: #000;
}
/*** Content Boxes ***/
.xsnazzy h1,.zsnazzy h1 {
	margin: 0;
	font-size: 1.2em;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #444;
} 

.xsnazzy {
	background: transparent;
	width: 240px;
	margin: 0 3px;
}

.xtop,.xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.xb1,.xb2,.xb3,.xb4 {
	display: block;
	overflow: hidden;
}

.xb1,.xb2,.xb3 {
	height: 1px;
}

.xb2,.xb3,.xb4 {
	background: #fff;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

.xb1 {
	margin: 0 5px;
	background: #444;
}

.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3 {
	margin: 0 2px;
}

.xb4 {
	height: 2px;
	margin: 0 1px;
}

.xboxcontent {
	display: block;
	border: 0 solid #444;
	border-width: 0 1px;
	height: auto;
}

.xboxcontentnoborder {
	display: block;
	height: auto;
}

#documents, #news{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right 10px;
}

#documents p {
	margin-top: 3px;
	margin-bottom: 3px;
}

* html .xboxcontent {
	height: 1px;
}

.color_black {
	background: black;
	color: white;
}

.color_b {
	background: #d4d8bd;
	color: #000;
}

.color_c {
	background: #758279;
	color: #fff;
}

.color_d {
	background: #b2ab9b;
	color: #000;
}

.trackButton {
	width: 100px;
	margin-top: 10;
	margin-right: 20;
	background-color: #C0C0C0;
	font-weight: bold;
	border: 1 solid black;
	
}