﻿body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

p {
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: small;
	font-weight: 700;
	color: #808080;
	margin-bottom: 0pt;
}

h2 {
	color: #1B4580;
	font-size: 120%;
	padding-left: 15px;
	margin: 0px;
	}
	
ul {
	list-style-image: url("images/bullet.gif");
}

.menu {
	height: 15px;
	}
	
	.menu a {
		color: black;
		font-weight: 900;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 9pt;
		}
		
	.menu a:hover {
		color: #0A408A;
		}
		
	.dropdown {
		background-color: gray;
		width: 200px;
		}

