/* CSS Document */

.header_text 
{	font-family: Arial;
	font-size: 24px;
	font-weight: bold; 
	color: #000000;
}

.links 
{	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

.application 
{	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.page_content 
{	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

<!--- =========================================== --->
.horizontal 
{ 	background: url("../images/template_images/t2_left_bkgd.gif"); 
	background-repeat:repeat-x 
}

.vertical 
{ 	background: url("../images/template_images/repeat_bar.gif"); 
	background-repeat:repeat-y 
}
		
.text 
{	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

.my_footer 
{	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.my_10_point_text 
{	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

.my_9_point_text 
{	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
}

.my_footer_2 
{	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

.my_footer_3 
{	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.board_message_text 
{	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}



.web_page_title_text 
{	font-family: Arial;
	font-size: 18px;
	font-weight: bold; 
	color: #333333;
}

.web_page_title_text_2 
{	font-family: Arial;
	font-size: 16px;
	font-weight: bold; 
	color:#333333;
	
}



A:link		{color: #333333; text-decoration:none;}
A:visited	{color: #575757; text-decoration:none;}
A:hover		{color: #575757; text-decoration:underline;}