/* Font family classes*/

.verdana {font-family:arial,helvetica,clean,sans-serif}
.arial {font-family:arial,helvetica,clean,sans-serif}

/* Font size classes */

.size8 {font-size:8px}
.size9 {font-size:9px}
.size10 {font-size:10px}
.size11 {font-size:11px}
.size12 {font-size:12px}
.size13 {font-size:13px}
.size14 {font-size:14px}
.size15 {font-size:15px}
.size16 {font-size:16px}
.size17 {font-size:17px}
.size18 {font-size:18px}

/* Font weight classes */

.bold {font-weight:700}
.normal {font-weight:normal}

/* Font color classes */

.black {color:#000}
.gray3 {color:#333}
.gray6 {color:#666}
.gray9 {color:#999}
.grayc {color:#CCC}
.white {color:#FFF}

.hdr_green {
	 color:#339900;
	 font-weight:700; }
	
.header_orange {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #2e781f;
	font-weight:700; }
	
a.green:link { color:#2e781f; text-decoration:none; }
a.green:active { color:#2e781f; text-decoration:none; }
a.green:visited { color:#2e781f; text-decoration:none; }
a.green:hover { color:#2e781f; text-decoration:underline; }

a.user_name_list:link { color:#666666; text-decoration:none; }
a.user_name_list:active { color:#666666; text-decoration:none; }
a.user_name_list:visited { color:#666666; text-decoration:none; }
a.user_name_list:hover { color:#999999; text-decoration:underline; }