﻿body {
	margin: 0px;
	border: 0px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11pt;
}
a:active, a:visited, a:link {
	COLOR: #2A4C09;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	FONT-SIZE: 8pt;
	margin: 0 0;
}
a:hover {
	COLOR: #2A4C09;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	FONT-SIZE: 8pt;
	margin: 0 0;
}

.top_sep{
    COLOR: #cbd8be;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-transform:capitalize;
	FONT-SIZE: 8pt;
	margin: 0 0;
}
a:link.top_links, a:active.top_links, a:visited.top_links {
	COLOR: #cbd8be;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-transform:capitalize;
	FONT-SIZE: 8pt;
	margin: 0 0;
}
a:hover.top_links {
	COLOR: #cbd8be;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	text-transform:capitalize;
	FONT-SIZE: 8pt;
	margin: 0 0;
}


a:link.main_links, a:active.main_links, a:visited.main_links {
	COLOR: #becead;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	text-transform:uppercase;
	FONT-SIZE: 13px;
	margin: 0 0;
    
}
a:hover.main_links {
	COLOR: #becead;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	text-transform:uppercase;
	FONT-SIZE: 13px;
	margin: 0 0;
}

a:link.main_boxes, a:active.main_boxes, a:visited.main_boxes {
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;;
	TEXT-DECORATION: none;
	text-transform:uppercase;
	FONT-SIZE: 14px;
	margin: 0 0;
}
a:hover.main_boxes {
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;;
	TEXT-DECORATION: underline;
	text-transform:uppercase;
	FONT-SIZE: 14px;
	margin: 0 0;
}
a:link.more, a:active.more, a:visited.more{
	color : #2A4C09;
	font-weight : bold;
	text-decoration : none;
    text-transform : capitalize;
	font-size : 9px;
}
a:hover.more{
	color : #2A4C09;
	font-weight : bold;
	text-decoration : underline;
	font-size : 9px;
	text-transform : capitalize;
}

a:link.codemation, a:active.codemation, a:visited.codemation {
	font-family : verdana, Helvetica, sans-serif;
	color : #f59120;
	font-weight : bold;
	text-decoration : none;
	font-size : 7.5pt;
}
a:hover.codemation {
	font-family : verdana, Helvetica, sans-serif;
	color : #f59120;
	font-weight : bold;
	text-decoration : underline;
	font-size : 7.5pt;
	text-transform : capitalize;
}
/* paragraph classes */
.title_green {
	COLOR: #2A4C09;
	FONT-WEIGHT: bold;
	text-transform: uppercase;
	FONT-SIZE: 14px;
	margin: 0 0;
}
.copy {
	COLOR: #FFFFFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
}

