/* CSS Document */

body {
	background-color: #0000CC;
	background-image: url(images/bg.gif);
}
.test {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.border {
	border: 1px solid #000000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #DDDD77;
}
.nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/nav_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

.nav_button_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/nav_button_hilite.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {font-size: smaller}
.style4 {font-family:Arial, Helvetica, sans-serif; font-size: smaller}
.video_button {
	display: inline;
	border: 3px outset #33CC99;
	margin: 0px;
	background-color: #6633FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.thumb {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
.thumbNoPad {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	display: inline;
	margin: 0px;
}
.border_line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

