/* START Links */
A:link,
A:visited,
A:active { 
  color: #0066CC; 
  text-decoration: underline;
  font-weight: normal; 
}

A:hover { 
  color: #666666; 
  text-decoration: none;
  font-weight: normal; 
}


.headerText a:link,a:visited,a:active { 
  color: #0066CC;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

.headerText a:hover {
  color: #666666;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

.footer a:link,
.footer a:visited,
.footer a:active { 
  color: #000000;
  font-size: 9px;
  text-decoration: underline;
  font-weight: normal;
}

.footer a:hover {
  color: #0066CC;
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;
}

.menulinkTop a:link, 
.menulinkTop a:active, 
.menulinkTop a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #0066CC;
  display: block;
  text-align: left;
  text-decoration: none;
  line-height: 14px;
  padding-top: 1px;
  padding-left: 1px;
  border-bottom: 1px solid #DDDDDD;
}

.menulinkTop a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #0066CC;
  background: #EEEEEE;
  display: block;
  text-align: left;
  text-decoration: none;
  line-height: 14px;
  padding-top: 1px;
  padding-left: 1px;
  border-bottom: 1px solid #CCCCCC;
}

.smallText a:link,
.smallText a:visited,
.smallText a:active { 
  color: #0066CC;
  font-size: 9px;
  text-decoration: underline;
}

.smallText a:hover {
  color: #000000;
  font-size: 9px;
  text-decoration: none;
}
/* END Links */



/* START Body */
BODY {
   background-image: url(images/background.jpg);
   background-repeat: repeat-y;
   background-position: center;
   color: #333333;
   font-size: 10px;
   line-height: 16px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
}
/* END Body */


/* START Miscellaneous */
.verticalDivider {
  border-right: 1px solid #DDDDDD;
  }

.heading1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  }

.heading2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  background: #EEEEEE;
  border-bottom: 2px solid #CCCCCC;
  padding-left: 2px;
  }

.headerText { 
  color: #CCCCCC;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}

.price {
  color: #CC0000; 
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}

.message {
  color: #CC0000;
  font-size: 10px;
  }

.text {
  font-size: 10px;
  line-height: 16px;
  color: #333333;
}

.smallText {
  font-size: 9px;
  line-height: 12px;
  color: #000000;
}
  
.smallerText {
  font-size: 8px;
  line-height: 11px;
  color: #000000;
}

.form {
  background: #DDDDDD;
  color: #0066CC;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.textHeaders {
  font-size: 10px;
  height: 16px;
  background: #0066CC;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  padding-left: 2px;
}

.textInfo {
  font-size: 10px;
  height: 16px;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  padding-left: 2px;
}

.hr {
  border: 0;
  color: #DDDDDD;
  background-color: #DDDDDD;
  height: 1px;
  width: 100%;
}

.footer {
  font-size: 9px;
  color: #333333;
  border-top: 1px solid #DDDDDD;
  padding-top: 6px;
}

.moduleRow {	
	font-size: 10px;
	line-height: 16px;
	background: #FFFFFF;
	color: #666666;
}
	
.moduleRowOver {	
	font-size: 10px;
	line-height: 16px;
	background: #EEEEEE;
	color: #0066CC;
}

.page_images_left {
	text-align: left;
	display: block;
	float: left;
	padding: 5px;
	margin: 5px;
	border: none;
	border-style: none;
	}
	
.page_images_right {
	text-align: right;
	display: block;
	float: right;
	padding: 5px;
	margin: 5px;
	border: none;
	border-style: none;
	} 
	
.error {
  color: #CC0000; 
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
} 
/* END Miscellaneous */