html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	background-image: url(images/page_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form { margin-top : 0px; margin-bottom : 0px; }

a.menu:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration:none;
} 

a.menu_selected_1:link {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:15px;
	font-weight: bold;
}
a.menu_selected_1:visited {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:15px;
	font-weight: bold;
}
a.menu_selected_1:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:15px;
	font-weight: bold;
}
a.menu_selected_1:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:15px;
	font-weight: bold;
} 

a.menu_selected_2:link {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:12px;
	font-weight: bold;
}
a.menu_selected_2:visited {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:12px;
	font-weight: bold;
}
a.menu_selected_2:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:12px;
	font-weight: bold;
}
a.menu_selected_2:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:12px;
	font-weight: bold;
} 

.textSmallest {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.textSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.textNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.textBig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.textBigWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
