
body {
	text-decoration: none;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: black;
	font-weight:normal;
}

.address {
	margin-top:0px;
	margin-bottom:0px;
}

.dkbluemed {
	font-size: 15px;
	color: #1A63AF;
	font-weight:bold;
	line-height: 16px;
}

.mdbluesm {
	font-size: 13px;
	color: #3C99D3;
	font-weight:normal;
	line-height: 13px;
}


H1 {
	font-size: 40px;
	color: #1A63AF;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}


H2 {
	font-size: 30px;
	color: #3C99D3;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}

H3 {
	font-size: 22px;
	color: #ffffff;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}

H4 {
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:10px;
	text-align: left;
}

H5 {
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:10px;
	text-align: left;
}



p {
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

ul,td {
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}


a {
	font-family: "Trebuchet MS", serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}

a:hover {
	text-decoration: none;
	color: #96CDEF;
}

.active {
	color: #96CDEF;
}


.bodylink {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	text-decoration: underline;
	color: #1A63AF;
	font-weight: normal;
	line-height: 11px;
}

.bodylink:hover {
	text-decoration: none;
	color: #3C99D3;
}

.button {
	font-family: "Trebuchet MS", serif;;
	font-size: 12px;
	font-weight: normal;
	color : #ffffff;
	border-top : 1px solid #808080;
	border-left : 1px solid #808080;
	border-bottom : 2px solid #000000;
	border-right : 2px solid #000000;
	background-color: #1A63AF;
	margin-top: 0px;
	margin-bottom:0px;
	width: 60px;
	height: 22px;
}	