* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	/* fixes mozilla font size bug */
}
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: thin none #999999;
}
a:hover {
	color: #003300;
	font-weight: bold;
}
a:link {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
#border_blue {
	border: thin solid #66CCCC;
}
#border_green {
	border: thin solid #00CC66;
}
#border_grey {
	border: thin solid #999999;
}

#border_pink {
	border: thin solid #FFCCFF;
}

#contact {
	text-decoration: none;
	display: block;
}
#contact a {
	text-decoration: none;
	display: block;
}
#contact a:visited {
	text-decoration: none;
	color: #0099FF;
}

/*menu styles below*/

#navigation {
}
#navigation a {
	line-height: 25px;
	text-indent: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #333333;
}
#navigation td {
	border-bottom: 1px solid #666666;
	line-height: 25px;
	text-indent: 10px;
}

/* text styles below */

.bluetxt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
}
.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-left: 5px;
	padding-right: 5px;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.whitemedtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.smallertxt1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.smalltxt1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.smalltxt2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smalltxt3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
}
.tab_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
#maintab {

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCCFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
}
#maintab a {

	display: block;
	text-decoration: none;
}
#maintab a:visited {

	color: #0099FF;
}
#maintab:hover {

	background-color: #FFCCFF;
	text-decoration: none;
}
.link_alt {
	color: #00CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
