html {
	height:100%;
	font-family:Verdana;
	text-align:justify;
	font-size:12px;
	color: #FFFFFF;
}
body {
	height: 100%;
	margin: 0px;
	background-color:#033343;
	color: #FFFFFF;
}
img {
   border:none;
}
h2 {
font:Arial;
font-size:14px;
color:#FFFFFF;
}
td,tr,p,div {
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
}
.webcontainer {
width:100%;
background:url(images/bg.jpg) repeat-x #EEEEEE;
}
a:link {
	text-decoration:underline;
	color:#FFFFFF;
}
a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
a:focus {
	text-decoration:underline;
	color:#FF0000}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active {
	text-decoration:underline;
	color:#FFFFFF}
.table_top_content {
background:url(images/table_top_bg.jpg);
height:115px !important;
}
.table_middle_content {
background:url(images/table_middle_bg.jpg);
}
.table_bottom_content {
background:url(images/table_bottom_bg.jpg);
height:10px !important;
}
.header_table {
background:url(images/header_bg.jpg);
height:115px;
}

input {
border: 1px solid #444444;
font-weight:bold;
color: #FF0000;
padding:1px;
font-size:12px;
margin: 3px 0px 3px 0px;
}

.time {
font-family:Verdana;
font-size:9px;
color:#686868;
}

/* ********************************************************************************************************** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #033343;
padding: 5px;
border: 1px dashed gray;
display: none;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display: inline;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
/* ********************************************************************************************************** */
#contenttable td,tr{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}
#contenttable .italics{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-style: italic;
}
/* ********************************************************************************************************** */
#footer {
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
}
#footer .italics{
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
}
#footer a:link {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer a:visited {
	text-decoration:underline;
	color: #FFFFFF;
}
#footer a:focus {
	text-decoration:underline;
	color:#FF0000}
#footer a:hover {
	text-decoration:none;
	color:#FF0000;
}
#footer a:active {
	text-decoration:underline;
	color:#FFFFFF}

/* ********************************************************************************************************** */
td.topleft {
background-repeat: no-repeat;
background-position: right bottom;
height: 15px;
width: 15px;
}
td.top {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
}
td.topright {
background-repeat: no-repeat;
background-position: left bottom;
height: 15px;
width: 15px;
}
td.left {
background-repeat: repeat-y;
background-position: right;
width: 15px;
}
td.right {
background-repeat: repeat-y;
background-position: left;
width: 15px;
}
td.bottomleft {
background-repeat: no-repeat;
background-position: top right;
height: 15px;
width: 15px;
}
td.bottom {
background-repeat: repeat-x;
background-position: top;
height: 15px;
}
td.bottomright {
background-repeat: no-repeat;
background-position: top left;
height: 15px;
width: 15px;
} 
td div.form{
color: #FF0000;
}
img.gallery{
disaply:inline;
}