body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
body,td,th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.no_print {
	display:none;
}
a {
	color: #30A48A;
}
a:active {
	color: #30A48A;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
}

a.nav {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 2px;
}
a.nav:active {
	color: #FFFFFF;
}
a.nav:visited {
	color: #FFFFFF;
}
a.nav:hover {
	color: #92BDE4;
}

a.subnav {
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
	text-transform: none;
	font-variant: normal;
	padding: 5px 5px 5px 0px;
}
a.subnav:active {
	color: #999999;
}
a.subnav:visited {
	color: #999999;
}
a.subnav:hover {
	color: #2e9850;
	text-decoration: underline;
}

.tdr {
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
}
.tdrb {
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.tdb {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.tdlr {
	border-left-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
}
.tdlrb {
	border-left-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.box1 {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.titleWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleGreen {
	font-size: 14px;
	font-weight: bold;
	color: #30A48A;
}
.titleBrown {
	font-size: 14px;
	font-weight: bold;
	color: #BF966C;
}
.titleBlue {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.titlePink {
	font-size: 14px;
	font-weight: bold;
	color: #CC3366;
}

.pageTitleBrown {
	font-size: 18px;
	font-weight: bolder;
	color: #BF966C;
}
.pageTitleBlue {
	font-size: 18px;
	font-weight: bolder;
	color: #0099CC;
}
.pageTitleGreen {
	font-size: 18px;
	font-weight: bolder;
	color: #30A48A;
}
.pageTitlePink {
	font-size: 18px;
	font-weight: bolder;
	color: #CC3366;
}
.pageTitleWhite {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}

.textGrey {
	color: #999999;
}
.textWhite {
	color: #FFFFFF;
}
.textBlue {
	color: #0099CC;
}
.textGreen {
	color: #30A48A;
}
.textBrown {
	color: #946A41;
}
.textPink {
	color: #CC3366;
}

.news_question {
	color: #7A9511;
}
.news_answer {
  display: none;
  border-color: #F4FBDB;
  border-style: dotted;
  border-style: dotted; 
  border-top-width: 1px; 
  border-right-width: 0px; 
  border-bottom-width: 1px; 
  border-left-width: 0px;
  padding-top:3px;
  padding-bottom:3px;
  margin-top:3px;
}
.formText {
	text-align: right;
}
.formTextLeft {
	text-align: left;
}
