BODY {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #333333;
	background-color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/pageBG.jpg);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: none;
}

H1, H2, H3{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 14px; 
color : #6C3056; 
background-color : transparent; 
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10px; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.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 : 12px;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
	color:#FFFFFF;
	background-color : #6C3056;
	font-size: 12px;
}

.bg_dark a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bg_dark a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bg_dark a:visited {
	color: #F6F6F6;
	text-decoration: none;
}

.bg_medium {
	background-color : #BFBEC4;
	font-size: 12px;
}

.bg_light {
	background-color : #D6D5D9;
	font-size: 12px;
}

.copyright {
    font-size: 10px;
    text-align: center;
}

.footer {
    font-size: 16px;
    font-weight : bold; 
    color : #F9F41F; 
    text-align: center;
}

.left {
	background-image: url(images/leftBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right: 1px solid #AFAEB4;
}
.right {
	background-image: url(images/rightBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-left: 1px solid #AFAEB4;
}


.picture {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/picture.jpg);
	height: 112px;
}
.menu1 {
	border-bottom: 1px solid #AFAEB4;
}
