<!--

/* HTML SELECTORS */

body, td, th, p, input, select, textarea, sup {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #666666;
}

.bg { background-image	: url('/img/bg.gif'); }

b {
	color		: #333333;
}

p, form{margin:0px}

input, select, textarea {
	margin		: 0px;
	margin-left	: 12px;
	font-size	: 10px;
	background-color: #FFFFFF; 
	border-style	: solid;
	border-color	: #CCCCCC;
	border-width	: 1px;
	color		: #666666;
	width		: 160px;
	height		: 17px;
}

textarea {height:80px}

div {
	position	: absolute;
	visibility	: visible;
	left		: 0px;
	top		: 0px;
	width		: 0px
}

a {
	color			: #3300CC;
}

.r {
	text-align		: right;
}

.r p {
	margin-right	: 16px;
}

a.submit {
	color			: #FFFFFF;
	text-decoration	: none;
}


/* background colors */
.W{background-color:#FFFFFF}
.B{background-color:#3300CC;line-height:19px}

-->
