
.abstract {
	font: normal 12px arial,verdana,sans-serif;
	color: #000000;
}

.headline {
	font-size: 18px; font-weight: bold; font-family: arial,verdana,sans-serif; color: #519935}
	
.Georgia {
	font-size: 16px; font-weight: bold; font-family: georgia, times new roman; color: #666666}

.subheadline {
	font: bold 14px arial,verdana,sans-serif;
	color: #77B759;
}

.promotext {
	font: bold 14px arial,verdana,sans-serif;
	color: #333333;
}

.subheadlinegray {
	font: bold 14px verdana,arial,sans-serif;
	color: #333333;
}

.smallheadline {
	font: bold 11px verdana,arial,sans-serif;
	color: #666666;
}

.subtxt {
	font: normal 11px arial,verdana,sans-serif;
	color: #000000;
}

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #0033CC;
    text-decoration: none;
}


a.smalltxt:link {font-size: 11px; font-weight: bold; color: #CCCCCC; font-family: arial,verdana,sans-serif; text-decoration: underline}
a.smalltxt:visited {font-size: 11px; font-weight: bold; color: #CCCCCC; font-family: arial,verdana,sans-serif; text-decoration: underline}
a.smalltxt:hover {font-size: 11px; font-weight: bold; color: #519935; font-family: arial,verdana,sans-serif; text-decoration: none}


.edgelft {
	background-color: #E9DDB8;
	background-image:     url(images/edge-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.edgert {
	background-color: #E9DDB8;
	background-image:     url(images/edge-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.edgebtm {
	background-color: #E9DDB8;
	background-image:     url(images/edge-bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}

