.header {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #00adef;
	font-weight: none;
	line-height: 17px;
}
.largeheader {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00adef;
	font-weight: none;
	
}
.subheader {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
color: #ade2fa;
	font-weight: none;
	line-height: 17px;
}
.subcat {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
color: #00adef;
	font-weight: none;
	line-height: 17px;
}
.greycat {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #707070;
	font-weight: none;
	line-height: 17px;
}
.subgreen {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
color: #81c99c;
	font-weight: none;
	line-height: 17px;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #23466e;
	line-height: 17px;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 17px;
}
.text a:visited {
	color: #00adef;
	text-decoration: none;
}
.text a:link {
	color: #00adef;
	text-decoration: none;
}
.text a:hover {
	color: #00adef;
	text-decoration: underline;
}
.underlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #00adef;
	line-height: 19px;
}
.underlinetext a:visited {
	text-decoration: underline;
	color: #00adef;
}
.underlinetext a:link {
	text-decoration: underline;
	color: #00adef;
}
.underlinetext a:hover {
	text-decoration: underline;
	color: #00adef;
}
.underlinetext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #00adef;
	line-height: 19px;
}
.underlinetext2 a:visited {
	text-decoration: underline;
	color: #00adef;
}
.underlinetext2 a:link {
	text-decoration: underline;
	color: #00adef;
}
.underlinetext2 a:hover {
	text-decoration: underline;
	color: #00adef;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	line-height: 18px;	
}
.vext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height: 20px;	
}
.vext a:visited {
	text-decoration: underline;
    color: #00adef;
}
.vext a:link {
	text-decoration: underline;
	color: #00adef;
}
.vext a:hover {
	text-decoration: underline;
	color: #00adef;
}
.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	 color: #00adef;
	line-height: 17px;
}
.footer a:visited {
		 color: #00adef;
	text-decoration: none;
}
.footer a:link {
	 color: #00adef;
	text-decoration: none;
}
.footer a:hover {
		  color: #00adef;
	text-decoration: underline;
}

li {
	list-style-image: url(images/bullet.gif);
}
h1 { 
display: inline; 
font-weight: none;
} 

body {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	background-color: #f4f4f4;
	background-image: url(images/bg_blue3.gif);
	background-repeat: repeat-x;

}
.button {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	}
	.largebutton {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	}

.indexwtf {
 font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #ffffff;
    width: 40px;
   height: 23px;
   background-color: #00adef;
   border:0;
 
}	

.contentwtf {
 font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #ffffff;
    width: 38px;
   height: 23px;
   background-color: #00adef;
   border:0;
 
}	

.searchwtf {
 font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
    width: 60px;
   height: 24px;
   background-color: #00adef;
   border:0;
 
}
	
.nodisplay {
display: none;
}

.border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3df;
	border-left-color: #e3e3df;
	border-bottom-color: #e3e3df;
}