/* Links colors and decoration for the side navigation */
a.sidenavLnk:link {
	color:#003399;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}
a.sidenavLnk:visited {color:#003399; text-decoration: none; font-size: 8pt; font-weight: bold}
a.sidenavLnk:active {color:#003399; font-size: 8pt; font-weight: bold}
a.sidenavLnk:hover {color:#003399; text-decoration: underline; font-size: 8pt; font-weight: bold}

/* Links colors and decoration for everything else */
a:link {color:#A42851; text-decoration: none; font-weight: bold}
a:visited {color:#A42851; text-decoration: none; font-weight: bold}
a:active {color:#A42851; text-decoration: none; font-weight: bold}
a:hover {color:#A42851; text-decoration: underline; font-weight: bold}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F5DCAB;
	border: none;
	text-align: left;
}

.titletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	text-align: center;
	vertical-align: text-top;
}

.maintitletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
}

.mainbodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
}

.linkbodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	color: #FFFFFF;
	background-image: url(images/bar-bg.gif);
}

.t_articletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
	line-height: 45px;
}

.articletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
}

.h_articletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	text-align: left;
	vertical-align: text-top;
}
