/* CSS Document */

body
{
background:#1A477A url(../images/bg.png) repeat-y center;
margin:0 auto;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
ol, li{
list-style:decimal;}

.top{
background:url(../images/top.jpg) no-repeat center;
height:116px;
}
.menu_bg{
background:url(../images/menu_bg.jpg) repeat-x center;
height:40px;
}
#tabsJ {
      float:left;
	  font-size:12px;
	   color:#666;
      line-height:normal;
	  width:950px;
	  height:35px;
	  line-height:35px;
	  text-align:center;
      }
    #tabsJ ul {
	margin:0;
	padding:0px 10px 0 20px;
	list-style:none;
		  z-index: auto;
		  text-align:center;
		  

      }
    #tabsJ li {
	width:auto;
      display:inline;
      margin:0;
	  text-align:center;
	  
      }
    #tabsJ a {
	width:130px;
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
	  text-align:center;
      }
    #tabsJ a span {
      float:left;
      display:block;
      padding:0px 0px 0px 0px;
      color:#10215D;
	  font-weight:bold;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#000;
      }
    #tabsJ a:hover {	
      background:url(../images/menu_hover.jpg) bottom repeat-x;
	  color:#cc0000;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
	  color:#cc0000;	  
      }
	  
	  .form_bg{
	  background:url(../images/form_bg.jpg) no-repeat center;
	  width:346px;
	  height:371px;
	  }
	  .txtbx{
	  background:#FFF;
	  border:1px solid #ccc;
	  color:#333;
	  line-height:24px;
	  height:24px; }
	  
	  .welcome
{
font-size:18px;
color:#002D5D;
font-weight:bold;
}
.text{
font-size:12px;
color:#333333;
line-height:20px;
}
.footer{
color:#FFF;
font-size:12px;
line-height:16px;
}

.article_title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}



a.articleslnk:link {
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	
}
a.articleslnk:visited {
	color: #000066;
	text-decoration:none;
}
a.articleslnk:hover {
	color: #990000;
	text-decoration:underline;
}
a.articleslnk:active {
	color: #000066;
	text-decoration:none;
}