/* global reset for all browsers */ 
* {
    padding: 0;
    margin: 0;
} 

/* table container for all pages */
table.container {	
	width: 100%;
	height: 100%;
}

.footer {
	color:		#9E9E9E;
	font-family:	Verdana;
	font-size:	12px;
	font-weight: 	bold;
	padding: 	5px;
}

.searchBox {
	font-family:	Verdana;
	font-size:	12px;
	font-weight:	bold;
}


a.menuBar, a:link.menuBar, a:visited.menuBar {
	color: 		#FFFFFF;
	font-family:	Verdana;
	font-size:	11px;
	font-weight:	bold;
	text-decoration:none;
}

a:active.menuBar, a:focus.menuBar, a:hover.menuBar {
	color: #FFCD00;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.content {
	font-family:	Verdana;
	font-color:	#000000;
	font-size:	15px;	
}

.button {	
	color:			#FFFFFF;
	background-color:	#000000;
	border:			solid 0px #D00E00;
}

.cursorImg {
	cursor:			pointer;
}

.remaining_text {
	font-size:		10px;
}

.menu A {
	font-size: 		16px;
	font-family:		arial;
	text-transform: 	uppercase;
	color:			#FFFFFF;
	font-weight:		bold;
	text-decoration:	none;
}

.menu A:hover {
	color:			#FBD101;
}