@charset "utf-8";
/* CSS Document */
.menu{
margin: 0;
padding: 0;
float: left;
font: 12px arial;
font-weight: bold;
width: 900px;
overflow: hidden;
margin-bottom: 0;
border: 2px solid #000000;
border-width: 2px solid #000000;
background: black url(images/nav1.gif) center center repeat-x;
}
h1 { 
font-family: Arial; 
color: #ffffff; 
font-size: 22px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #ffffff; 
font-size: 20px; 
font-weight: bold; 
line-height: 30px;
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #ffffff; 
font-size: 20px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #00FF1E; 
font-size: 13px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

.menu li{
display: inline;
}

.menu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 2px solid #000000;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .solidblockmenu li .current{
color: #ffffff;
background: transparent url(images/nav_over1.gif) center center repeat-x;}

a:link {
	color: #00FF1E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00FF1E;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: underline;
	color: #00FF1E;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2C6FF4;}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;}
	
.style2 {font-size: 19px}
.style5 {font-size: 16px}
.style7 {color: #CCCCCC}
.style9 {font-size: 26px; color: #00129B;}
.style12 {font-size: 6px; color: #152CD2; }
.style16 {font-size: 12px}
.style17 {color: #DDDDDD;font-weight: bold;}
.style22 {font-size: 26px}
.style23 {font-size: 10px}
.style25 {color: #2C6FF4}
.style26 {font-size: 18px}
.style27 {font-size: 14px; font-weight: bold;}
.style29 {font-size: 13px; font-weight: bold;}
.style32 {font-size: 22px}
.style30 {color: #152CD2}
.style35 {font-size: 24px}
.style36 {color: #FFFFFF}
.style37 {color: #000000}
.style40 {font-size: 14px}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 0px 0px;
}


.class1 A:link { color: #FFffff; text-decoration: underline;}
.class1 A:visited { color: #FFffff;text-decoration: none}
.class1 A:active { color: #FFffff; text-decoration: none}
.class1 A:hover {color: #ffffff; text-decoration: none}

.class2 A:link { color: #00129B;text-decoration: underline;}
.class2 A:visited { color: #00129B;text-decoration: underline}
.class2 A:active { color: #00129B; text-decoration: none}
.class2 A:hover {color: #00129B; text-decoration: none}

img
{  border-style: none;
}