/* CSS Document */

body {
	background-image: url(app_images/Bg_Main.gif);
	background-repeat: repeat-x;
}
.header {
	background-image: url(app_images/Bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;
}
.menutable {
	background-image: url(app_images/bg_menu.gif);
	background-repeat: repeat-x;
}
.tablebody {
	background-image: url(app_images/bg_table.gif);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(app_images/footer_bg_06.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 68px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 10px;
}
.conttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

.conttext a:link {
	color: #F60;
	text-decoration: none;
}

.conttext a:hover {
	text-decoration: none;
	color: #F90;
}

.conttext a:visited {
	text-decoration: none;
}

.conttext a:active {
	text-decoration: none;
}


.hiddenfooter {
	visibility: hidden;
}
.tabletopic {
	background-image: url(app_images/bg_topic.gif);
	background-repeat: repeat-x;
	height: 210px;
}
.welcomescreen {
	background-image: url(app_images/welcome_screen.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
}
.conttextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.conttextsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
}
.tabletopicnormal {
	border: 1px solid #dddddd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.texttopiccolour {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
.texttopicnormal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-right: 5px;
}
.orangebox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
}
#apDiv1 {
	position:fixed;
	top:160px;
	width:1010px;
	height:300px;
	z-index:1;
	clip: rect(5,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
.divflash {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 100px;
	left: 0px;
	top: 160px;
	height: 300px;
	clip: rect(2,auto,auto,auto);
}
#apDiv2 {
	position:absolute;
	top:160px;
	width:100px;
	height:300px;
	z-index:2;
	right: 0px;
	clip: rect(5,auto,auto,auto);
}
#apDiv3 {
	position:absolute;
	top:160px;
	width:100px;
	height:300px;
	z-index:1;
	right: 0px;
	clip: rect(2,auto,auto,auto);
}
.contactustable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(app_images/bg_messagebox.gif);
	background-repeat: repeat-x;
}
.contactustableinput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #FFF;
}

.contactustableinput:focus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #999;
	background-color: #eeeeee;
}
.conttexttopic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bolder;
	color: #960;
}
.menu_ul
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bolder;
	height: 36px;
	padding-bottom: 5px;
}
.menu_li
{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_li a:link
{
	text-decoration: none;
	color: #fff;
}
.menu_ul a:link
{
	text-decoration: none;
	color: #ffe9b9;
}
.menu_ul a:hover
{
	text-decoration: none;
	color: #fff;
}
.menu_ul a:visited
{
	text-decoration: none;
	color: #eee;
}
.menu_ul a:active
{
	text-decoration: none;
	color: #fff;
}
