/* ================================================================
 * COMMON.CSS
 * DESCRIPTION:
 *  - Common Cascading Style Sheet
 * ================================================================ */


BODY
{
	background: #fff;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
}

#pagecontainer
{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#pagecontainer #main
{
	text-align: left;
	width: 750px;
	background: #fff;
}

#maincontent
{
	padding-top: 15px;
}


/* ----------------------------------------------------------------
 * GENERAL TEXT
 * ----------------------------------------------------------------*/


TD, OL, UL, DL, BODY
{
	font-size: 11px;
	font-family: Verdana;
}

.font_xs
{
	font-size: 9px;
	font-family: Verdana;
}
.font_s
{
	font-size: 10px;
	font-family: Verdana;
}
.font_m
{
	font-size: 11px;
	font-family: Verdana;
}
.font_ml
{
	font-size: 13px;
	font-family: Verdana;
}
.font_l
{
	font-size: 15px;
	font-family: Verdana;
}
.font_xl
{
	font-size: 18px;
	font-family: Verdana;
}
.form_label, .formlabel
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

.font_alt1
{
	color: #cc0000;
	font-family: Verdana;
}

.errortext
{
	color: #cc0000;
	font-family: Verdana;
	padding: 5px;
	border: 2px solid #cc0000;
}


/* ----------------------------------------------------------------
 * PARAGRAPHS
 * ----------------------------------------------------------------*/

.p1
{
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
	text-align: justify;
}


/* ----------------------------------------------------------------
 * LINKS AND MENUS
 * ----------------------------------------------------------------*/


A:link, A:visited
{
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
A:active, A:hover
{
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}

A.light:link, A.light:visited
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.light:active, A.light:hover
{
	font-weight: normal;
	color: #FFFF80;
	text-decoration: underline;
}


#menu
{
	background:#006; 
	padding: 3px;
	color:#fff;
}

#menu td
{
	
}

#menu a
{
	display:block;
	padding-left: 10px; 
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	text-decoration: none;	
	font-weight: bold;
}


/* ----------------------------------------------------------------
 * FORMS
 * ----------------------------------------------------------------*/

.textbox_m, .textbox
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
}

.textbox_s
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
}

/* ----------------------------------------------------------------
 * TABLES AND BOXES
 * ----------------------------------------------------------------*/

.table1
{
}

.table1 thead TD
{	
	padding: 4px 5px;
	font-weight:bold;	
	border-bottom: 2px solid #339;
}

.table1 tfoot TD
{	
	padding: 4px 5px;
	border-top: 1px solid #339;
}


.table1 tbody TR TD
{
	font-size: 10px;
	padding:  2px 5px;
	border-bottom: 1px solid #ccc;	
}


.table1 tbody TD
{
	border-left: 0px;	
}

.table1 tbody TD.tdleft 
{
	border-left: 0px;	
}

.table1 tbody TD.tdright
{
	
}


/* ----------------------------------------------------------------
 * TITLES AND HEADINGS
 * ----------------------------------------------------------------*/

h1
{
	padding: 0px 0px 1px 0px;
	font-family: "Arial Black";
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}

h2
{
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #693;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

h3
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #3374AE;
	margin-top: 0px;
	margin-bottom: 5px;
}


/* ----------------------------------------------------------------
 * MISCELANEOUS
 * ----------------------------------------------------------------*/

hr
{
	height: 1px;
	border-bottom: 1px solid #000000;
}

strong
{
	
}

B
{
	font-weight:normal;
}

UL
{
	margin-top: .5em;
}


LI
{
	margin-bottom: .25em;
}

FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}

