*{
	font-size:12px;
}
body{
	background: #6A5F92 url("../images/img_page.gif") repeat-x 0%0%;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
}

table{
	width:100%;
}
td{
	vertical-align:top;
}
img{
	border:0px;line-height:0px;
}
a{
	text-decoration:none;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
	color: #48397E;
}
h3 {
	font-size: 110%;
	color: #EE3338;
}

#page{
	position:relative;
	left:0;
	top:0;
	padding:0;
	width:900px;
	/*background-color:black;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#page table{
	/*background-color:white;*/
}
#page table .tabBody{
	width: 845px;
	background-color:white;
	text-align: left;
}

.colSepM{
	width:20px;background-color:#48397e;
}
#tabsLeft{
	width:35px;	
}
#tabsLeft .spacerTop{
	height:30px;
	border-bottom: 1px solid #FFF;
}
#tabsLeft .tab{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	font-weight:bold;
	border-top: 1px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#tabsLeft .spacerBottom{
	height:30px;
	border-top: 1px solid #FFF;
}
#tabsLeft .tab a{
	display:block;
}
#tabsLeft .p, #tabsLeft .p a{
	/*background-color:#48397e;*/
	/*background-color:#9893A6;*/
	background-color: #EE3338;
	color:white;
}
#tabsLeft .n, #tabsLeft .n a{
	background-color:white;
	color:#48397e;
}
.tabsHover{
	background-color:#48397e;
}
.tabsHover a{
	color:white;
}

#header{
	height:140px;
}
#header .logo{
	width:170px;margin-left:35px;
}
#header .options{
	height:30px;text-align:right;font-size:90%;padding-right:20px;color:#48397E;
}
#header img{
	margin:10px 0px 0 10px;
}

#topMenu td{
	background-color:#48397e;color:white;font-size:11px;padding:10px 15px;white-space:nowrap;font-weight:bold;
}
#topMenu .first{
	width:200px;
}
#topMenu .last{
	width:300px;
}
#topMenu .active{
	background-color:white;
}
#topMenu a{
	color:white;
}
#topMenu a:hover,#mL li a:hover{
	color:#EE3338;
}
#topMenu .active a{
	color:#EE3338;
}
#topMenu .hactive{
	background-color:#da251d;height:6px;line-height:1px;padding:0;
}
#topMenu .hinactive{
	background-color: #9893A6;
	/*background-color:white;*/
	height:6px;
	line-height:1px;
	padding:0;
}

#mL{
	height:300px;
}
#mL ul{
	list-style:none;font-size:10px;font-weight:bold;margin-top:30px;margin-left:0px;padding-left:15px;
}
#mL li{
	margin-top:10px;color:#48397e;
}
#mL a{
	color:#48397e;
}
.menuLeft{
	border-right:1px solid #48397e;width:180px;height:100%
}

#pageContent{
	padding:	30px 30px;
	text-align: left;
}

#footer {
	background-color:#48397e;
	padding:10px 15px;
	text-align: right;
	color: #FFF;
}




#tblData {
	border-collapse: collapse;
	border: 1px solid #FFF;
	width:550px;
}
#tblData th {
	border: 1px solid #FFF;
	background: #9893A6;
	color: #FFF;
	/*padding: 3px 5px;*/
}
#tblData th.clear {
	background: #FFF;
}
#tblData tr.n {
	background: #E9E9ED;
}
#tblData tr.p {
	background: #F4E4E4;
}
#tblData td {
	border: 1px solid #FFF;
	/*padding: 1px 3px;*/
	background: #E9E9ED;
	font-size:10px;
}

#tblData td b{
	font-size:10px;
}

#tblData td.clear {
	background: #FFF;
}
#tblData td.n {
	background: #E9E9ED;
}
#tblData td.p {
	background: #F4E4E4;
}
#tblData td.bold {
	font-weight: bolder;
	font-size: larger;
}


