BODY {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	color : #00201F;
	background-color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/pageBG.jpg);
}

a:link {
	color: #003333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #005050;
}
a:hover {
	text-decoration: underline;
	color: #005050;
}

H1 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 18px; 
color : #000000; 
background-color : transparent; 
}

H2 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 16px; 
color : #000000; 
background-color : transparent; 
}

H3 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 14px; 
color : #000000; 
background-color : transparent; 
}

.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10px; 
}


.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 14px; 
}

.errortext {
  font-size : 14px;
  color : red;
  font-weight : bold;
}

.grid {
border : #99ccff .05em solid;
}

.white {
  background-color : #ffffff;
  	color : #00201F;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #003333;
	color: #FFFFFF;
}

.bg_dark a:link {
	color: #ffffff;
	text-decoration: none;
}
.bg_dark a:visited {
	text-decoration: none;
	color: #ffffff;
}
.bg_dark a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.bg_medium {
	background-color : #00201F;
	color: #ffffff;
  }

.bg_medium a:link {
	color: #bbbbbb;
	text-decoration: underline;
}
.bg_medium a:visited {
	text-decoration: underline;
	color: #bbbbbb;
}
.bg_medium a:hover {
	text-decoration: underline;
	color: #bbbbbb;
}

.bg_light {
  background-color : #ffffff;
}

.copyright {
    font-size: 10px;
    text-align: center;
}
.wrapper {
	border: 2px solid #003333;
}

.rose {
	border: 2px solid #003333;
	color: #003333;
}

.rose a:link {
	color: #003333;
	text-decoration: none;
}
.rose a:visited {
	text-decoration: none;
	color: #003333;
}
.rose a:hover {
	text-decoration: underline;
	color: #003333;
}

