body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/bg/bg2.jpg)
}

h1 {
	font-size: 20px;
	color: #003399;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	color: #003399;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #663333;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

.small {
	font-size:10px;
}

table.navbar {
   
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   text-align:center;
   border-right: 4px solid #FFFFFF;
}

table.navbar td a {
   display: block;
   width: 100%;
   padding: 3px;
   text-decoration: none;
}

div#youtube {
	float: right;
	width: 435px;
	padding-left: 10px;
}

table.navbar td a:link, table.navbar td a:visited {
   color: #FFFFCC;
   background-color: #003366;
}

table.navbar td a:hover, table.navbar td a:active {
   color: #000000;
   background-color: #FFCC33;
}
	
.content {
	background-color:#FFFFFF;
	padding: 4px;
	border-top: 2px solid #FFCC33;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.bottom {
	background-color:#FFFFFF;
	padding: 4px;
	border-top: 2px solid #003399;
	font-size:10px;
	text-align: left;
	border-bottom: 2px solid #FFCC33;
}

.navbottom {
	background-color:#FFFFFF;
	text-indent: 4px;
	font-size: 10px;
}

.request_box {
	float: right;
	padding-left: 10px;
	border-left: #FFFFFF 2px solid;
	border-top: #FFCC33 2px solid;	
	border-bottom: #FFCC33 2px solid;
	text-align: left;
	vertical-align: inherit;
}

.video_box {
	float: right;
	padding-left: 10px;
	border-left: #FFFFFF 2px solid;
	text-align: center;
	vertical-align: top;	
}

.red {
	color: #FF0000;
}


