/*
	Generator: CollaboWeb™ 1.0
	Author: Darren Sim (http://www.darrensim.com)
	Version: 2009.06.20
	
	Copyright © 2009, WE ATE DESIGN PTE. LTD. All Rights Reserved
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #073859;
}

.tableMain {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.menu {
	height: 39px;
	background-image:url(images/mainmenubg.jpg);
	background-repeat: repeat-x;
}

.menuHOME {
	height: 39px;
	background-image:url(images/mainmenubg_home.jpg);
	background-repeat: repeat-x;
}

.menu_item
{
	display: compact;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}

.menu_item_selected
{
	display: inline;
	background-color:#2c6794;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}

.content {
	background-color:#DEDEDE;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
}

.footer {
	height:101px;
	background-image:url(images/footerbg.jpg);
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.formTextBox {
	width: 280px;
}

.formCommentBox {
	width: 400px;
	height: 150px;
}

.redText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}