/*  Note: when you change the background-colors		*/
/*	of '.LeftPanel', '.RightPanel' or '.Main',		*/
/*	you will need to edit a few pixels of the		*/
/*	accompanying five images manually:				*/
/*		* _left.gif									*/
/*		* _left_top.gif								*/
/*		* _right.gif								*/
/*		* _right_top.gif							*/
/*		* _top.gif									*/
/*													*/
/*	* = 'left_panel', 'right_panel' or 'main'		*/
/* ------------------------------------------------ */

body { color:#339933; background-image:"imgages/background.jpg" }

/* <body marginwidth=0 marginheight=0 link="#ff0000" alink="#ff0000" vlink="#ff0000" text="#339933" background="imgages/background.jpg"> */

/* ---------- Link colors and behaviours --------------	*/

/*a:link {color: red;}
a:visited {color: red;}*/

a.MenuBar:link {color: white}
a.MenuBar:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.MenuBar:hover {color: #CCCCCC}
a.MenuBar:active {
	color: #98C2DE;
	text-decoration: none;
	font-style: normal;
}
a.Copyright:link { text-decoration: none; }
a.Copyright:visited { text-decoration: none; }
a.Copyright:hover {	text-decoration: none; }
a.Copyright:active { text-decoration: none; }

/* ---------- Menubar layout --------------------------	*/

.MenuBar {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CCFFCC;
}

/* ---------- Left and right panels layout ------------	*/

.LeftPanel {background-color: #ffffff}
.LeftPanelItem {
	background-color: #FFFFFF;
}
.LeftPanelTable { 
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;

	border-top-color: 131F5A;
	border-left-color: 131F5A;
	border-right-color: 131F5A;
	border-bottom-color: 131F5A;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid
}
.LeftPanelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#339933;
}
.LeftPanelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; font-style: normal;font-weight: normal; font-variant: normal; color:#339933;
}
.RightPanel {
	background-color: #EEEDF3;
}
.RightPanelItem {
	background-color: #FFFFFF;
}
.RightPanelTable { 
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;

	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid
}
.RightPanelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.RightPanelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* ---------- Main panel layout -----------------------	*/

.Main {background-color: #FFFFFF}
.MainItem {
	background-color: #FFFFFF;
}
.MainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#339933;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
.MainTable { 
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;

	border-top-color:  131F5A;
	border-left-color:  131F5A;
	border-right-color:  131F5A;
	border-bottom-color: 131F5A;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid
}
/* ---------- Copyright layout -----------------------	*/

.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
}