/* GENERAL CSS BEGINS*/
body{
margin: 0;
	padding: 0;
	color: #000;
	background: #696 url("../images/back.gif");
}

body, p, li, div, span, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
form, button, fieldset, label{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #244A5F;
}

h2 {
	font-size: 14.0pt;
}
h3 {
	font-size: 13.5pt;
}
h4 {
	font-size: 13.0pt;
}

h5 {
	font-size: 11.5pt;
}

h6 {
	font-size: 10.5pt;
}

a img{
	border: none;
}

/* breadcrumb css */
p.breadcrumb {
	padding: 1px 0px 0px 3px;
	vertical-align: left;
	font-size: 9pt;
	clear: both;
	margin: 0;
	height: 1.56em;
	font-family: "Trebuchet MS";
}
/* end breadcrumb */

/* navigation css */
ul.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#right li ul.nav {
	margin-bottom: 10px;
}

ul.nav li {
	margin: 0px;
}

h2.nav {
	font-size: 12pt;
	font-weight: bold;
	line-height: 24px;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

h2.navright {
	font-size: 10.0pt;
	font-weight: 700;
	line-height: 1.6em;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

h2.nav, h2.nav a:link, h2.nav a:visited {
	background-color: #903F60;
	color: #FFF;
	text-decoration: none;
}
h2.nav a:hover {
	text-decoration: underline;
}

#right li ul.nav {
	border: 1px solid #476A7A;

}
	
/* End navigation css */

/* side content css */

#left {
	background-color: #FFF;
}
.menucontent, .menucontent li {
	font-size: 9pt;
	vertical-align: middle;
	margin: 0;
}
.menucontent {
	padding: 2px 3px 2px 8px;
}
.menulink {
	text-decoration: none;
}

.menulink:hover {
	text-decoration: underline;
}

#left .menucontent {
	border-bottom: 1px dashed #476A7A;
	color: #000000;
	background-color: #E3CED7;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #476A7A;
	font-size: 9px;
}

#left .menulink {
	color: #000;
	font-size: 12px;
}
#right .menucontent{
	color: #000;
	background-color: #ffc;
}
#right .menulink {
	color: #000;
	background-color: #ffc;
}
/* End side content */

/* main content css */
#center {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.blueborder {
	padding: 5px;
	border: solid #003366 1px;
}

/* end main content */

/* bullets css */
ul.noBullet {
	list-style-type: none;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
ol.upper-roman {
	list-style-type: upper-roman;
}
/* End bullets */

/* text css starts */
.noWrap {
	white-space: nowrap;
}
.doubleLineSpace {
	line-height: 24.0pt;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.black {
	color: #000000;
	background-color: transparent;
}
.white {
	color: #FFFFFF;
	background-color: transparent;
}
.red {
	color: #FF0000;
	background-color: transparent;
}
.blue {
	color: #0000FF;
	background-color: transparent;
}
.green {
	color: #009933;
	background-color: transparent;
}
.grey {
	color: #999999;
	background-color: transparent;
}
.deepyellow {
	color: #FFCC33;
	background-color: transparent;
}
.blackBG {
	background-color: #000000;
}
.whiteBG {
	background-color: #FFFFFF;
}
.redBG {
	background-color: #FF0000;
}
.blueBG {
	background-color: #0000FF;
}
.greenBG {
	background-color: #009933;
}
.lightgreyBG {
	background-color: #CCCCCC;
}
.deepyellowBG {
	background-color: #FFCC33;
}
div.highlight, p.highlight {
	border: 1px solid #030;
	background-color: #9F9;
	padding: 5px;
}


/* end text css */

.disclaimer {
	font-size: 9px;
	color: #990033;
	text-align: center;
	padding-bottom: 4px
}

.bodyfront { 
font-size: 14px; color: #000000; 
text-align: justify; 
margin-right: 5px; 
margin-left: 5px
}

