
/***** 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.link { color: #000000; text-decoration: underline }
A.link:visited { color: #000000; text-decoration: underline }
A.link:hover { color: #000000; text-decoration: underline }
A:visited { color: #000000; text-decoration: none }
A:active { color: #000000; text-decoration: none }
A:hover {color: #FAD657; 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;
}
span.eventList
{
	font-size: 7pt;
}
.copy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 19px; color: #333333 }

.tablerow
{
    background-color: #FFFFFF;
}
.tablerowAlt
{
    background-color: #FFFFCC;
}
tr.listheader
{
	background-color: #FAD657;
}
tr.listheader th
{
	text-align: left;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

table.header
{
	width: 100%;
	border: 1px solid #AAAAAA;
}
table.header th
{
	background-color: #FAD657;
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
}
table.header60
{
	width: 60%;
	border: 1px solid #AAAAAA;
}
table.header60 th
{
	background-color: #FAD657;
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
}
