p {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 12px;
	color: #000000;
}

.main p {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
}

ul
{
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 12px;
}
a {
	color: #7CAF35;
	text-decoration: none;
}

a:hover {
	color: #FF6500;
	text-decoration: none;
}

.head a {
	color: #7CAF35;
	text-decoration: none;
	font-size: 12pt;
}

.head a:hover {
	color: #FF6500;
	text-decoration: none;
}

.mymargin {
	margin-top: 25px;
	margin-left: 10px;
}

.title {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 18pt;
	color: #7CAF35;
}

.subtitle {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 14px;
	color: #FF6500;
}

.highlight {
	color: #431201;
	font-weight: bold;
}

.notetitle {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 13px;
	color: #E66C00;
}
.note {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 12px;
	color: #666666;
}
.notegreen {
	font-family: "Century Gothic", "Helvetica", "Arial";
	font-size: 12px;
	color: #7CAF35;
}
.dottedline {
	border-width: 2px;
	border-style: dotted;
	border-color: black;    
}

.roundcont {
	width: 250px;
	background-color: #f6dc8a;
	color: #fff;
	margin: 0 10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(./corners/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(./corners/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcontdk {
	width: 250px;
	background-color: #c3a882;
	color: #fff;
	margin: 20px 10px;
}

.roundcontdk p {
	margin: 0 10px;
}

.roundtopdk { 
	background: url(./corners/tr2.gif) no-repeat top right; 
}

.roundbottomdk {
	background: url(./corners/br2.gif) no-repeat top right; 
}