body, a, td, div, p, li, span, th, h1, input, textarea{
	font-family:Verdana,	Arial, Helvetica, Sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-image:url(/images/layout/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	background-color:#CCE5B2;
}

td, p, span, div {
 font-size:12px;
 font-weight:normal;
 color:#666666;

}

h1 {
 font-size:16px;
 font-weight:bold;
 color:#336600;
}



.contents {
  background-color:#FFFFFF; 
  padding:10px 0 10px 0;
}

/**/
.contents img {
  border:2px solid #D1D2CA;
}

/*Standardlinks*/
a:link {color: #CC9933;  font-size: 12px;  font-weight:bold; text-decoration: none;}
a:visited {color: #CC9933;  font-size: 12px;  font-weight:bold; text-decoration: none;}
a:hover {color: #CC9933;  font-size: 12px;  font-weight:bold;  text-decoration: underline;}


.OrangeLink:link, .OrangeLink:visited {
  
	font-size: 12px;
	font-weight:bold;
	color:#CC9933;
	text-decoration:none;
}
.OrangeLink:hover {
  font-family:Verdana,	Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CC9933;
	text-decoration:underline;
}






.powered {
	color: #000000;
	font-size: 8pt;
	font-weight:normal;
}
.powered a:link, .powered a:hover, .powered a:visited {
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
.powered .ven {
	color: #FF9933;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}