/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;	
	background-image: url(../images/bgfade.gif);
	background-repeat:repeat-x;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	color:#000000;
}

h3 {
	font-size: 80%;
	font-weight: bold;
	color: #0092CF;
	margin-bottom:-10px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #0092CF;
	/* margin-bottom:-1px; */ 
}

p {
	font-size: 80%;
}

a, a:visited, a:active {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#3399FF;
	text-decoration:underline;
}

p.search, form.search {
	color: #FFF;
	font-weight:500;
	font-size: 70%;
}


#container {  /*  main page content */
	width: 748px;
	border: 1px solid #0092CF;
	background-color: #ffffff;
	padding: 10px;
	margin: 0px auto;
}

#header {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	background-color: #FFF;
	height: 135px;
}

#header h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ffe6ab;
	font-weight: normal;
	text-align: center;
}

#nav {
	background-color: #0092CF;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	/* font-weight: bold;  */
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#contents {
	
}

#footer {
	border-top: 1px dotted #0092CF;
	font-size: 60%;
	color: #999999;
	text-align: left;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #999;	
}
#footer a:hover {
	border-bottom-style: solid;
}

table#forms {
	padding: 10;
	/* cellspacing: 10; */
	color: #FFF;
	/* align: center; */
	width: 255;
}

table#forms td {
	width: 250;
	
}
.red {
	background-image: url(../images/buttonred250.gif);
	background-repeat: no-repeat;
	color: #FFF;
	width: 250;
	height: 60;

}
.red a, .red a:hover, .red a:visited{
	color: #FFF;
	text-decoration: none;
}

.white {
	background-color: #FFFFFF;
	
}
.grey {
	background-image: url(/images/buttonrgrey250.gif);
	background-repeat: no-repeat;
	color: #FFF;
	width: 250;
	height: 60;

}
.grey a, .grey a:hover, .grey a:visited{
	color: #FFF;
	text-decoration: none;
}

table.admin td p {
	font-size:10px;	
}

table.admin td {
	font-size:10px;	
}


p.keywords {
	font-size:10px;
}

p.adminerror {
	font-size:10px;
	color:#990000;
}

table.search {
	border:none;
	background-color:#EEEEEE;
	padding:8px;
}

table.search td {
	vertical-align:top;
	padding:5px;
}

table.search p {
	font-weight:800;
}

.legend {
	font-size:10px;
	color:#333333;
}

.fieldset p {
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

table.searchboxx {
	border:1px solid #0092cf;
	background-color:#FFFFFF;
	/* padding:8px;
	width:460px;  */
	width:284px;
	height:354px;
}

table.searchboxx td {
	padding:8px;
}

.searchboxx p {
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

table.tradeboxx {
	border:1px solid #0092cf;
	background-color:#FFFFFF;
	/* padding:8px;
	width:460px;  */
	width:735px;
}

td.searchhead {
	/* background-image:url(../images/searchhead1.gif);
	background-repeat:repeat-x; */
	background: #0092cf;
	background-image:url(../images/search/swirl1.jpg);
	
}

input.refer { font-size: 65%; }

p.refer { font-size: 65%;
			font-weight:800;
 }
