/******************************
These redefine tags for styling
******************************/

body {
	background-color: #FFFFFF;
}

.style18 {font-size: 14px}
.style19 {font-family: Arial, Helvetica, sans-serif; font-size: xx-small;}



.style4 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-decoration: italic;
}

.style7 {
font-size: 16px; color: #003399;
	font-weight: bold;
}



body {
	background-color: #FFFFFF;
}

.style9 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style10 {
	font-size: xx-small;
	font-weight: bold;
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style14 {color: #FFFFFF}
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #00FF00; }
.style16 {color: #0000CC}

.style17 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* This sets the background color for the page */
body {
	background-color:#FFFFFF;
}

/* These sets the font and color for headlines */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
}

/* This makes the lists italic */
ul {
	font-style:italic;
}

/* formats text around images */
span img {
	float:left;
	border-color:#FFFFFF;
	border-width:thick;
	border-style:solid;
	border-bottom-style:hidden;
}

/* These set the color and style for links */
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000CC;
	text-decoration: none;
	font-weight:bold;
}

/*************************************************************
These classes define styles for entire sections of the website
*************************************************************/

/* This defines the style for popup windows */
.popup_window {
	position:relative;
	top:0;
	left:0;
	border-style:solid;
	border-color:#990033;
	background-color:#FFFFFF;
}

/* This defines the style for mini-popup info boxes */
.popup {
	position: absolute;
	border-style:solid;
	border-color:#990033;
	background-color:#FFFFFF;
	visibility:hidden;
	z-index:1;
	font-size:medium;
	text-align:left;
}


@media print{
.main_table{
	width:600px;
}
}

.noprint{
}

@media print{
.noprint{
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}
}

.slidesize{
	width:740px;
	height:180px;
}

@media print{
.slidesize{
	width:1px;
	height:1px;
	visibility:hidden;
}
}

/* This defines the style for the hotlink bars */
.line_text {
	background-color:#FFFFFF;
	font-weight: bold;
	font-size: small;
}

.services{
	margin-left:0;
	padding-left:0;
}

.services li{
	margin-bottom:10px;
	margin-left:40px;
}
