html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #002076;
	margin: 0px;
}

td {
	background-color: #1e3f68;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #002076;
	margin: 0px;
}

li.firstSecondLevel a {
	color: #002076;
	text-decoration: underline;
}

img.block {
	display: block;
}

.content {
	margin: 15px 0px 6px 20px;
	height: 290px;
	width: 918px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}


.content td, .contentFront td{
	background-color: #ffffff;
}


.contentFront {
	margin: 0px 87px 0px 93px;
	width: 295px;
	height: 130px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}


.bottomTd {
	font-size: 11px;
	color: #ffffff;
	margin: 0px;	
	padding: 0px;
	padding-left: 15px;	
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #1e3f68;
	
}


.bottomTd a{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}



.noMargin {
	margin: 0px;
}

/*Align*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

/*Backgrounds*/

.bgMenu {
	background-color: #fcf2d6;
}

.bgMenuLine {
	background-color: #f4d577;
}

.bgWhite  {
	background-color: #ffffff;
}

.bgBottom {
	background-color: #f4d577;
}
.blue {
	background-color: #1e3f68;
	}
.bgHome {
	background-image: url(../images/top_right.gif);
	background-position:left top;
	background-repeat: no-repeat; 	
}


