/*External Style Sheet*/

body 
	{
	background-color:black;
	color:#000000;
	background-image:url("images/stars.gif");
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-repeat:repeat;
	font-size:12px;
	font-family:Arial,sans-serif;	
	}
h1
	{
	font-size:14px;
	color:#231F20;
	font-weight:normal;
	font-family:Arial,sans-serif;
	font-weight:bold;
	display:inline;
	}

h2
	{
	font-size:14px;
	color:#999999;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	}
h2.wiffle, h3.wiffle
	{
	font-size:10px;
	color:#666666;
	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;
	}
h4
	{
	color:black;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline;
	padding-left:4px;
	}	
	
div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.header
	{
	background-image:url("images/header_bg.gif");
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	}
div.bats
	{
	background-image:url("images/bat_bg.gif");
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	height:121px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	display:block;
	}	
div.shop
	{
	font-size:11px;
	width:158px;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	}	
	
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;
	}
span.button
	{
	//color:#000000;
	font-size:16px;
	font-weight:bold;
	padding-left:40px;
	font-family:Trebuchet MS,Arial,sans-serif;	
	}	

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;
	}

img
	{
	border-style:none;
	}

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.links:alink
	{
	text-decoration: none;
	color:black;
	}

a.links.vlink
	{
	text-decoration: none;
	color:black;
	}
a.links
	{
	font-family:Arial,sans-serif;
	text-decoration: none;
	color:black;
	cursor:hand;
	}
a.links:hover
	{
	text-decoration: none;
	color:#888888;
	}	
	

p
	{
	margin-top:0px;
	margin-bottom:8px;
	}
	
div.outer
	{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,Arial,sans-serif;	
	text-align:left;
	padding-top:5px;
	width:158px;
	height:23px;
	background-repeat:no-repeat;
	background-color:white;
	border-bottom:solid 1px #221E1E;
	display:block;
	}

input.btn {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}
select {
	font-family: arial;
	font-size: 11px;
	color: black;
	border: 1px solid #7F9DB9;
	height: 17px;
	}

.label {
	font-family: arial;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	}

.field {
	text-align: left;
	vertical-align: middle;
	font-family: arial;
	font-size: 10px;
	}

fieldset {
	text-align: middle;
	border: #D8D7C0 1px solid;
	background-color:#EAE98B;
	background-image:url("images/gradient.jpg");
	background-repeat:repeat-x;


	}

legend {
	color: #000000;
	font-style: italic;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	background-color:#FFFFFF;
	}


input.txt {
	border: solid #7F9DB9 1px;
	font-size: 13px;
	background-color:white;	
	}

input.txt2 {
	border: solid #7F9DB9 1px;
	font-size: 11px;
	background-color:white;	
	}
	
.req
	{
	color:red;
	}