.hdr { 
	font-family: Tahoma; 
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;  
	background-color : #FFFACD;
	text-align : center;
}
.subhdr { 
	font-family: Tahoma; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;  
	background-color : #6495ED; 
	padding-left : 20px;
	padding-right : 20px;
	border-top : thin solid Black;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color : #FFFACD;
	padding-left : 20px;
	padding-right : 20px;
	text-align : justify;
}
.righttext {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color : #FFFACD;
	padding-left : 20px;
	padding-right : 20px;
	text-align : right;
}
.boldtext {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color : #FFFACD;
	padding-left : 20px;
	padding-right : 20px;
	text-align : justify;
}
.nonpadtext {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color : #FFFACD;
	text-align : justify;
}
.menu_item {
	font-family: Tahoma; 
	font-size : 10px;
	color : Yellow;
	text-align : left;
	vertical-align : middle;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : none;
	border-top : 1px solid #3399FF;
	border-bottom : 1px solid #3399FF;
}
.nonactive_item {
	font-family: Tahoma; 
	font-size : 12px;
	color : White;
	text-align : left;
	vertical-align : middle;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	padding-left : 10px;
	padding-right : 10px;
	text-decoration : none;
	border-top : 1px solid Silver;
	border-bottom : 1px solid Silver;
	background-color : #778899;
}
a.menuLink {
	color: Yellow;
	text-decoration: none;
}
a.menuLink:hover {
	color: Yellow;
	text-decoration: none;
}
a.lblueLink {
	color: Blue;
	text-decoration: none;
}
a.lblueLink:hover {
	color: Blue;
	text-decoration: none;
}
a.blueLink {
	color: #00008B;
	text-decoration: none;
}
a.blueLink:hover {
	color: #00008B;
	text-decoration: none;
}
.main_table {
	border : 2px solid #D2691E;
}
.reg_table {
	border : 1px solid #D2691E;
}
.copyright {
	font-family: Tahoma; 
	font-size : 10px;
	color : Black;
	text-align : center;
	vertical-align : middle;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
}
.reg {
	font-family: Tahoma; 
	font-size : 9px;
	color : Black;
	text-align : left;
	vertical-align : top;
	font-style : normal;
	font-variant : normal;
	letter-spacing : normal;
	font-weight : bold;
}
.dbluebdr { 
	font-family: Tahoma; 
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;  
	background-color : #FFFACD;
	border-bottom : 2px solid #00008B;
}
.lbluebdr { 
	font-family: Tahoma; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;  
	background-color : #FFFACD;
	border-bottom : 2px solid Blue;
}

