/* CSS Document */


body { 
    background: #fff;
	margin: 0;
    padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
    line-height: 16px;
	
}
p {
    padding: 0;
	margin: 0;
	
}
p.first{
    padding: 0;
	margin-left: 20px;
	text-align: justify;

}

.top {
 background: url(images/top-bg.gif) repeat-x;
  height: 69px;
}

.darkbg {
 background: url(images/dark-bg.gif) repeat-x;
 height: 183px;
 padding-right: 20px;
 padding-left: 20px;
 padding-top: 0px;
 padding-bottom: 0px;
 

}

.line {
 background: url(images/line.gif) repeat-x;
 height: 9px;
 
}
.nav {
 background: url(images/nav.gif) repeat-x;
 height: 33px;
 
}
.ligthbg {
 background: url(images/light-bg.gif) repeat-x;
 height: 29px;
 
}
.hometext {
 font: 14px "Trebuchet MS",  Arial, Helvetica, sans-serif, Verdana;
 color:#474748;
 
}

.bluetext {
 font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
 color:#fff;
 
}
.darkblue {
 background: url(images/dark-blue.gif) repeat-x;
 height: 67px;
 padding-right:10px;
 padding-left: 10px;

}

.bottom {
 background: url(images/bottom.gif) repeat-x;
 height: 48px;
}


td.mytable{
	border-right: 1px solid #11446C;
	font-weight: bold;
	padding: 0px;
	color: #fff;
}




   /* link  ---------------------*/
a{	
	text-decoration:none;
	color: #fff;
}
a:hover {
	text-decoration:underline;
	color: #f99544;
}