body, p, div, a, span, td, input, textarea, select, h1, h2, h3, h4, h5 {
	color: #FFF;
	font-family: Verdana;
	font-size: 10px;
}
input, textarea, select {
	color: #000;
}

body {
	background-color: #222;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FC7E06;
}

a img {
	border: 0px;
}

input.text, textarea, select {
	border: 1px solid #3269C3;
	background-color: #D2E3FF;
	/*color: #3269C3;*/
	color: #000;
}

ul {
	list-style: url('arrowblueT4px.gif');
}
li {
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	display: inline;
}
h2 a {
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

div.logo {
	width: 760px;
	height: 66px;
	background: url('logo.jpg') top left no-repeat;
}

div.line {
	background-color: #7E7C7C;
}
div.line img {
	width: 1px;
	height: 1px;
}

div.menuBase {
	width: 760px;
	height: 23px;
	text-align: left;
}

/* Frontpage boxes */
table.fp {
	width: 760px;
	height: 180px;
	background: url('fboxbg.gif') top left repeat-y;
}
td.fptb {
	width: 760px;
	height: 1px;
	background: url('fboxtb.gif') top left no-repeat;
}
td.fptb img {
	width: 1px;
	height: 1px;
}
td.fpbox {
	width: 250px;
	height: 180px;
	vertical-align: top;
}
div.fpbox {
	width: 250px;
	height: 160px;
	margin: 10px 0px;
	overflow: auto;
}
div.fpbox a {
	color: #FFF;
}
td.fpspace {
	width: 5px;
}
td.fpspace img {
	width: 5px;
	height: 1px;
}

/* Footer */
div.footertext {
	margin-top: 10px;
	color: #7E7C7C;
}
div.footertext a {
	color: #7E7C7C;
}

div.rimgtop {
	background: url('rightimgtop.gif') left top repeat-x;
	height: 16px
}
div.rimgbottom {
	background: url('rightimgbottom.gif') left top repeat-x;
	height: 17px
}
div.content {
	margin: 5px 10px 0px 10px;
	text-align: left;
}
