
body {
	background-color: #00487d;
}

body, p, li, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

p, h2, h3 {
		margin: 16px 24px 16px 24px;
}

h2 {
	font-size: 21px;
	color: gray;
}

h3 {
	font-size: 18px;
	color: gray;	
}

.body_lg {
	font-size: 16px;
	line-height: 21px;
}

.about {
	line-height: 19px;
}

.important {
	color: #cc0000;
	font-weight: bold;
}

.main_body {
	background-color: #330000;
}

.tagline {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 64px;
	margin-right: 24px;
}

.copyright {
	margin-top: 12px;
	color: silver;
	font-size: 12px;
	font-style: italic;
}

.udm li.dividerLeft {
	margin-left: 2px !important;
	padding-left: 2px;
	border-left: 2px groove white;
}

.cat_list {
	margin-left: 60px;
	padding-left: 60px;
}

.cat_item {
	font-size: 18px;
	margin-top: 12px;
}

.caption {
	font-size: 12px;
	margin-bottom: 0px;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
}

.contact_form {
	 margin-top: 0px;
	 margin-bottom: 3px;
}

a:link, a:active, a:visited {
	color: #9966ff;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

