/*External Style Sheet*/

body 
	{
	background-color:#003554;
	color:#00466F;
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image:url("images/main_bg.jpg");
	background-repeat:repeat-y;
	font-size:12px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	text-align:left;
	font-size:18px;
	font-family:Arial,sans-serif;
	font-weight:300;
	display:inline;
	}

h2
	{
	text-align:left;
	font-size:13px;
	font-family:Arial,sans-serif;
	font-weight:300;
	display:inline;
	}
h3
	{
	color:#87091E;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}

b
	{
	color:#E49C00;
	}
b.blue
	{
	color:#00466F;
	}
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}
table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
table.inside
	{
	width:731px;
	background-color:white;
	}
table.inner
	{
	width:717px;
	margin:0 auto;
	}

td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}

td.shadow_bottom_right
	{
	background-image:url("images/bg_bottom_right.gif");
	background-repeat:no-repeat;
	width:5px;
	}	
td.shadow_bottom_left
	{
	background-image:url("images/bg_bottom_left.gif");
	background-repeat:no-repeat;
	width:5px;
	}
td.shadow_bottom
	{
	background-image:url("images/bg_bottom.gif");
	background-repeat:repeat-x;
	}	
	
td.shadow_left
	{
	background-image:url("images/bg_left.gif");
	background-repeat:repeat-y;
	width:5px;
	}
td.shadow_right
	{
	background-image:url("images/bg_right.gif");
	background-repeat:repeat-y;
	width:5px;
	}


img
	{
	border-style:none;
	}
img.arrow
	{
	margin-left:18px;
	margin-right:5px;
	}
ul.arrow
	{
	list-style:none;
	margin:0;
	padding:0;
	}
li.arrow
	{
	padding-bottom:3px;
	background-image:url("images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 9px 4px;
	padding-left:21px;
	text-align:left;
	}
	
	
a.main:alink
	{
	text-decoration: none;
	color:white;
	}

a.main:vlink
	{
	text-decoration: none;
	color:white;
	}
a.main
	{
	font-size:12px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:white;
	}
a.main:hover
	{
	text-decoration: underline;
	color:white;
	}

a:alink
	{
	text-decoration: none;
	color:#E49C00;
	}

a:vlink
	{
	text-decoration: none;
	color:#E49C00;
	}
a
	{
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:#E49C00;
	}
a:hover
	{
	text-decoration: underline;
	color:#E49C00;
	}

p
	{
	margin-top:3px;
	}

