@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #042a5c;
	background-color: #44699b;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 17px;
}

.footer {
	font-size: 9px;
}
a {
	color: #ca0a06;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pgtitle {
	font-size: 14px;
	font-weight: bold;
	color: #ca0a06;
}
.txtpadding {
	padding: 12px;
}
.tdliteblue {
	background-color: #cfd8e4;
}
.titledescription {
	font-size: 14px;
	font-weight: bold;
	color: #032a5c;
}
.subtitledescription {
	font-size: 12px;
	font-weight: bold;
	color: #7691b6;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
.tdmedblue {
	background-color: #44699b;
}
