/* CSS Document */

body { 
	background-color: #fbefd7;
	padding-top: 0;
	margin-top: 0;
	
	align: center;
}

fieldset { 
	border-color: #0066FF;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

li {
	font-family: Verdana, Arial;
	font-size: .8em;
	line-height: 25px;
}

p {
	font-family: Verdana, Arial;
	font-size: .8em;
}

h1 { 
	font-family: Verdana, Arial;
	color: #006699;
	font-size: 1em;
	line-height: 12px;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 1em;
}

h2 {
	font-family: Verdana, Arial;
	color: #330099;
	font-size: 1em;
}

.menulist {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial;
}

.menulist li {
	list-style-type: none;
	line-height: 30px;
}

.menulist li a {
	text-decoration: none;
	color: #0000FF;
}

.menulist li a:hover {
	text-decoration: underline;
	color: #0066FF;
}


.menulist #current a {
	color: #000099;
	font-weight: 900;
}

.menulist #current a:hover {
	text-decoration: none;
}

.imagelogo {
	border-color: #fbefd7;
	border-style: inset;
	border-width: 3px;
}

.imagepretty {
	border-color: #fbefd7;
	border-style: inset;
	border-width: 1px;
	margin-left: 0px;
}

.imageprettyNoMargin {
	border-color: #fbefd7;
	border-style: inset;
	border-width: 3px;
	margin-top: 10px;
}

.morespace {
	padding: 10px;
	margin: 10px;
}

.morespacebody {
	padding-left: 10px;
	margin-left: 10px;
	padding-right: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.caption {
	font-size: .7em;
}

.captioncolor {
	font-size: .7em;
	color: #330099;
}

hr { 
	color: #006699;
	height: 4px;
}

.diffcolor {
	background-color: #006699;
}
