body, td, p, div {
	font-family:		verdana, arial, sans-serif;
	font-size:			9pt;
}

body {
	margin:				0px 0px;
	padding:			5px 5px;
	color:				#111111;
	background-color:	#ffffff;
}

p, div {
	color: #003366;
}

a {
	color: #005599;
}

a:visited, a:active, a:link {
	display:inline;
/*	text-decoration:underline;*/
}

a:hover {
	display:inline;
	color:#ff0000;
	text-decoration:none;
    border-bottom: 1px dashed #666666;
}

a.img:hover {
	border-bottom: 0;
}

input, textarea, select {
	font-size:			9pt;
	font-family:		Tahoma;
	font-weight:		normal;
}

textarea {
	border:				1px #808080 groove;
	background-color:	#f0f0f0;
}
/*
input[type="file"] {
	width:	300px;
	color:	#3366FF;
	height:	20px;
}
*/

.go {
	border:1px solid #aaa;
	background-color:#eee;
	font-size:11px;
}

.caption {
	font-size:			8pt;
	color:				#cccccc;
}

hr {
	height: 1px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px dashed #cccccc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #336699;
}

h1 {
	font-size:150%;
	letter-spacing:2px;
}

h2 {
	font-size:130%;
	letter-spacing:2px;
}

h3 {
	font-size:120%;
}

h4, h5, h6 {
	font-size:110%;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* ------------------------------------------------------------------------ */

* { padding: 0; margin: 0; }

/*
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
*/

#wrapper { 
 margin: 0 auto;
 width: 100%;
/*
 width: 922px;
 border: 1px solid black;
*/
}

#faux {
 /* background: url(faux-2-2-col.gif); */
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
/* width: 902px; */
 padding: 10px;
 background: #f9f9f9;
}

#rightcolumn { 
 display: inline;
 padding: 10px;
 width: 320px;
 float: right;
}

#leftcolumn { 
 float: left;
 color: #333;
/* border: 1px solid red;*/
 margin: 10px;
 padding: 0px;
/* width: 683px;*/
 display: inline;
 position: relative;
}

#footer { 
 clear: both;
 background: #f9f9f9;
 padding: 10px;
}

.clear { clear: both; background: none; }

