/*========================================================*/
/*  Main Body & Scrollbar                                 */
/*========================================================*/

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

/*-- leftimage --*/

.leftbg {
	background-image:url(left-bg.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	height:3px;
	width:9px;
}
.righttbg {
	background-image:url(right-bg.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	height:3px;
	width:9px;
}

/*-- header --*/

.header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:255px;
	width:893px;
}

/*========================================================*/
/* Pane CSS                                      */
/*========================================================*/

.pane2 {
	background-image: url(pane2-bg.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	padding-left:51px;
}


/*========================================================*/
/* Containers  1                                       */
/*========================================================*/

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text CSS                                              */
/*========================================================*/

.normal {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #464a4f;
	FONT-FAMILY: Tahoma;
	text-decoration:none;
	line-height:1.5;
}

/* Blue --*/

.blue, A.blue, A.blue:link, A.blue:visited, A.blue:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #4267a1;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.blue:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #525558;
	FONT-FAMILY: Tahoma;
	text-decoration:underline;
	line-height:1.5;
}

/* Red --*/

.red, A.red, A.red:link, A.red:visited, A.red:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #d53f37;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.red:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #d53f37;
	FONT-FAMILY: Tahoma;
	text-decoration:underline;
	line-height:1.5;
}


.lightblue {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #3B5892;
	font-weight:bold;
	FONT-FAMILY: Tahoma;
	text-decoration:none;
	line-height:1.5;
}
/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Footer CSS                                          */
/*========================================================*/




