/* Page body */
body{
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4;
}
.lgText, h1, .heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}

/* Text */
.smText{
	font-size: 10px;
}

h1{
	margin-bottom: 3px;
	margin-top: 3px;
}

.error{
	color : #FF0000;
}

/* Hyperlinks */
a, a:hover, a.smLink  {
	color : #0033FF;
	text-decoration: none;
	font-weight: normal;
}

a:visited, a:visited:hover {
	color : #0088FF;
}

a:hover, a:visited:hover  {
	color : #CC0000;
	text-decoration: underline;
}

a.smLink {
	font-size: 10px;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}
.container{
	width: 965px;
	border: 0px;
	background-color: #FFFFFF;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #E7E7E7 1px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}

.errorTable{
	text-align: left;
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 98%;
	color: #FF0000;
}

.tableBorder{
	text-align: left;
	border: 1px solid #E7E7E7;
	background-color: #FFFFFF;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #CC0000;
	background-color: #F7F7F4;
	height: 20px;
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #CC0000;
	background-color: #F7F7F4;
	height: 19px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #FFFFFF;
}

.msgBody{
	width: 100%;
}

/* RTE */
.WebWizRTEbutton, .RTEtoolbar{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.WebWizRTEbuttonOver{
	background-color: #E7E7E7;
	border: 1px solid #CC0000;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
}

.RTEmouseOver{
	background-color: #E7E7E7;
	color: #FFFFFF;
}