/* ----------------------------- Page ----------------------------- */

body {
	background-color : #FFF;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width: 763px;
	height: 55px;
	background : url(images/logob.png) no-repeat fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

.pageTitle {
	margin: -20px 0px 0px 470px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	color: White;
	font-weight: bolder;
	}

div.logo {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-width: thin;
	width: 763px;
	}

a {	
	font-weight: bold;
	color: White;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #4a7ac9;
	background-color: #b1c9f1;
	}
	
.tablemanu {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 150px 0px;
	width: 10em;
	float: left;
	text-align: center;
	height: 15px;
	}

div.manu {
	margin: 0px -2px 0px 0px;
	padding: 0px 0px 0px 2px;	
	color: White;
	width: 100%;
	font-size: 0.9em;
	text-align: left;
	border-bottom: thin solid #749cdf;
	border-top: thin solid #749cdf;
	background-color: #4a7ac9;
	}

div.manu a {
	width: 100%;
	color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-indent: 0px;
	}

div.manu a:hover {
	color: #4a7ac9;
	background-color: #b1c9f1;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-color: White;
	border-bottom-width: thin;
	}

/* ----------------------------- Body boxs  ----------------------------- */
	
.bodybox {
	width: 300px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	}

.titleBox {
	background-color: #4a7ac9;
	font-weight: bold;
	width: 100%;
	height: 15px;
	color: White; 
	margin: 0px -1px 0px -1px;
	padding: 0px 1px 0px 1px;
	float: left;
	height: auto;
	}

div.titleBox a {
	width: 100%;
	color: White;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	display: block;
	text-indent: 0px;
	float: left;
	height: 15px;
	}

	
div.titleBox a:hover {
	color: #4a7ac9;
	background-color: #b1c9f1;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-color: White;
	border-bottom-width: thin;
	float: left;
	}

.contentsBox {
	border: 0px;
	background-color: #749cdf;
	color: White;
	width: 100%;
	height: auto;
	margin: 4px -1px -1px -1px;
	padding: 1px 1px 1px 1px;
	height: auto;
	float: left;
	display: block;
	}
/* ----------------------------- Body box Extended  ----------------------------- */

.bodyboxExtended {
	width: 610px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	}
	
.contentsBoxExtended {
	border: 0px;
	background-color: #749cdf;
	color: White;
	width: 100%;
	height: auto;
	margin: 4px -1px -1px -1px;
	padding: 1px 1px 1px 1px;
	float: left;
	display: block;
	text-align: center;
	}

/* ----------------------------- Bottom of the Page  ----------------------------- */
	
.bottomBar {
	margin: auto 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	float: right;
	}

.bottomBarIner {
	margin: 0px 0px 0px 9px;
	padding: 0px 31px 0px 31px;
	font-size: 0.9em;
	background-color: #749cdf;
	color: White;
	height: 15px;
	text-align: center;
	}

.lineHiLite {
	background: #749cdf;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	color: White;
	}

.lineHiLite2 {
	background: #B1C9F1;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: White;
	}
