
/*******************/
/** HTML ELEMENTS **/
/*******************/

body
{
	padding : 0px;
	margin : 0px;
}

h1
{
	font-family : Verdana;
	font-weight	: bold;
	font-size : 18pt;

	color : #000000;
}

h3
{
	font-family : Verdana;
	font-weight	: bold;
	font-size : 12pt;

	color : #000000;
}

p
{
	font-family : Verdana;
	font-size : 10pt;
}

td
{
	font-family : Verdana;
	font-size : 10pt;
}

ul
{
	font-family : Verdana;
	font-size : 10pt;
}



/********************/
/** CUSTOM CLASSES **/
/********************/

.menu_heading
{
	font-family : Verdana;
	font-weight	: bold;
	font-size : 12pt;

	color : #009adf;
	background-color : #b8d7e5;
	cursor : pointer;

	height : 24px;
	padding-left : 10px;
	padding-top : 5px;
}

.menu_item
{
	font-family : Verdana;
	font-weight : bold;
	font-size : 10pt;
	color : #6e6e6e;

	text-decoration : none;
}

.menu_item:hover
{
	color : #000000;
}

.main_body
{
	background-color: #f0f0f0;
}

.anchor_large
{
	font-family : Verdana;
	font-weight : bold;
	font-size : 12pt;
	color : #009adf;

	text-decoration : none;
}

.anchor_large:hover
{
	color : #005992;
}

.anchor_normal
{
	font-family : Verdana;
	font-weight : bold;
	font-size : 10pt;
	color : #009adf;

	text-decoration : none;
}

.anchor_normal:hover
{
	color : #005992;
}

.social
{
	font-family : Arial;
	font-size : 10px;
	color : #009adf;
}

.social:hover
{
	color : #005992;
}

.footer
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}