body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #eff1ef;	
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
}
	
.pagetitle {
	font-size:18px; 
	color: green; 
	font-weight:bold;
}
	
.content {
	font-size:11px; 
	padding-left:10px;
}
	
a {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}
	
a:link {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a:hover	{
	color: #333;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px solid #333;	
}

a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a:visited {
	color: #333;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
	
.breadcrumbs {
	font-size:11px; 
	color: #333333;	
	text-decoration: none;
}
	
.myBoxleft {
	margin: 0px;    
	border: 0px solid #fff;
	color: #000;
	width: 620px;
	padding: 5px;
	padding-left:15px;
	text-align: left;
	background-color: #edf2f2;
	border-top: 0px solid #0F0;
	border-bottom: 0px solid #0F0;
	border-left: 0px solid #0F0;
	border-right: 0px solid #0F0;

/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.myBoxright {
	border: 0px solid #fff;
	color: #000;
	width: 123px;
	padding: 20px;
	text-align: left;
	background-color: #e0e6df;
	border-top: 0px solid #0F0;
	border-bottom: 0px solid #0F0;
	border-left: 0px solid #0F0;
	border-right: 0px solid #0F0;
/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.newsletterblock {
	margin-top:21px;
	margin-left:10px;
	background-image: url(../images/newsletter-head.gif); 
	background-repeat: no-repeat;
	width: 161;
}
