body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	
}

h1	{
	font-size: 16px;
	color: #993300;

	}

h2 	{  
	font-size: 0.9em;  
	color: #333366
	}

h3 {   
	font-size: 0.9em; 
	color: #333366; 
	margin-bottom: 0px
	}

h4 	{  
	font-size: 0.7em; 
	font-weight: bold; 
	color: #333366; 
	margin-bottom: 0px
	}

h5 	{
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1px;


	}

h6 {  
	font-size: 0.7em; 
	font-weight: normal; 
	margin-bottom: 0px
	}

p {  
	font-size: 0.7em; 
	}
	
.uHead {
	font-size: 14px;
	margin-bottom: 0px;

}


li	{   
	font-size: 0.7em; 
	}
ul {
	list-style-type: square;
	margin-left: 20px;
	margin-top: 5px;
	}

ol {
	margin-left: 26px;
	margin-top: 5px;

	}

b {
	color: #333366;
	}

.mainTxt {
	line-height: 18px;
	}

.maincell {
	margin-left: 15px;
	margin-top: 15px;
	width: 90%;
	}

.marginTop {
	margin-top: 15px;
}
	
.vCenter {  
	vertical-align: middle
	}
.right {  
	text-align: right
	}
.top { 
	vertical-align: top 
	}
.bottom {  
	vertical-align: bottom
	}
.center {
	text-align: center;
	}
.justify {
	text-align: justify;
	}

}
.rightTable {
	margin-top: 15px;
	border: 1px solid #d1d4d9;
	text-align: center;
	}

#rightCell {
	width: 50px;
	height: 320px;
	vertical-align: top 

	}

/* linker*/
a {
	color: #990000;
	text-decoration: none;

	}
a:hover {  
	text-decoration: underline
	}
a:link { 
	color: #990000; 
	text-decoration: none
	}
a:active {  
	color: #990000
	}
a:visited {  
	color: #990000
	}


a.under:hover {
	text-decoration: none;
	}
	

/* backgrounds*/

.bg1 {
	background-color: #d1d4d9;
}

.bg2 {
	background-color: #1E3069;
}

.bgtop {
	background-color: #FFFFFF;
	background-image: url(images/logoBL.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.bgMain {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bgWhite {
	background-color: #FFFFFF;
}






.hr {
	border-bottom: 1px dotted #A4AAB8;
	}

.line {
	background-color: #1e3069;
	background-image: url(images/lineEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	}


.outline {
	font-size: 1.1em;
	font-weight: bold;
	color: #000033;

	}

.border {
	border: 1px solid #CCCCCC;
	}

.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d4d9;
	}


.white {
	color: #FFFFFF;
}

