/* CSS Document */
body {
	background-color: #C0C0C0;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 0px;
}

/*************************  Pseudo classes *************************/
.topNav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.topNav a: {
}


.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.smTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#Header {
	width: 750px;
	position: relative;
	background-color: #2A1FAA;
	color: #FFFFFF;
	visibility: visible;
	height: auto;
	text-align:center;
}

#Content {
	width: 742px;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	visibility: visible;
	padding-right: 3px;
	padding-left: 3px;
	border-right-color: #2A1FAA;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #2A1FAA;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #2A1FAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}

#mainContainer {
	width:750px;
	margin:0 auto 0 auto;
	height: auto;
	top: auto;
	background-color: #FFFFFF;
	border-right-color: #2A1FAA;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #2A1FAA;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #2A1FAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
.bodyTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
}

