/* Begin global rules */

/* link colors */
a:link 
{ 
	color: #005073; 
	text-decoration: none;
}
a:visited 
{ 
	color: #840045;
	text-decoration: none;
}

img
{
	border: none;
}

body
{
	background-color : #E7F3F3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.display_none
{
	display: none;
}

.display_visible
{
	display: visible;
}

.block
{
	display: block;
}

/* BankGothic MD BT as preferred font


/* set the behavior of text links on mouseover*/
.text_linkro
{
	font-size: 18px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	font-weight: heavy;
	color: #b63e3e;
}

/* set the appearance of text links*/
.text_link
{
	font-size: 18px;
	font-weight: medium;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #505050;
}

/* set the behavior of underlined text links on mouseover*/
.text_linkro_underline
{
	font-size: 18px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #b63e3e;
	text-decoration: underline;
}

/* set the appearance of underline text links*/
.text_link_underline
{
	font-size: 18px;
	font-weight: medium;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #505050;
	text-decoration: underline;
}

p, .p
{
	font-size: 12px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

.p_gray
{
	font-size: 12px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #505050;
}

.p_ul
{
	font-size: 12px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}

p2, .p
{
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

.p2_gray
{
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #505050;
}

.p2_ul
{
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}


.p_sm, .input
{
	font-size: 10px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

.p_sm_ul
{
	font-size: 10px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}

.p_sm_gray
{
	font-size: 10px;
	font-weight: normal;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: #505050;
}



h1, .h1
{
	font-size: 36px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

h1_ul, .h1_ul
{
	font-size: 36px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}

h2, .h2
{
	font-size: 24px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

h2_ul, .h2_ul
{
	font-size: 24px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}

h3, .h3
{
	font-size: 18px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

h3_ul, .h3_ul
{
	font-size: 18px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}

h4, .h4
{
	font-size: 14px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

h4_ul, .h4_ul
{
	font-size: 14px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
	text-decoration: underline;
}


.error_handler
{
	font-size: 12px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: red;
	width: 200px;
}

.error_format
{
	font-size: 12px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: red;
}


.li
{
	list-style-type: none;
	font-size: 12px;
	font-weight: heavy;
	font-family: "Arial", "Veranda", "Helvetica", "BankGothic MD BT", sans-serif;
	color: black;
}

.li_bullet
{
	list-style-type: disc;
}


.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hide { visibility: hidden; }


/* begin general page template */
#content
{
	text-align: center;
	text-align: middle;
	position: relative;
	text-align: center;
	top: -900px;
	z-index: 1;
}



/* Begin watermark -- page backgrounds*/
/*
.gray_bg
{
	background-color: #f5f5f5;
	
}

.blue_bg
{
	background-color: #E7F3F3;
	
}

#background
{
	background-image: url(graphics/home_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	postition: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	z-index: 0;
	
}
*/





