/* CSS1 style sheet */


body
	{
	background-color: #032989;
	font-family:  Arial, Verdana, sans-serif;
	}

a  { text-decoration: none;}

a.link { color: #d74823;}
a.link:hover { color: #0000ff;}

a.yellowlink { color: #f1ffff;}
a.yellowlink:hover  { color: #ffcc66;}


a.subheadlink { color: #d74823;}
a.subheadlink:hover  { color: #006000;}


li
	{
	margin-bottom: 10px;
	}



/*
---------------------------------------------------------------------
 INDEX PAGE
--------------------------------------------------------------------
*/

table.pageouter
	{
	border-color: #ffffff;
	border-width: 18px;
	border-style: solid;
	} 
	
table.pageinner
	{
	background-color: #ffffff;
	border-color: #021a58;
	border-width: 12px;
	border-style: solid;
	} 
	

.pagehead
	{
	font-size: 18pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}

.subhead1
	{
	font-size: 12pt;
	color: #0337bb;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	}
	
.subhead2
	{
	font-size: 11pt;
	color: #d74823;
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	}


.maintext
	{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}

.redtext
	{
	font-size: 10pt;
	color: #d74823;
	font-weight: bold;
	}



.quote
	{
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}

.letterlist
	{
	font-size: 10pt;
	color: #d74823;
	font-weight: bold;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 40px;
	padding-right: 40px;
	list-style-position: outside;
	list-style-type: lower-alpha;
	}

	
.question
	{
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}

.answer
	{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	}

.table
	{
	border-color: #4f192b;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;	
	}

.tablehead
	{
	font-size: 10pt;
	color: #ffffff;	
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #032989;
	}	

.tabletext
	{
	font-size: 8pt;
	color: #000000;	
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	}	

.legal
	{
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	}


ADDRESS
	{
	font-size: 8pt;
	color: #9eb8fa;
	font-style: normal;
	font-weight: bold;
	}


