/* primary fonts */
.font {
 font-family: arial, helvetica;
 font-size: 12px;
 color: #000000; /* black */
}
.content_reg {
 font-family: arial, helvetica;
 font-size: 12px;
 color: #000000; /* black */
}
.content_medium {
 font-family: arial, helvetica;
 font-size: 14px;
 color: #000000; /* black */
}
.content_large {
 font-family: arial, helvetica;
 font-size: 24px;
 color: #000000; /* black */
}
.content_small {
 font-family: arial, helvetica;
 font-size: 11px;
 color: #000000; /* black */
}
.content_xsmall {
 font-family: arial, helvetica;
 font-size: 10px;
 color: #000000; /* black */
}


/* secondary fonts */

.sm_nav {
 font-family: arial, helvetica;
 font-size: 11px;
 font-weight: bold; 
 color: #ffffff; /* white */
}
.reg_nav {
 font-family: arial, helvetica;
 font-size: 13px;
 font-weight: bold;
 color: #ffffff; /* white */
}



/* links */
a {
	text-decoration: none;
	font-family: arial, helvetica;	
	color: #ee2d24; /* red */
}
a:hover {
	text-decoration: none;
	font-family: arial, helvetica;	
	color: #ffc420; /* yellow */
}


