
/***** Generic Global Elements *****/
body{
	font-family: Verdana;
	font-size: 10pt;
}

table{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;

	font-size: 10pt;
}


A { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none }
A:active { color: #000000; text-decoration: none }
A:hover {color: #D28DB8; text-decoration: none }
/***** Global Elements *****/


.none{
	display: none;
}

.inline{
	display: inline;
}

.lalign{
	text-align: left;
}

.ralign{
	text-align: right;
}

.malign{
	text-align: center;
}

.green{
	color: green;
}

.red{
	color: red;
}

.hand{
	cursor: hand;
}

.logo{
	text-align: center;
	/*background-color: #003187;*/
	background-color: #D8D3A5;
}

.pageTitle{
	font-weight: bold;
}

.pageTitleBW{
	font-weight: bold;
	/*color: white;*/
	color: #000080;
	/*background-color: #003187;*/
	background-color: #D8D3A5;
	width: 100%;
}


/***** Header Table *****/
table.header{
	width: 99%;
	/*background-color: #003187;*/
	background-color: #D8D3A5;
	/*color: white;*/
	color: #000080;
	border: 2px outset gray;
}

/***** Small Header Table *****/
table.smallHeader{
	width: 70%;
}


span.pageTitle{
	font-size: 12pt;
	font-weight: bold;
}

