html, body              /* Sets up general styles for the whole site */
{
	margin: 0; 
	padding: 0; 
	color: #000; 
	background: #4C4C4C; 
	font-family: Arial, Helvetica, Sans-serif;
	border-collapse: collapse;
}


/* Text Properties  */

.normal_text 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: black; 
	font-style: normal; 
	font-weight: normal;
}

.small_text 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 8pt; 
	color: #AA514E; 
	font-style: normal; 
	font-weight: normal;
}

.red_text 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #AA514E; 
	font-style: normal; 
	font-weight: normal;
}

.red_text_bld 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #AA514E; 
	font-style: normal; 
	font-weight: normal;
}

.white_text_bd 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal;
}

.white_text 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal;
}

.menu_link 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #AA514E; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	background: none
}
.menu_link:hover 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 10pt; 
	color: #FCF6EB; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	background: #AA514E;
}

.large_16_blk_ital 
{
	font-family: arial, helvetica, Sans-serif; 
	font-size: 16pt; 
	color: black; 
	font-style: italic; 
	font-weight: bold;
}


/* Background and Image properties */

.bg_tool_1 
{
	background-image: url(/images/main_tool-03.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

.bg_tool_2 
{
	background-image: url(/images/main_tool-05.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

.bg_tool_3 
{	
	background-image: url(/images/main_tool-06.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
}

.float_rt 
{
	float: right;
}

.float_lt 
{
	float: left;
}


/* Table Properties  */

.table 
{
	border-color: #AA514E; 
	border-style: solid; 
	border-width: 1px; 
	text-align: justify;
}

.bottom_border_tan 
{
	border-color: #FCF6EB; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

.text_indent 
{
	text-indent: 5px;
}

.pad_5 
{
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 5px;
}

