/** BASIC */

body {
	margin: 0px;
	padding: 0px;
}


html, body {
	height: 100%;
}



/** TEXTS */

body, th, td, input, textarea, select ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #73737D;
	margin:0;
	padding:0;
}

body{
background-color: #ffffff
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #73737D;
	margin-bottom:9px;
	padding:0;

}

/*  HEADERS */

h1 {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:12px;
	color: #6673A7	;
	}

h2 {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:12px;
	color: #6673A7;
	font-weight:600;
	}

/* Lists*/

ul {
}

li {margin-bottom:6px;
}

/** LINKS **/
a:link {
	color: #6673A7;
	text-decoration: underline;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
a:visited {
	color: #003399;
	
}
a:hover {

	color: #CC9900;
}
a:active {

	color: #000;
}


.footer, p.footer, .footer p {
text-align:center;
color:#909090;	
font-size:10px;}

.smaller {font-size:10px;}
.tight {margin:0;	}

.emphasis {
color: #011550;
font-weight:600;}

.textBox {
background-color:#cccccc}



