.contentBody
{
	margin:0px; background-image : url('bodyBg.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family : trebuchet MS, Arial;
	
}
.mainTableBottom
{
 background-image:url('bottomBg.png');
 background-repeat:repeat-x
}
.normalText
{
	font-family : trebuchet MS, Arial;
	font-size: 11px;
}
.heading1, H1
{
	font-family : trebuchet MS, Arial;
	font-size: 16px;
	font-weight: bold;
}
.heading2, H2
{
	font-family : trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
}

A.whiteText:active {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
A.whiteText:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
A.whiteText:link {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
A.whiteText:hover {
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}


.errorText
{
	font-family : trebuchet MS, Arial;
	font-size : 11px;
	font-weight: bold;
	color: red;
}
.mainTable
{

	background-repeat:no-repeat; 
	background-position: bottom
}
.smallText
{
	font-family : trebuchet MS, Arial;
	font-size: 9px;
}
.mediumText
{
	font-family : Arial;
	font-size: 10px;
}
.mainTableTop
{
	background-image:url('topBg.png');
	background-repeat:repeat-x;
	background-color: #F7FADA
}
.menuItem
{
 	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size:12px;
}
.content
{
	background-image:url('contentBg.png');
}
.leftBottom
{
	background-image: url('leftBg.png');
	background-repeat:no-repeat
}
.inputText
{
	color: #ABA359;
	background-color: #DAF3EF;
	font-family : trebuchet MS, Arial;
	font-size : 11px;
	font-weight: bold;
	border-left : 1px solid #CBC546;
	border-right : 1px solid #E9EDCC;
	border-top : 1px solid #CBC546;
	border-bottom : 1px solid #E9EDCC;
}
.inputText200
{
	color: #ABA359;
	background-color: #DAF3EF;
	font-family : trebuchet MS, Arial;
	font-size : 11px;
	font-weight: bold;
	width: 200px;
	border-left : 1px solid #CBC546;
	border-right : 1px solid #E9EDCC;
	border-top : 1px solid #CBC546;
	border-bottom : 1px solid #E9EDCC;
}
.tableHead
{
	background-image : url('tableHeadBg.png');
	background-repeat: repeat-x;
	color: #2A4145;
	font-weight: bold;
	font-size: 12px
}
.tableColHead
{
	background-color: #94D6DC;
	color: #2A4145;
	font-weight: bold;
	font-size: 12px;
}
.tableRow1
{
	background-color: #BBE8E1;
	font-family : trebuchet MS, Arial;
	font-size : 11px;
}
.tableRow2
{
	background-color: #D5F1ED;
	font-family : trebuchet MS, Arial;
	font-size : 11px;
}
.borderTable
{
	border-left : 1px solid #8FA9AE;
	border-right : 1px solid #8FA9AE;
	border-top : 1px solid #8FA9AE;
	border-bottom : 1px solid #8FA9AE;
}
.borderImage
{
	border-left : 1px solid #8FA9AE;
	border-right : 1px solid #8FA9AE;
	border-top : 1px solid #8FA9AE;
	border-bottom : 1px solid #8FA9AE;
}

.button
{
	background-image : url('tableHeadBg.png');
	background-repeat: repeat-x;
	color: #2A4145;
	background-color: #8FA9AE;
	font-family : trebuchet MS, Arial;
	font-size : 10px;
	font-weight: bold;
	border-left : 1px solid #E9EDCC;
	border-right : 1px solid #CBC546;
	border-top : 1px solid #E9EDCC;
	border-bottom : 1px solid #CBC546
}

A.menuLink:active {
	TEXT-DECORATION: none;
	color: #233639;
}
A.menuLink:visited {
	TEXT-DECORATION: none;
	color: #233639;
}
A.menuLink:link {
	TEXT-DECORATION: none;
	color: #233639;
}
A.menuLink:hover {
	TEXT-DECORATION: underline;
	color: #233639;
}

A:active {
	TEXT-DECORATION: underline;
	color: #233639;
}
A:visited {
	TEXT-DECORATION: underline;
	color: #233639;
}
A:link {
	TEXT-DECORATION: underline;
	color: #233639;
}
A:hover {
	TEXT-DECORATION: none;
	color: #233639;
}
