.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}


/* Page body */
body{
	background-color: #F0F0F0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Text for most CSS classes */
body, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 11px;
}
.lgText, h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #00429B;
	font-weight: bold;
	font-size: 16px;
}

/* Text */
.smText{
	font-size: 10px;
}

h1{
	margin-bottom: 3px;
	margin-top: 3px;
}

.error{
	color : #FF0000;
}

/* Hyperlinks */
a:link, a:visited {
	color : #0066CC;
	text-decoration: none;
}

a:hover, a:visited:hover{
	color : #5ABCFF;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border:none 
}

.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 #5F666E;
	background-color: #FFFFFF;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #282828;
	background-color: #B1C9E4;
	background-image: url('../../images/bg_vista_blue_ledger.jpg');
	height: 20px;
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #282828;
	background-color: #FBFCFE;
	height: 19px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow{
	background-color: #FFFFFF;
}

.msgBody{
	width: 100%;
}
