BODY {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #596373;
	background-color : #A9AFC7;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/pageBG3.jpg);
}

a:link {
	color: #596373;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #596373;
}
a:hover {
	text-decoration: underline;
	color: #596373;
}
a:active {
	text-decoration: none;
	color: #596373;
}
H1, H2, H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 13px; 
color : #5B678F; 
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;
	font-size: 11px;
}

.smalltext a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size: 11px;
}

.noline a:link{
	text-decoration : none;
	font-size: 11px;
}

.noline a:visited{
	text-decoration : none;
	font-size: 11px;
}


.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 : 11px;
  color : #FD0273;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #808DB0;
	color: #FFFFFF;
}

.bg_dark a{
	color: #FFFFFF;
}
.bg_medium {
  background-color : #AFB5CD;
}

.bg_light {
  background-color : #CFD2E3;
}

.copyright {
	font-size: 10px;
	text-align: center;
}
.boxtitle {
	font-weight: bold;
	color: #616D95;
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 3px;
}
.bar {
	background-color: #5B668E;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
.top {
	background-color: #A9AFC7;
	background-image: url(images/bg.jpg);
}
.left {
	border-right: 1px solid #8490B6;
}
.right {
	border-left: 1px solid #8490B6;
}
