/* Drainking Stylesheet */
body {
	text-align						: center;
	background						: #061F9E;
}

body, td, span, div, p
{  
	font-family						:	Verdana;
	font-size							:	8pt;
	font-weight						: normal;
	font-style						: none;
	color									:	#000000;
	line-height						:	10pt;
	border								:	0px;
	padding								: 0px; 
	margin								: 0px;
		 
	scrollbar-face-color			: 		#061F9E;	
	scrollbar-base-color			: 		#FFFFFF;	
	scrollbar-arrow-color			: 		#FFFFFF; 	
	scrollbar-track-color			: 		#FFFFFF; 	
	scrollbar-highlight-color	: 	#061F9E; 	
	scrollbar-shadow-color		: 	#061F9E; 	
	scrollbar-3dlight-color		: 	#FFFFFF; 	
	scrollbar-darkshadow-color: #061F9E; 	
}

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 */
#menu {
	background						: #FFFFFF;
	vertical-align				: top;
}

.menuitem_active {
	padding-bottom					: 10px;
	padding-top							: 5px;
	vertical-align					: top;
}

.menuitem_inactive {
	padding-bottom					: 10px;
	padding-top							: 5px;
	cursor									: pointer;
}

.menuitem_active_text {
	height									: 20px;
	padding-top							: 5px;
	float										: left;
	font-family							: Arial;
	font-size								: 10pt;
	font-weight							: bold;
	cursor									: pointer;
	color										: #3e8feb;
}

.menuitem_inactive_text {
	height									: 20px;
	padding-top							: 5px;
	float										: left;
	font-family							: Arial;
	font-size								: 10pt;
	font-weight							: bold;
	cursor									: pointer;
	color										: #061F9E; 
}

.menuitem_image {
	height									: 25px;
	cursor									: pointer;	
}

.menuitem_active A {
	text-decoration					: none; 
}

.menuitem_inactive A {
	text-decoration					: none; 
}