body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 15px;
}
.content {
	height: 450px;
	margin-bottom: 15px;
	padding: 10px;
}

/* default link style */
a {
	color: #C16100;
	text-decoration: underline;
}

a:visited {
	color: #A87;
}

a:hover {
	color: #C00;
	text-decoration: none;
}
/* END default link style */

img { border: none;}
h1 {
	font-size: 17px;
	color: #2E42AA;
}

h2 {
	font-size: 15px;
	color: #2E42AA;
}
h3 {
	font-size: 14px;
	color: #2E42AA;
}.submenu {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

