/* 
Updated August 28, 2003
Copyright (c) Scott Steffens
*/

a img { border-style: none; }

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

a:link {
	color: #990000;  /* good: #00545A; */
/*
	text-decoration: none;
	border-bottom: 1px dashed #71AAAA;
*/
}

a:visited {
	color: #B66953;
/*
	text-decoration: none;
	border-bottom: 1px dashed #444464;
*/
}

a:hover {
	color: #EC5020;
	/* border-bottom: 1px dashed #A9CEDF; */
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-family: arial, verdana;
}

td {
	vertical-align: top;
}

select {
	background-color: #ffffff;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
}

input, select {
	font-size:12px;
	padding: 2px 3px;
/*		height:14px; 
	margin-top: 10px; */
}

.site_name {
	font-size: 12px;
	padding: 0;
	margin: 1px 0;
}

.site_name a, .site_name a:link, .site_name a:visited {
	color: #d60077;
}

form {
	padding:0px;
	margin:0px;
}

.inputtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.smalltext, .smalltext a:link, .smalltext a:visited { 
	font-family:verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #888; 
	font-weight: normal;
}

.smalltext a:link, .smalltext a:visited {
	/* border-bottom: 1px dashed #999; */			
}
	
.smalltext a:hover	{ 
	color: #EC5020;
	text-decoration: none;
}

#header {
	background-image: url( "./bg_top.gif" );
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
}

#nav {
	width: 800px;
	padding: 6px 0;
	font-family: courier, new courier;
	font-size: 12px;
	text-align: right;
	color: #ef53b7;
	font-weight: bold;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover {
	color: #ef53b7;
	text-decoration: none;
}

#nav a:hover {
	color: #ef53b7;
	text-decoration: underline;
}



