DIV.Links		A   	       	{color:	#003399; text-decoration:none}
DIV.Links		A:link			{color:	#003399; text-decoration:none}
DIV.Links		A:visited		{color:	#003399; text-decoration:none}
DIV.Links		A:hover 		{color: #FF0000; text-decoration:none}

.textSmall8 {
	font-family: Arial;
	font-size: 8px;
}
.textSmall9 {
	font-family: Arial;
	font-size: 9px;
}

.textSmall {
	font-family: Arial;
	font-size: 10px;
}
.text11 {
	font-family: Arial;
	font-size: 11px;
}

.text {
	font-family: Arial;
	font-size: 12px;
}
.text14u {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textColor {
	font-family: Arial;
	font-size: 12px;
	color: #003399;
}	

.textBoldColor {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.textBoldColorWhite {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldColorWhite40 {
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}


.form {
	font-family: Arial;
	font-size: 12px;
	color: #003399;
}



.button {
	font-family: Arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	background-image: url('bg_header.gif');
	border: 1px groove #003399

}


.bgTable {
	background-color: #F2F2F2;
}


.bgTableBorder {
	background-color: #003399;
}
body {
	background-image: url('bg_main.gif');

}
.bgMouseOver {
	background-color: #FFFFFF;
}
.bgMouseOff {
}
.textGrey {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
}
.textRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.textRed10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}


.bgGrey {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.bgCurrentDay {
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	background-color: #FFC000;
}
.bgDayListing {
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	color: #003399;
	background-color: #66CCFF;
}


.bgWhite{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
input, textarea, select {
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #666666;
 padding: 1px;
}