a {
	text-decoration: underline;
	color: #00689E;
	font-weight: normal;
}

a:hover {
	color: #A29C8B;
	text-decoration: none;
}
	
alt {
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
}

body {
	background-color: #CCE1EC;
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 115%;	
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #303030;
	margin: 0px;
	line-height: 98%;
	padding-top: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #007DBE;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}

h2 a {
	font-weight: bold;
	color: #007DBE;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-style: bold;
	color: #99CBE5;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
}

input {
	color: #323232;
	font-weight: bold;
	line-height: 130%;
	background-color: #CCE1EC;
 }

em {
	font-style: normal;
	color: #990000;
}

img {
	border: 0px;
}

p {
	margin-top: 5px;
	color: #323232;
}

select {
	background-color: #CCE1EC;
	color: #323232;
 }

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}

small a {
	color: #AAAAAA;
	text-decoration: none;
}

small a:hover {
	color: #BBBBBB;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #323232;
}

strong a {
	font-weight: bold;
}

table {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	line-height: 130%;
}


