/* ******************
	CSS - DeBas
	20-07-2006
	****************** */
	
body {
	margin					: 0px 0px 0px 0px;
	background-image		: url(../Images/BodyBg.gif);
	background-repeat		: repeat-x;
	background-position	: top;
	font-size				: 12px;
	font-family				: Verdana;
	color						: #1F4775;
}


/* L A Y E R S */

div.Container {
	width						: 966px;
	margin-left				: auto;
	margin-right			: auto;
	background-image		: url(../Images/MainBg.gif);
	background-repeat		: no-repeat;
	height					: 563px;
	margin-top				: 20px;
}

div.Main {
	width						: 930px;
	height					: 200px;
	margin-left				: auto;
	margin-right			: auto;
	padding-top				: 2px;
	_padding-top			: 10px;
}

div.Top {
	width						: 900px;
	padding-top				: 10px;
	clear						: both;
}

div.Left {
	width						: 130px;
	float						: left;
	text-align				: left;	
	padding-left			: 20px;
	padding-top				: 20px;
}

div.Content {
	width						: 436px;
	float						: left;
	padding-left			: 20px;
	padding-right			: 20px;
	height					: 448px;
	overflow					: auto;
	padding-top				: 10px;
	scrollbar-face-color					: #7A93B1 !important;
 	scrollbar-shadow-color				: #4D6C91 !important;
 	scrollbar-highlight-color			: ThreeDHighlight !important;
 	scrollbar-3dlight-color				: ThreeDLightShadow !important;
 	scrollbar-darkshadow-color			: #002D62 !important;
 	scrollbar-track-color				: #E7EBF0 !important;
 	scrollbar-arrow-color				: #002D62 !important;	
}

div.Control {
	width						: 100px;
	position					: absolute;
	top						: 300px;
	margin-left				: 590px;
}

div.FloatImg1 {
	position					: absolute;
	top						: 132px;
	margin-left				: 670px;
}

div.FloatImg2 {
	position					: absolute;
	top						: 364px;
	margin-left				: 671px;
}

/* TABLE STYLE */

table.Ref {
	border-bottom			: 2px solid #002D62;
}

td.RefHeader {
	border-bottom			: 1px dashed red;
	font-size				: 14px;
	font-weight				: bold;
}

td.RefText {
	font-size				: 11px;
	background-color		: #FFFFFF;
	padding					: 5px;
}



/* L I N K S */

a.Ref:link {
	text-decoration		: none;
	color						: #022753;
}

a.Ref:visited {
	text-decoration		: none;
	color						: #022753;
}

a.Ref:hover {
	text-decoration		: underline;
	color						: #022753;
}


a:link {
	text-decoration		: underline;
	color						: #022753;
}

a:visited {
	text-decoration		: underline;
	color						: #022753;
}

a:hover {
	text-decoration		: none;
	color						: #FF0000;
}


a.Menu:link {
	display					: block;
	font-size				: 13px;
	font-weight				: bold;
	color						: white;
	text-decoration		: none;
	margin-bottom			: 4px;
	border-bottom			: 1px solid #93ACCA;
}

a.Menu:visited {
	display					: block;
	font-size				: 13px;
	font-weight				: bold;
	color						: white;
	text-decoration		: none;
	margin-bottom			: 4px;
	border-bottom			: 1px solid #93ACCA;
}

a.Menu:hover {
	display					: block;
	font-size				: 13px;
	font-weight				: bold;
	color						: red;
	text-decoration		: none;
	margin-bottom			: 4px;
	border-bottom			: 1px solid #93ACCA;
}

/* FONT STYLE */

FONT.header {
	font-size				: 16px;
	font-weight				: bold;
	color						: red;
}

FONT.subheader {
	font-size				: 15px;
	font-weight				: normal;
	color						: red;
}

h1 {
	font-size				: 16px;
	font-weight				: bold;
	color						: red;
}

/* FORM STYLES */

input.Btn {
	color						: #002D62;
	background-color		: #FFFFFF;
	font-size				: 12px;
	font-weight				: bold;
	border					: 1px solid #4D6C91;
}

