p
	{
	font-family: Verdana;
	font-size: 0.8em; 
	color: #000000;
	line-height: 1.25pc;
	text-align: left;
	margin: 10px 0px;
	}

ul
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	}

ul li
	{
	margin-bottom: 15px;
	}

ol
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	}

ol li
	{
	margin-bottom: 15px;
	}

a
	{
	color: #40649f;
	text-decoration: none;
	font-weight: bold;
	}
a:hover
	{
	color: #40649f;
	text-decoration: underline;
	}

h1
	{
	font: bold 0.8em Arial;
	font-style: italic;
	color: #091d54;
	letter-spacing: 0.1em;;
	line-height: 1.25pc;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
	}


h2
	{
	color: #091d54;
	font: bold 1.4em Verdana;
	line-height: 1.25pc;
	margin-top: 0;
	text-align: left;
	}


h3
	{
	/* background-color: #EEE155; */
	background: url(/images_ssi/bg_h2.jpg) repeat-x;
	color: #10235E;
	font: bold italic 1.0em Arial;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: 1px 10px;
	text-align: left;
	text-transform: uppercase;
	}


h4
	{
	background: url(/images_ssi/bg_h2.jpg) repeat-x;
	color: #10235E;
	font: bold italic 0.8em Arial;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: 1px 10px;
	text-align: left;
	text-transform: uppercase;
	}




/* SUB MENU STUFF */

.SubMenu
	{
	font-family: Verdana;
	font-size: 0.6em; 
	font-weight: bold; 
	background-color: #deeafc; 
	border-bottom: #003399 1px solid;
	color: #003399; 
	padding: 0px 10px 0px 15px;
	margin: 10px 0px 10px -15px;
	text-align: left;
	text-transform: uppercase;
	}

.SubMenu a
	{
	color: #003399;
	padding: 1px 3px;
	text-decoration: none;
	}

.SubMenu a:hover
	{
	background-color: #eefaff; 
	color: #003399;
	padding: 1px 3px;
	text-decoration: none;
	}





/* FOOTER */

.MyFooter
	{
	color: #1f356a;
	font-family: Verdana;
	font-size: 0.6em; 
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	text-align: center;
	}



/* THESE ARE USED BUTTONS ON FORMS */

.MyFormField
	{
	color: black;
	font-family: Verdana;
	font-size: 0.8em; 
	margin: 0;
	padding: 0 5px 0 0 ;
	text-align: right;
	}


.MyFormLabel
	{
	font-family: Verdana;
	font-size: 0.8em; 
	color: #000000;
	}

.MyInputBlur
	{
	background-color: #e8e8e8;
	}
.MyInputFocus
	{
	background-color: #FFFFFF;
	}
.MyButton
	{
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.8em;
	color: #445E5D;
	background-color: #E5E3D4;
	}
