/* Drainking Stylesheet */
body {
	text-align						: center;
	background						: #B2ECDD;
}

body, td, span, div, p
{  
	font-family						:	Verdana;
	font-size							:	7.5pt;
	font-weight						: normal;
	font-style						: none;
	color									:	#000000;
	line-height						:	10pt;
	border								:	0px;
	padding								: 0px; 
	margin								: 0px;
		 
	scrollbar-face-color			: 		#087268;	
	scrollbar-base-color			: 		#FFFFFF;	
	scrollbar-arrow-color			: 		#FFFFFF; 	
	scrollbar-track-color			: 		#FFFFFF; 	
	scrollbar-highlight-color	: 	#489078; 	
	scrollbar-shadow-color		: 	#489078; 	
	scrollbar-3dlight-color		: 	#489078; 	
	scrollbar-darkshadow-color: #489078; 	
}

input
{
	font-family						: Verdana; 
	font-size							: 7.5pt;
	width									: 175px;
	margin-top						: 10px;
}

textarea
{
	font-family						: Verdana; 
	font-size							: 7.5pt;
	width									: 175px;
	height								: 50px;
	margin-top						: 10px;
}

/* Menu */
.menuitem_active {
	padding-bottom					: 15px;
	padding-top							: 5px;
}

.menuitem_active A {
	color										: rgb(206,233,226);
	text-decoration					: none; 
	font-family							: Arial;
	font-size								: 11pt;
	font-weight							: bold;
}

.menuitem_inactive {
	padding-bottom					: 15px;
	padding-top							: 5px;
	cursor									: pointer;
}

.menuitem_inactive A {
	color										: rgb(255,255,255); 
	text-decoration					: none; 
	font-family							: Arial;
	font-size								: 11pt;
	font-weight							: bold;
}

.menuitem_inactive A:hover {
	color										: rgb(206,233,226);
}
