/* HTML tag properties */
body	{
	font-family : verdana,arial,helvetica,geneva,sans;
}

 
a	{
	font-weight  : bold;
	color : #386EB1;
	text-decoration : underline;
}
a:hover	{	text-decoration : none;	}

select	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	margin-top : 5px;
}

select.checkbox	{
	boder : none;
}

input	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	padding : 5px;
	margin-top : 5px;
	border : 1px solid #000000;
}

ul	{
	padding : 0px 0px 0px 0px;
	margin-left : 15px;
	margin-top : 5px;
	list-style : square outside;
}

ul	A	{	font-weight : normal;	}

ol	{
	padding : 0px 0px 0px 0px;
	margin-left : 35px;
	margin-top : 5px;
}

ol	A	{	font-weight : normal;	}


/* universal text not inherited from a table */

.btn	{
	background-color : #386EB1;
	color : #ffffff;
	font-weight : bold;
	font-size : 9px;
	padding : 0px;
	margin-top : 5px;
}

.col3	h1	{
	font-size : 17px;
	font-weight : bold;
	line-height : 140%;
	color : #148090;
}

.disclaimer	{
	color : #8B8B8B;
	font-style : italic;
}

/* universal table layout */

.footer	{
	background-color : #0AA0B6;
	padding : 5px;
	border-top : 1px solid #148090;
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	color : #ffffff;
}

/* homepage table layout */

.col0Ctrl	{
	background-color : #ffffff;
}

.col0	{
	padding : 5px;
	border-bottom : 1px solid #148090;
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 12px;
	line-height : 140%;
}

.col0	ul	{	font-size : 11px;	}
.col0	a	{	font-weight : normal;	}
.col0	li	a	{	font-weight : bold;	}
.col0	h1	{
	font-size : 17px;
	font-weight : bold;
	line-height : 140%;
	color : #148090;
	margin : 0px;
	padding : 0px;
}

.col1Ctrl	{
	border-left : 1px solid #148090;
	background-color : #DBEDF0;
}

.col1	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	padding : 5px;
	border-bottom : 1px solid #148090;
}

.col1	h1	{
	font-size : 11px;
	line-height : 140%;
	color : #000000;
	font-weight : bold;
	margin : 0px;
	padding : 0px;
}

/* subordinate page table layout */

.col2Ctrl	{
	background-color : #A7D8DF;
}

.col2	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	padding : 4px;
	border-bottom : 1px solid #148090;
}

.col3Ctrl	{
	background-color : #ffffff;
	padding : 5px;
}

.col3	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
}

.col3Head	{
	font-size : 12px;
	font-weight : bold;
}

.col3	select	{
	font-size : 12px;
}

.col4Ctrl	{
	background-color : #DBEDF0;
}

.col4	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	padding : 5px;
	border-bottom : 1px solid #148090;
}

.col4Search	{
	background-color : #A7D8DF;
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	padding : 5px;
	border-bottom : 1px solid #148090;
}

.col4	A	{	font-weight : normal;	}

/* data table layout */

.rowTable	{
	font-family : verdana,arial,helvetica,geneva,sans;
	font-size : 11px;
	line-height : 140%;
	padding : 3px;
}

.rowHead	{
	background-color : #A7D8DF;
	font-weight : bold;
}

.rowEven	{
	background-color : #DBEDF0;
}

.rowEven	TD	{
	border-right : 1px solid #DBEDF0;
	border-top : 1px solid #DBEDF0;
}

.rowOdd	TD	{
	border-right : 1px solid #DBEDF0;
	border-top : 1px solid #DBEDF0;
}

