A.menu {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

a:link{
	COLOR: #cccccc;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	
}
a:visited {
	COLOR: #cccccc;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}
a:hover {
	COLOR: #D84E13;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
a:active {
	COLOR: #D84E13;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background-color: ;
	background-image: url(images/249.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.style1 {
	color: #ffffff;
	font-weight: bold;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	text-decoration: none;
}
 .corners {
	height:200px;
	width:1120px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, #000033),
    color-stop(0.61, #205164),
    color-stop(0.81, #205164)
);
background-image: -moz-linear-gradient(
    center bottom,
    #000033 21%,
    #205164 61%,
    #205164 81%
);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#205164');
	margin:20px;
	padding:30px;
	align:center;
	-moz-border-radius-topleft:50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:50px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border:3px solid #CCC;
	
	
 }
	 
	.1corners {
	height:autopx;
	width:1120px;
	background:#00618b;
	margin:20px;
	padding:30px;
	-moz-border-radius-topleft:30px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright:30px;
	-webkit-border-top-left-radius:30px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:30px;
    -webkit-border-bottom-right-radius:30px;
     border-top-left-radius: 0px;
     border-top-right-radius: 30px;
     border-bottom-left-radius: 30px;
	 border-bottom-right-radius: 30px;
     
	 
	 
	
 } 
	

.textindex {
	size: large;
	font:Verdana;
	color: #006;

}

 .bg1 {
	height:auto;
	width:200px;
	float:left;
	background:#669517;
	color:#ffc;
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border:5px solid #ffc;
}

.menu {
	height:auto;
	width:200px;
	float:left;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, #000033),
    color-stop(0.61, #205164),
    color-stop(0.81, #205164)
);
background-image: -moz-linear-gradient(
    center bottom,
    #000033 21%,
    #205164 61%,
    #205164 81%
);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#205164');
	color:#cccccc;
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border:3px solid #CCCCCC;


}

.bg3 {
	height:auto;
	width:200px;
	float:left;
	background:#D84E13;
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border:2px solid #000066;
	font-size: 20px;
	color: #FFF;
	
}


.bg4 {
	height:100%;
	width:1280px;
	float:left;
	background:#00618b;
	margin:20px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:25px;
    -webkit-border-bottom-right-radius:25px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
	
}

.rightmenu {
	height:auto;
	width:200px;
	float:left;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, #E96A33),
    color-stop(0.61, #D84E13),
    color-stop(0.81, #D84E13)
);
	background-image: -moz-linear-gradient(
    center bottom,
    #E96A33 21%,
    #D84E13 61%,
    #D84E13 81%
);




	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E96A33', endColorstr='#D84E13');
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
	-webkit-box-shadow: 5px 5px 5px #CCCCCC;




	box-shadow: 5px 5px 5px #;
	border:2px solid #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	color: #06C;
	font-weight: bold;

}

.footer {
	height:25px;
	width:1180px;
	float:center;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, #000033),
    color-stop(0.61, #205164),
    color-stop(0.81, #205164)
);
	background-image: -moz-linear-gradient(
    center bottom,
    #000033 21%,
    #205164 61%,
    #205164 81%
);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#205164');
	margin:20px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
	color: #CCC;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}


.detailhead {
	height:15px;
	width:450px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BC0021), to(#7D0021));
	background: -moz-linear-gradient(top,  #BC0021,  #7D0021);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC0021', endColorstr='#7D0021');
	margin:10px;
	padding:10px;
	align:center;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #;
	-webkit-box-shadow: 5px 5px 5px #;
	box-shadow: 5px 5px 5px #;
	border:3px solid #;
	color: #FFFFCC;
	
}

.bg6 {
	height:100px;
	width:600px;
	float:left;
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #999999;
	border:5px solid #666;
	height: 100px;
	width: 600px;

}



.searchbox {
	height:auto;
	width:200px;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#669517), to(#88CC12));
	background: -moz-linear-gradient(top,  #669517,  #88CC12);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669517', endColorstr='#88CC12');
	margin:20px;
	padding:30px;
	align:center;
	-moz-border-radius-topleft:50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:50px;
	-webkit-border-top-right-radius:50px;
	-webkit-border-bottom-left-radius:50px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	border:3px solid #CCCCCC;
	margin:5px;
	display:inline;
	padding:10px;
	-moz-border-radius-topleft:25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 5px 5px 5px #;
	-webkit-box-shadow: 5px 5px 5px #;
	box-shadow: 3px 3px 3px #;
	border:3px solid #CCCCCC;
	
	

}
.background {
	background-color: #FFFFFF;
	text-align: center;
}
.style1 {
	color: #000066;
	font-weight: bold;
	font-family: Verdana;
}
.style2 {color: #000066}
.style3 {
	font-family: Verdana;
	font-weight: bold;
}
.style4 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFCC;
}

.style5 {
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.style6 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #00618b;
}	

.style7 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	color: #000033;
	font-style: italic;
}

.style52 {
	font-family: Verdana;
	font-size: 18px;
	color: #D84E13;
}
.style54 {
	font-family: Verdana;
	font-size: 16px;
	color: #00618b;


}
.style55 {
	color: #D84E13;
}
.style57 {color: #990000; font-weight: bold; }
.style58 {font-size: large}
.style59 {
	color: #FFFFCC;
	font-family: Verdana;
	font-size: 16px;
}
.style63 {color: #ffffff}
.style65 {color: #ffffff; font-size: 11px; font-weight: bold; font-family: Verdana; }
.style66 {color: #990000; font-weight: bold; font-family: Verdana; }
.style67 {font-size: 10px; color: #990000; }
.style51 {	font-size: 10px;
	color: #000099;
}
.style68 {font-size: 36px}
.style71 {color: #990000; font-family: Verdana; }
.style74 {color: #00628b}
.style75 {font-family: Verdana}
.style76 {color: #00628b; font-family: Verdana; }
.style78 {font-family: Verdana; font-size: 14px;
}
.style79 {
	font-size: 4px;
	color: #FFFFFF}
	
.style80 {color: #FFFFFF;
}

.style100 {
	color: #00618B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.disclaimer {
	color: #00618B;
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}




	

