body {
	margin: 15px 10px 15px 10px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #3E6B8A;
	font-size : 11px;
	line-height : 16px;
	color: #444;
	background-image: url(../images/backgroundPattern.jpg);
	background-repeat: repeat-x;
}

p {	color: #444;
	font-size : 11px;
	line-height : 16px;
	margin-top: 0px;
	margin-bottom: 10px; 
	margin-right: 20px;
	}

td {color: #444;
	font-size : 11px;
	line-height : 16px;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 20px;
	vertical-align : top;
}
	
a {	text-decoration: underline;
	color: #428EC0;
}
a:active {
	text-decoration: underline;
	color: #428EC0;
}
a:hover {
	color: #30698F;
}

strong, b { font-weight: bold; 	}

ul {list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ol {padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 }
li{	margin: 0px 0px 0px 15px; }

img { border: 0; }

form, input, textarea, option {
	font-size: 11px;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
}


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #468FC4;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
a.title:active { text-decoration: none; color: #fff; }
a.title:hover {	text-decoration: none; color: #CDE6F1;}

.subtitle {
	color: #468FC4;
	font-size: 14px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight : bolder;
}

.smallText {
	color: #868686;
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
}

.highlight {
	color: #DA3239;
	font-weight: bold;
}

.softlink { color : #DEEDF5; text-decoration: none; }
.softlink:visited { text-decoration: none; }
.softlink:active { text-decoration: none; }
.softlink:hover { color: #fff; text-decoration: none;}

.smalllink {	color : #39B5D7; font-size: 10px; text-decoration: none; }
.smalllink:hover { color: #39B5D7; text-decoration: none;  }

#content {
	width: 100%px;
	font-size : 11px;
	line-height : 16px;
	padding-left : 17px;
	padding-right : 32px;
	padding-top : 30px;
	padding-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
