body {
	margin:0;
	padding:0;
	background: #fff;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	html>body {font-size: 12px;}


a, a:visited, a:link { color: #050;}
a:hover {color: #fe0062}

#footer a:visited, #footer a:link {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#copyright a:visited, #copyright a:link {
	color: #d5d5d5;
	font-size: 10px;
	text-decoration: none;
}
#copyright a:hover {
	color: #bbb;
}

img { border: none;}
	
h1 {
	font-size: 19px;
	margin: 10px 0 19px 0;
	color: #555;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

strong, bold { font-size: 13px; color: #555; }

hr { height: 1px; border: 1px solid #ddd; margin:0; padding: 0;}

/* STRUCTURE */
/* -------------------------------------- */

#frame { border: 0 }

#header { display: none }

#navigation { display: none }

#colLeft { display: none }

#colRight { display: none }

#colCenter {
	color:#333;
	background: #fff;
	text-align: left;
	margin: 10px 0 0 10px;
}

#colCenter .floatLeft {
	float:left;
	margin: 10px;
}
#colCenter .floatRight {
	float:right;
	margin: 10px;
}

p { margin-top: 0;}
	
/* wrapper for banner */
.banner { display: none; }

.description { font-size: 10px; color: #666; }
.description strong {
	font-size: 10px;
	color: #FE0062;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.error {
	font-size: 12px;
	color: #FE0062;
	text-decoration: none;
	font-weight: bold;
}

.dontprint {
	display: none;
}

/* footer*/
#footer { display: none; }

#copyright { display: none; }

/* FORMS ------------------------------------- */
td
{
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
form
{
	margin: 0;
	padding: 0;
}
form td
{
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
form select {
	font-size: 10px;
	background-color: #eee;
	width: 200px;
}
input, textarea, select
{
	font-size: 11px;
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
}

.inp
{
	width: 200px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.hide { display: none; }