html, body {
	margin:0;
	height:100%; /* this is the key! */
}
body{"Trebuchet MS",arial,sans-serif;color: #333;}

input,select,textarea{
	background-color:#ffffff;
	border:1px;
	border-style:outset;
	border-color:#CCCCCC;
}

/*	NAVIGATION ----------------------------------------------------------*/
.nav{
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(img/button_off.jpg);
	
	
}
.nav a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:4px;

}
.nav a:hover{
	color:#FFFFFF;
	background-image:url(img/button_on.jpg);
	padding:4px;
}

.nav2{
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(img/button_on.jpg);
}
.nav2 a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:4px;

}
.nav2 a:hover{
	color:#FFFFFF;
	background-image:url(img/button_on.jpg);
	padding:4px;
}

.nav_td{
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222222;
}
.nav_td a{
	color:#222222;
	text-decoration:none;
	display:block;
	padding-left:6px;

}
.nav_td a:hover{
	color:#000000;
	background-color:#00FF00;
	height:100%;
}

.nav_td2{
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#cccccc;
}
.nav_td2 a{
	color:#FF0000;
	text-decoration:none;
	display:block;
	padding:5px;
}
.nav_td2 a:hover{
	color:#FFFFFF;
	background-color:#FF0000;
	height:100%;
}

/*	RED ----------------------------------------------------------*/
.red_1 {
	color:#ff0000;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:normal;
}


/*	BLACK ----------------------------------------------------------*/
.black_1 {
	color:#000000;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:10px;
	font-weight:normal;
}
.black_1 a{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.black_1 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.black_2 {
	color:#000000;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:normal;
}
.black_2 a{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.black_2 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.black_3 {
	color:#000000;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:14px;
	font-weight:normal;
}
.black_3 a{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.black_3 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.black_4 {
	color:#000000;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:20px;
	font-weight:normal;
}

.black_5 {
	color:#003366;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:24px;
	font-weight:normal;
}

.black_6 {
	color:#000000;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:30px;
	font-weight:normal;
}


/*	WHITE ----------------------------------------------------------*/
.white_1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:10px;
	font-weight:normal;
}
.white_1 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.white_1 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.white_2 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:normal;
}
.white_2 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.white_2 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.white_3 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:14px;
	font-weight:normal;
}
.white_3 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.white_3 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.white_4 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:16px;
	font-weight:normal;
}
.white_4 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.white_4 a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.white_5 {
	color:#ffffff;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:24px;
	font-weight:normal;
}



/*	BLUE ----------------------------------------------------------*/
.blue_1 {
	color:#0000FF;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:10px;
	font-weight:bold;
}
.blue_1 a{
	text-decoration:none;
	color:#0000ff;
	font-weight:normal;
}
.blue_1 a:hover{
	color:#FF0000;
	text-decoration:underline;
}


.buttons {
	color:#ffffff;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	background:url(img/button_on.jpg);
	width:120px;
	height:25px;
}

/*	-------------------------------------- */
