
/* __ BODY STYLE ______________________________ */
BODY { 
	background: #3b3b3b  url(/img/bkg.gif) repeat-x top; 
	margin: 0;
	color: #fff;
}
/* __ LINK STYLES ______________________________ */
A, A:VISITED { color: #36c; text-decoration: none; }
A:HOVER, A:VISITED:HOVER { color: #7C8AB6;  text-decoration: underline; }

A.bottomNav, A.bottomNav:VISITED {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #525774;
	margin-left: 15px;
}

A.demoNav, A.demoNav:VISITED {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #474d71;
}
A.bottomNav:HOVER, A.bottomNav:VISITED:HOVER,
A.demoNav:HOVER, A.demoNav:VISITED:HOVER { color: #7C8AB6; text-decoration: none; }



/* __ CONTENT STYLES ______________________________ */
DIV, SPAN, TD, P { 
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
P {
	margin: 10px 0;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }


/* __ FORM DESIGN STYLES ______________________________ */
INPUT, SELECT, TEXTAREA {
	background-color: #eef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003;
}
INPUT, SELECT 		{ height: 16px; }

LABEL{
	font-weight:bold;
	color:#225; 
	padding: 2px 10px 0 0;
}