/* ===== GENERAL PAGE STYLES ===== */
body 
	{ 
	background-color:White; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	}

/* ===== TABLES ===== */

/* ===== LINKS ===== */
a:link
	{
	color:#3569B0;
	}
a:visited
	{
	color:#949494;
	}
a:hover
	{
	color:#3569B0;
	}

/* ===== BUTTONS ===== */
.button_basic
	{
	font-size: 12px;
	background:#3569B0;
	font-weight:bold;
	color:#FFFFFF;
	cursor:hand;
	height:23px;
	border-top-color:#E6E9EA;
	border-bottom-color:#808080;
	border-right-color:#808080;
	border-left-color:#E6E9EA;
	}

/* ===== PARAGRAPHS ===== */
h3  
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	}

/* ===== TEXT ===== */
.title_text
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
.header-text
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.small_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	}
.center
	{
	text-align:center;
	}
.bold
	{
	font-weight:bold;
	}
.italic
	{
	font-style:italic;
	}
.border
	{
	border:1px solid Black;
	}
	
.herea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}
