body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}

p {
	font-size: 16px;
	margin: 3px;
	text-indent: 1.5em;
	color: Navy;
}

blockquote {
	font-size: 16px;
	color: Navy;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: Black;
}

.magazine_header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	text-decoration: underline;
	line-height: normal;
	color: #163cb0;
	padding-top:0px;
	padding-bottom:5px;
}

.section_header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	color: #163cb0;
	padding-top:0px;
	padding-bottom:0px;
}

.mag:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #163cb0;
}

.mag:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #163cb0;
}

.mag:hover {
	color: #b9509e;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #163cb0;
	font-weight: bold;
}
a:visited {
	color: Maroon;
	font-weight: bold;
}
a:hover {
	color: #b9509e;
	font-weight: bold;
	text-decoration: none;
}

.bd-top-all {
	border:1px solid #0000ff;
}

.bd-top {
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #0000ff;
}
.bd-left {
	border-left:1px solid #0000ff;
}
.bd-right {
	border-right:1px solid #0000ff;
}
.bd-bottom-left {
	border-left:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
}
.bd-bottom {
	border-bottom:1px solid #0000ff;
}
.bd-bottom-right {
	border-right:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
}
.bd-bottom-both {
	border-left:1px solid #0000ff;
	border-right:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#required {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}
.txtLabel {
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 5px;
}
.txtInputLabel {
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}
.txtMngrLabel {
	font-size: 11px;
	font-weight: bold;
	padding-right:3px;
	padding-left:3px;
}
.txtInput {
	font-size: 11px;
	padding-left: 2px;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}