/*Main styles for whole site*/
body {font-family : Arial,sans-serif; font-size : 12px; background-color: white; margin-top : 10px;}
p  {line-height : 150%;	font-size : 12px;}
td {font-size : 12px;}
h1  {font-size : 20px; font-weight : bold; text-align : center; color: #FF9900;}
h2  {font-size : 14px; font-weight : bold; text-align : left; color: #FF9900;}
h3  {font-size : 20px; font-weight : bold; text-align : left;}
a {
	color: #000000;
	text-decoration : none;
	padding-top: 5pt;
	font-weight : bold;
}
a:hover	{
	color: #0034E6;
}
ul {
	color: #FF9900;
}
li {color: #FF9900;}

/*Styles for use on front page body*/
.largetext {font-size : 16px; line-height : 110%;}
.fphighlight {font-size : 20px; font-weight : bold; text-align : left; line-height : 110%; color: #FF9900;}

HR.menu {
		color: #333333;
		height: 1;
}

.menu	{
	    FONT-FAMILY: Arial, Verda, Helvetica, Sans-Serif;
    	FONT-SIZE: 11px;
		line-height : 150%;
	    COLOR: #333333;
    	TEXT-DECORATION: none;
		text-align : left;
}

.menutdout {background-color : #ffffff;}

.menutdover {
	background-color : #ECECEC;
}

.cursec {
	background-color : #BDBDBD;
}

.curpage {
	background-color : #E8E8E8;
}

.menuslctd	{
		    FONT-FAMILY: Arial, Verda, Helvetica, Sans-Serif;
    		FONT-SIZE: 11px;
			FONT-WEIGHT: bold;
	    	COLOR: #000000;
			background-color : #99CCFF;
			text-align : left;
}

.menu:hover	{
		    FONT-SIZE: 11px;
		    COLOR: #000000;
}

.bottombar	{
		    FONT-SIZE: 10px;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    TEXT-DECORATION: none;
			COLOR: #000000;
}

.bottombarhighlight {
		    FONT-WEIGHT: bold;
		    FONT-SIZE: 11px;
		    BACKGROUND: #99ccff;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    TEXT-DECORATION: none;
}

.bottombar:hover {
		    FONT-SIZE: 10px;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
			COLOR: #000000;
		    TEXT-DECORATION: underline
}

.txt		{
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    FONT-SIZE: 12px;
		    COLOR: #000000;
			}
.txtwarn {
    color: red;
}
            
.txtbold	{
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    FONT-WEIGHT: bold;
		    FONT-SIZE: 12px;
		    COLOR: #000000;
}

.txtsmall	{
		    FONT-SIZE: 12px;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
			COLOR: #FF9900;
}

.txtsmall:hover
			{
		    FONT-SIZE: 10px;
		    TEXT-DECORATION: underline
}

.txtlink	{
		    FONT-WEIGHT: normal;
		    FONT-SIZE: 12px;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    COLOR: #000000;
		    TEXT-DECORATION: underline
}

.txtlink:hover {
		    FONT-SIZE: 12px;
		    FONT-WEIGHT: bold;
		    COLOR: #000000;
		    FONT-FAMILY: Arial, Verda, Helvetica, Sans-Serif;
		    TEXT-DECORATION: underline
}

.biglink {
    font-size: 16px;
    font-weight: bold;
    color: #0034E6;    
    text-decoration: underline;
}
.biglink:hover {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

/* Use hbanner in header.inc only */
.hbanner {font-size : 16px;font-weight : bold; text-align : left; color: #FF9900;}

.header1	{
		    FONT-SIZE: 16px;
		    COLOR: #333333;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
			font-weight : bold;
}

.header2 {
			FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
			FONT-SIZE: 16px;
			COLOR: #333333;
			background-color : #FF9900;
			font-weight : bold;
}

.headerlink	{
		    FONT-SIZE: 16px;
		    COLOR: #333333;
		    TEXT-DECORATION: underline
}

.pulloutquote {
		    FONT-SIZE: 16px;
		    COLOR: #333333;
		    BACKGROUND-COLOR: transparent
}

.datebartext {
		    FONT-WEIGHT: bold;
		    FONT-SIZE: 11px;
		    COLOR: #ffffff;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    TEXT-DECORATION: none;
}

.miscbar	{
		    FONT-SIZE: 10px;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-Serif;
		    TEXT-DECORATION: none
}

.button		{
		    FONT-SIZE: 10px;
		    COLOR: #000000;
		    FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}

/* Forms */
/*************** Styles for forms *******************/
.frm, .frm p, .frm td {
    font-size: 16px;
}

.frm a {
    color: red;
    text-decoration: underline;
}

/************** Style for list tables ****************/
#list {
	font-size : 21px;
	padding : 10px,0px,0px,5px;
    overflow: auto;
    /*height: 550px;*/
}
#list table {
	border : 1px solid Black;
    background: #ffffff;
    /*width:100%;*/
}
#list td {
    font-size : 11px;
	padding-left:5px;
	padding-right:5px;
    vertical-align:top;
	}
#list th {
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	background: #DAE0D2;
	border-bottom : 1px solid Black;
	padding-left:5px;
	padding-right:5px;	
	}
#list h1 {font-size: 14px;}
#trow0{background:#d8d8d8;}
#trow1{background:#e8e8e8;}
#list a{
	font-size:11px;
	color:black;
	font-weight:bold;
}
#list a:hover{
	color:#777777;
}
#list #btn{
	font-size : 11px;
}
#list #title1 {font-weight:bold; text-align:center;} /*Main heading for list*/
