body {
	margin: 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: rgb(213,0,0);


}

p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;

}

ul {
	margin-top: 0px;

}

li {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: square;
	margin-top: 0px;

}

h1 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #003366;
	margin-top: 20px;
	font-weight: normal;

}

h2 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #CCCCCC;


}

h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom: 3px;
}


a {text-decoration: none; color: #003399}


.menutitle {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: 1px;
	color: #000066;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;

}

a:hover {
	color:#003399;
	text-decoration: underline;
}

a.menu {
	width:140px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px;
	display: block;
	text-indent: 12px;
	background-color:transparent;
	padding-top:6px;
	padding-bottom:6px;
	color: #003063;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;


}


a.menu:hover   {
	color: #000000;
	background-color:rgb(224, 230, 214);
	text-decoration:none;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;

}

a.white {color: #FFFFFF}
a.white:hover {color: #FFFFFF}

.tableborder {
	border: 2px solid #FFFFFF;
}

.nowrap {
	white-space: nowrap;
}

.noborder {
	border: 1px none #000000;
}

input {
	border: 1px solid #000000;
}

textarea {
	border: 1px solid #000000;
}
.bg-color {
	background-color: rgb(224, 230, 214);
}

.bg-color-menu {
	background-color: #FFFFFF;
}
.borderonepix {
	border: 1px solid #000000;
}
