BODY {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #333333;
	background-color : #85A0AC;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #202020;
}
a:hover {
	text-decoration: underline;
	color: #000000;

}

H1, H2, H3 {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-size : 14px;
color : #006699;
background-color : transparent;
}

H4 {
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-size : 14px;
color : #000;
background-color : transparent;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 11px; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
color: #7B1029;
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color: #7B1029;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : #FFF9E6;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #3D9B89;
}

.bg_medium {
  background-color : #6FBABF;
}

.bg_light {
  background-color : #A9CED7;
}

.copyright {
    font-size: 9px;
    text-align: center;
}
.topBar {
	background-color: #0099CC;
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 21px;*/
	border-bottom: 1px solid #333333;
}
.header {
	border-bottom: 1px solid #333333;
}
.btmBar {
	background-color: #0099CC;
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	border-top: 1px solid #333333;
	font-weight: bold;
	color: #FFFFFF;
}
.dkBG {
	color: #FFF3CA;
}
.dkBG a:link {
	color: #FFF3CA;
	text-decoration: none;
}
.dkBG a:visited {
	text-decoration: none;
	color: #FFEFBD;
}
.dkBG a:hover {
	/*text-decoration: underline;*/
	color: #ff0000;
}

.boxtitle {
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	/*background-position: left top;*/
	background-image: url(../../images/grey.gif);
}
.border {
	border: 6px solid #0099CC;
}b {
	font-size: 14px;
	color: #006699;
}
form {
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
}
fieldset {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dblborder {
	border: 2px groove #006699;
}
.mainborder {
	border: 6px solid #999;
}
