/*========================================================*/
/*  Main Body & Scrollbar                                 */
/*========================================================*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
/*------------------------  End  -------------------------*/

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.topheader{
background-image:url(main-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
/*-- leftimage --*/

.main-left {
	background-image:url(main-left.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height:56px;
	width:20px;
}
.main-right {
	background-image:url(main-right.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height:56px;
	width:20px;
}

.main-bg {
	background-image:url(main-bg.gif);
	background-repeat:repeat-x;
	height:56px;
}



/*========================================================*/
/* Main Menu                                           */
/*========================================================*/

/*-- MAin-Menu --*/

.menu-right {
	background-image:url(menu-right.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: right top;
	height:28px;
	width:142px;
}
.menu-border {
border: solid 1px #265c2b;
}

.menu-text {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	padding-right:15px;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
	line-height:1.5;
}

/*========================================================*/
/* Containers                                          */
/*========================================================*/

/*-- Container 2 --*/

.cnt2-left {
	background-image:url(menu-left.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: right top;
	height:28px;
	width:142px;
}

/*========================================================*/
/*  Text CSS                                              */
/*========================================================*/

.normal {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #737373;
	FONT-FAMILY: Tahoma;
	text-decoration:none;
	line-height:1.5;
}

/* Green --*/

.green, A.green, A.green:link, A.green:visited, A.green:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #265c2b;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.green:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #265c2b;
	FONT-FAMILY: Tahoma;
	text-decoration:underline;
	line-height:1.5;
}
/* white --*/

.white, A.white, A.white:link, A.white:visited, A.white:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.white:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #265c2b;
	FONT-FAMILY: Tahoma;
	text-decoration:underline;
	line-height:1.5;
}


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Footer CSS                                          */
/*========================================================*/




