body {
	background-color: #042f2b;
	background-image:url(images/bkg.jpg);
	background-repeat: repeat-x;
	margin: 5px;
}
a:link, a:visited {
	color: #ae0602;
	text-decoration: none;
}
a:hover, a:active {
	color: #2e6797;
	text-decoration: underline;
}

/* ----------main body-------------- */
h1 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #30918b;
	margin-bottom:-8px;
	text-transform:uppercase;
}
h2 {
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #f77e1d;
	margin-bottom:-10px;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
}
p {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #000000;
}
ul {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #000000;
}
hr {border-bottom: solid #c2c2c2 thin; 
	height: 1px;
	margin: -4px 0px -4px 0px;
}
.caption { 
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #f77e1d;
}
.table {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #000000;
}
/* ----------paypal-------------- */
input.custom {
	color:#000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	background-color: #f7e081;
	border:1px solid #efc032;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f7e081',EndColorStr='#f5d566');
	padding: 0px;
}
select.custom {
	color:#000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	padding: 0px;
}

/* ----------footer-------------- */
#footer {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #a3b2b1;
}
#footer a:link, #footer a:visited  {
	color: #a3b2b1;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ffffff;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}