body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 50px;
	padding-top: 5px;
	text-align: center;
	color: #000000;
	background-color: #333333;
	background-image: url('../images/design/bg_main.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	background-attachment: fixed;
	border-left: 10px solid #cc9900;
}	

TD {
	font-size: 12px;
	color: #000000;
	background-color: #transparent;
	background-image: none;
	vertical-align: top;
}

H1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 10px;
}

H2 {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	padding-right: 10px;
}

H3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #808080;
	text-align: left;
	padding-right: 10px;
	margin-top: 30px;
}

.maintable {
	padding-top: 0px;
	border-left: 0px solid #cc9900;
	width: 770px; 
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.maindata {
	background-color: #333333;
	text-align: center;
}

.data {
	width: 410px;
	margin: 20px;
	margin-right: 50px;
	margin-left: 40px;
	margin-top: 15px;
	line-height: 1.70em;
	padding-bottom: 30px;
}

img {
	border-style: none;
	background-color: #333333;
	background-image: url('../images/bg_loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-style: none;
}

.small, .small TD {
	font-size: 8pt;
}

.caption {
	font-size: 8pt;
	margin-top: 0px;
	text-align: center;
	padding-top: 3px;
}

.photobut {
	opacity: 1.0; /* Firefox, Safari*/
	filter: alpha(opacity=100); /* IE */
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0px;
}

a:hover .photobut {
	opacity: 0.5; /* Firefox, Safari*/
	filter: alpha(opacity=50); /* IE */
	border: 1px solid #cc9900;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0px;
}

.grey {
	color: #808080;
}

/* mainmenu nav */
.nav {
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
	background-image: none;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 2.23em;
}

.nav a:link, .nav a:visited, .nav a:active {
	text-align: center;
	display: block;
	background-image: url('../images/nav/bg_buttons.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 2.23em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	text-align: center;
	display: block;
	background-image: url('../images/nav/bg_buttons_sel.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 2.23em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.navsel a:link, .navsel a:visited, .navsel a:active {
	text-align: center;
	display: block;
	background-image: url('../images/nav/bg_buttons_sel.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 2.23em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* subnav */

.subnav P {
	color: #FFFFFF;
}

.subnav {
	color: #FFFFFF;
	background-color: none;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 13px;
	margin-top: 10px;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.subnav a:hover {
	font-weight: normal;
	color: #cc9900;
	text-decoration: none;
}

.subnavsel a:link, .subnavsel a:visited, .subnavsel a:active {
	font-weight: normal;
	color: #cc9900;
	text-decoration: none;
}

.subitem {
	color: #cc9900;
}

ol {
	margin: 0px;
}

ul {
	margin-left: 0;
	padding-left: 5px;
}

li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

a:link, a:visited, a:active {
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
	font-weight: bold;
}

#bgred {
	font-family: georgia,arial;
	font-weight: bold;
	background-color: #990000; color: #FFFFFF;
	padding: 0px;
	padding-left: 10px;
}

#bgyellow {
	font-family: georgia,arial;
	font-weight: bold;
	background-color: #cc9900; color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 0px;
}

.headspace1 {
	padding: 3px;
}

.headspace2 {
	padding-bottom: 2px;
	padding-top: 2px;
}

.topgif {
	vertical-align: bottom;
	padding-bottom: 12px;
	padding-right: 8px;
}