/* regular classes ----------------------------------------------------------*/
BODY,TD	{
	color: #99aabb;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
};
BLOCKQUOTE,OL,P,UL	{
	color: #99aabb;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	text-align: justify;
};
TH	{
	color: #99aabb;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
};

A {
	color: #b3b3b3;
	font-family: verdana,geneva,ms sans serif,arial,helvetica;
	font-size: 10px;
}
A:hover {
	color: #ffffff;
}


/* generic classes ----------------------------------------------------------*/
// lifted from (and much props to):
//		http://gomakross.org/styles.css
.leading8	{ line-height:.8 }
.leading9	{ line-height:.9 }
.leading12	{ line-height:1.2 }
.leading15	{ line-height:1.5 }
.leading20	{ line-height:2.0 }
.leading25	{ line-height:2.5 }

.navigation	{
	color: #009f62;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-weight: bold;
	text-decoration: none;
}


/* menu */
.menutitle	{
	background-color: #cbb99c;
	color: black;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
};
.menubody	{
	color: black;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
};
.submenutitle	{
	background-color: #cbb99c;
	color: black;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
};
.menuitem	{
	color: #808080;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
};
.menuitemlink	{
	color: #190439;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
};
.menuitemlink_on	{
	color: #009f62;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
};


/* menu classes */
.subnav_item	{
	background-color: #000000;
	color: white;
	font-family: verdana,geneva,ms sans serif,sans-serif,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
};
.subnav_item_active	{
	background-color: #009f62;
	color: white;
	font-family: verdana,geneva,ms sans serif,sans-serif,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
};
.subnav_title	{
	background-color: #13393a;
	color: white;
	font-family: verdana,ms sans serif,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
};
