.radio {
	border: none;
	background-color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.login {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.login td {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.input2 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.input2 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input2 select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.input2 td {
	padding-left: 15px;
}

a.menu {
	  	 	text-decoration: none;
			display:block;
			width: 100%;
			color:#CC3300;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			border-left: solid 3px #996600;
			text-indent: 10px;
			background-color: #F8C150;
			height: 22px;
			padding-top: 5px;
			border-bottom: solid 1px  #996600;
			border-top: solid 1px  #996600;
	  }
	  
	  a.menu:hover {
	  	    background-color:#8D3921;
			border-left: solid 3px  #000000;
			border-bottom: solid 1px #000000;
			border-top: solid 1px  #000000;
			color:#FFFFFF;
	  }

a.menu2 {
	  	 	text-decoration: none;
			display:block;
			width: 100%;
			color:#CC3300;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			border-left: solid 3px #996600;
			text-indent: 10px;
			background-color: #F8C150;
			height: 22px;
			padding-top: 5px;
			border-bottom: solid 1px  #996600;
			border-top: solid 1px  #996600;
	  }
	  
	  a.menu2:hover {
	  }


a.menu3 {
	  	 	text-decoration: none;
			display:block;
			width: 90%%;
			margin-left: 29px;
			color:#CC3300;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			border-left: solid 3px #996600;
			background-color: #FFE190;
			height: 22px;
			padding-top: 5px;
			text-indent: 10px;
			border-bottom: solid 1px  #996600;
			border-top: solid 1px  #996600;
	  }
	  
	  a.menu3:hover {
	  	    background-color:#8D3921;
			border-left: solid 3px  #000000;
			border-bottom: solid 1px #000000;
			border-top: solid 1px  #000000;
			color:#FFFFFF;
	  }

	  
	  a.bread {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			text-decoration: none;
			color: #000000;
	  }

	  a.bread:hover{
	  		text-decoration: underline;
	  }

	  .normal {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
	  }
	  
	  h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 18px;
			color:  #CC0000;
			text-decoration: underline;
	  }

	  h2 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			color:   #EE0000;
	  }
		
	  .content {
	 	padding: 10px 10px 10px 10px;
	 	padding-top:0px;
	  }	

a {
	color: #993333;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.info {
	color: #996666;
	font-size: 10px;
}

.login input {
	font-size: 11px;
	color: #000000;
}
.centertxt {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.centertxt td {
	padding: 10px;
}
.nopadding td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.centertxt2 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.centertxt2 td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.centertxt2 a:link, .centertxt2 a:visited, .centertxt2 a:active  {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.centertxt2 a:hover  {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.tabNews {
	border: solid 1px #999999;
	background-color:#FFEEEE;
}

.newsRow {
	border-bottom: solid 2px #FFDDDD;
}


/* Sitemap */

.sitemapMainTable {
	font-family: Verdana,Arial,Serif;
	font-size: 12px;
}

.sitemapSubTable {
	margin-left: 10px;
	font-family: Verdana,Arial,Serif;
	font-size: 11px;
}

a.sitemapMainAnchor {
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url('images/sitemap-head.gif');
	background-repeat:no-repeat ;
	font-weight: bold;
	text-decoration: none;
	color: #AA3300;
}

a.sitemapMainAnchor:hover {
  text-decoration: underline;
}

a.sitemapSubAnchor {
	padding-left: 15px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url('images/sitemap-page.gif');
	background-repeat:no-repeat ;
	color: #663333;
}

a.sitemapSubAnchor:hover {
	text-decoration: underline;
}

.errMsg {
	padding: 5px 5px 5px;
	border: solid 1px #AA6600;
	color: #FF3300;
	background-color: #EFD1C7;
}

.okMsg {
	padding: 5px 5px 5px;
	border: solid 1px #66AA00;
	color: #333333;
	background-color: #D1EFC7;
}


.anc{
	padding: 5px 5px 5px;
	border: solid 1px #AA6600;
	color: #FF3300;
	background-color: #EFD1C7;
}

.faqQuest {
	font-size: 14px;
}

.faqAns {
	color: red;
}

.button {
	border: solid 1px #990000;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-image:url(images/bbg.jpg);
	cursor:pointer;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFB9;
	font-weight:bold;
}

input {
	background-color: #FFFFB9;
	border: solid 1px #666666;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFB9;
	border: solid 1px #666666;
	padding: 5px 5px 5px 5px;
}

.tabHead {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #FF0000;
}

.highlight {
	border: solid 1px #FF9900;
	background-color: #FFCC66;
	padding: 2px 2px 2px;
}

.indexHead {
	font-weight: bold;
	font-size: 130%;
}

.indexDetail {
	padding-left: 20px;
}

.line {
	width: 100%;
	border-bottom: solid 1px #FF3300;
	margin-top: 5px;
	margin-bottom: 15px;
}