/*External Style Sheet*/

body 
	{
	background-color:#D3D7D8;
	color:#000000;
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-repeat:repeat;
	font-size:13px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	font-size:18px;
	color:#42718F;
	font-weight:normal;
	font-family:Arial,sans-serif;
	display:inline;
	}

h2
	{
	font-size:14px;
	color:#42718F;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
h3
	{
	color:#87091E;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
div.links
	{
	color:#E5E0D5;
	background-color:#74461C;
	background-image:url("images/link_bg.gif");
	background-repeat:repeat-x;
	width:546px;
	height:27px;
	padding-top:8px;
	}
div.links a
	{
	color:#E5E0D5;
	}
div.links a:alink
	{
	color:#E5E0D5;
	}
div.links a:vlink
	{
	color:#E5E0D5;
	}
div.links a:hover
	{
	color:#E5E0D5;
	}
div.smallcenter
	{
	text-align:center;
	width:350px;
	margin:0 auto;
	}
	
	
span.addy
	{
	font-size:9pt;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
table.inside
	{
	width:772px;
	}
table.inner
	{
	width:546px;
	}
table.list
	{
	width:136px;
	}
table.list2
	{
	width:150px;
	}	
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

td.shadow_bottom_right
	{
	background-image:url("images/shadow_bottom_right.gif");
	background-repeat:no-repeat;
	width:6px;
	}	
td.shadow_bottom_left
	{
	background-image:url("images/shadow_bottom_left.gif");
	background-repeat:no-repeat;
	width:6px;
	}
td.shadow_bottom
	{
	background-image:url("images/shadow_bottom.gif");
	background-repeat:repeat-x;
	}	
	
td.shadow_left
	{
	background-image:url("images/shadow_left.gif");
	background-repeat:repeat-y;
	width:6px;
	}
td.shadow_right
	{
	background-image:url("images/shadow_right.gif");
	background-repeat:repeat-y;
	width:6px;
	}
td.list_shadow_right
	{
	background-image:url("images/list_picture_shadow_right.gif");
	background-repeat:repeat-y;
	width:2px;
	}
td.lines
	{
	background-color:#CCBE9E;
	width:2px;
	}
td.horz_lines
	{
	background-color:#CCBE9E;
	}

img
	{
	border-style:none;
	}
img.arrow
	{
	margin-left:18px;
	margin-right:4px;
	}


a:alink
	{
	text-decoration: none;
	color:black;
	}

a.vlink
	{
	text-decoration: none;
	color:black;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:black;
	}
a:hover
	{
	text-decoration: underline;
	color:black;
	}
a.main:alink
	{
	text-decoration: none;
	color:#FFFFFF;
	}

a.main.vlink
	{
	text-decoration: none;
	color:#FFFFFF;
	}
a.main
	{
	font-size:11px;
	font-family:Verdana,sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	}
a.main:hover
	{
	text-decoration: underline;
	color:#FFFFFF;
	}	

p
	{
	margin-top:0px;
	margin-bottom:8px;
	}

	