/* CSS Document */
@import "content.css";
@import url("/css/content.css");

@import "v_navigation.css";
@import url("/css/v_navigation.css");

@import "navigation.css";
@import url("/css/v_navigation.css");

html, body {
	margin: 0;
	padding: 0;
	border: 0px none;
	background: #447ACC url(/media/bkg/bkgb_light.gif) repeat-x 0px 0px;
	/*background: #447ACC url(/media/bkg/bkgb_light_c.gif) repeat-x 0px 0px;*/ /*......christmas*/
	font-family: verdana, arial, helvetica, lucida;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	color:black;
}


h1 {
	font-size: 105%;
	font-weight:bold;
	color:#0055CC; 
}

h2 {
	font-size: 110%;
	font-weight:bold;
	color:#0055CC; 
}

b, strong {
	color:#0055CC; /*#3E7EDD*/
}

/*styles for the main table*/
.main{
	border: solid black 1px;
	padding:0px;
	border-collapse:collapse;
	background: white;
	vertical-align: top;
	width:800px;
}

/*styles for the banner cell*/
.banner{
	padding:0px;
}

.banner object
{ border: none;
	}

/*styles for the foother cell*/
.foother{
	padding:5px;
	font-size: 85%;
	text-align:center;
	color:black;
	border-top: 1px solid black;
	background:#F5C644;
}

/*styles for the content cell*/
.content{
	padding:5px; 	/*theis is the content cell in the main table*/
}

/*00000000000000000000000000    LINKS   0000000000000000000000000000*/

a:link, a:visited, a:active {
     text-decoration : none;
	 font-weight: normal;
     color:  #0055cc; 
   }

a:hover {    
     text-decoration :none;
	 color: #FF9900;
	 font-weight: normal;
   }
   
a.blueb:link, a.blueb:visited, a.blueb:active {
     text-decoration :none;
	 font-weight: bold;
     color:   #0055cc;
   }
   
a.blueb:hover {
	text-decoration: none;
	font-weight: bold;
	color:#EEAA00;
}


a.yb:link, a.yblueb:visited, a.yb:active {
     text-decoration :none;
	 font-weight: bold;
	 color:#EEAA00;
   }
   
a.yb:hover {
	text-decoration: underline;
	font-weight: bold;
	color:   #0055cc;
}


.sub_content a:link, a:visited, a:active {
	text-decoration : none;
	font-weight: normal;
	color:  #0055cc;
   }
   
.sub_content a:hover {
	text-decoration : underline;
	font-weight: normal;
	color:  #FF9900;
   }
   
   
.containerright a:link, a:visited, a:active {
	text-decoration : none;
	font-weight: normal;
	color:  #0055cc;
   }
   
 .containerright a:hover {
	text-decoration : underline;
	font-weight: normal;
	color:  #FF9900;
   }
   
   
 .sub_nav a:link, a:visited, a:active {
	text-decoration : none;
	font-weight: normal;
	color:  #0055cc;
   }
   
.sub_nav a:hover {
	text-decoration : underline;
	font-weight: normal;
	color:  #FF9900;
   }  
/*00000000000000000000000000    LINKS END  0000000000000000000000000000*/

/*text******************************************************************************/
.texty {
	font-weight: normal;
	color: #E1A400;
}

.textyb {
	font-weight: bold;
	color: #F5B918;
}

.textb {
	font-weight: normal;
	color: #0055CC;
}

.textbb {
	font-weight: bold;
	color: #0055CC;
	/*OLDBLUE#114499;
	*/
}

.textr {
	font-weight: normal;
	color: #CC0000;	/*dark#999999;
	*/
	font-size: 11px;
}

.textrb {
	font-weight: bold;
	color: #CC0000;
	/*dark#999999;
	*/
	font-size: 11px;
}

.textw {
	color: #FFFFFF;
	font-size: 13px;
}

.textwb {
	color: #FFFFFF;
	font-size: 12px;
}

.textg {
	color: #009900;
	font-size: 12px;
}

/*text     end******************************************************************************/
.bkgwhite {
	background-color: #FFFFFF;
}

.bkgblue{
	background: #005391;
}

.bkgyellow{
	background: #F8CD5D;
}

.bkgblack{
	background-color: #000000;
}

/*tbackground   end******************************************************************************/
/* IFRAME */
.ifr1{
	width:100%;
	scrolling: no;
	border: none;
	frameborder:0px;
}

.ifr{
	width:100%;
	scrolling: no;
	border: none;
	frameborder:0px;
}

/* End */

ul{margin-top:2px; margin-bottom:1px; margin-left:0px; padding-left:20px;}
