<!--
.BodyStyle
{
/*	 background-color: #F5F5DC;  */
	background-color: white;
	margin-top : 0px;
	margin-left : 0px;
	FONT-FAMILY: Verdana, 'Comic Sans MS', Arial;
	font-size:10pt
}

.SiteHeader{
	background-color : white;
}

Table.InvisibleFormTable{
	FONT-FAMILY: Verdana, 'Comic Sans MS', Arial;
	font-size : 9pt;
}

Table.ListTable{
	border : 1px solid Black;
	background-color : #FDF5E6;
	FONT-FAMILY: Verdana, 'Comic Sans MS', Arial;
	font-size : 9pt;
}
TR.ListTableHeader
{
	/*background-color : orange;*/
	background-color : Purple;
	color : White;
	font-weight : bold;
	text-align : center;
}

Table.FormTable
{
	border : 1px solid Black;
	background-color : #FDF5E6;
	FONT-FAMILY: Verdana, 'Comic Sans MS', Arial;
	font-size : 9pt;
}
TR.FormTableHeader
{
	/*background-color : #cc9966;*/
	background-color : Purple;
	color : White;
    font-weight : bolder;
	font-size:10pt;
	text-align : center;
}

.ListTable2 {
	background-color : #990000;
	FONT-FAMILY: Verdana, 'Comic Sans MS', Arial;
	font-size : 8pt;
}

.ListTable2 td {
	background-color : #eeeeee;
	PADDING-TOP: 2px;
	PADDING-LEFT: 4px; 
}
TR.ListTableHeader2
{
	FONT-VARIANT: small-caps;
	color:white;
	font-size:10pt;
	text-align : center;
}
TR.ListTableHeader2 td {
	background-color : #990000;
	PADDING-TOP: 2px;
	PADDING-LEFT: 4px; 
}

input.Button{
	background-color : LightSteelBlue;
	border : 1px ridge LightSteelBlue;
	font-family : sans-serif;
	font-weight : bold;
	text-align : center;
}

input.BackButton{
	background-color : LightSteelBlue;
	border : 1px ridge LightSteelBlue;
	font-family : sans-serif;
	font-weight : bold;
	text-align : center;
	/*background-image : url(../images/l_hand.gif);
	height: 10px
	background-position : left;
	background-repeat : no-repeat;*/
}


.InputField{
	background-color : #FFFFF0;
	border : 2px outset  #FFFFF0;
	font-family : Courier;
	color : #336699;
}

.InputROField{
	background-color : white;
	font-family : Courier;
	border-left-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 1px;
	border-bottom-color : Black;
}

.Slogan{
	font-family : "Comic Sans MS", cursive, sans-serif, "Arial Black", "Arial Narrow", Courier, Arial;
	font-size : medium;
	color : Green;
	width : 100%;
	vertical-align : top;
	text-align : right;
	font-weight : 300;
	}

.SiteCaption{
	color : black;
}

.CompName{
	font-family :  sans-serif, Courier, Arial, "Arial Black", "Arial Narrow";
	font-size : larger;
	font-weight : bold;
	width=100%;
	text-align : right;
	}

.pagetitle  {
	/*  color : #990033; */
	color : #336699;
	font-weight : bold;
	font-size : 10pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}
	
.Margin{
	background-color : #336699;
}

.menu  {
	color : #990033;
	font-weight : normal;
	font-size : 11px;
	line-height: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.menuselected
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	line-height: 14px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
}	

.menu:HOVER  {
	color: red;
	/*background-color:#eeeeee;*/
	font-weight : normal;
	font-size : 11px;
	line-height: 14px;
	/*text-decoration: underline;*/
	font-family: Verdana, Arial, Geneva, sans-serif;
}		

.selectboxlink  {
	color : #000000;
	font-weight : normal;
	font-size : 11px;
	line-height: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

/*{ Bullet Links */
.BulletLink {
	/*color : #990033;*/
	color: #004001;
	font-weight : normal;
	/*font-size : 11px;*/
	line-height: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.BulletLink:HOVER  {
	color: red;
	font-weight : normal;
	/*font-size : 11px;*/
	line-height: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}		
/*} Bullet Links */

.Note{
	width:500px;
	 font-size: 8pt; 
}

.WarningMsg {
	width:600px;
	font-weight: bold; 
	 font-size: 13pt; 
	 color: #336699; 
	 font-style: italic; 
	 font-family: 'Times New Roman'
}

.BoldMsg {
	width:600px;
	font-weight: bold; 
	 font-size: 13pt; 
	 color: #336699; 
	 font-style: italic; 
	 font-family: 'Times New Roman'
}

.ErrorMsg{
	width:600px;
	font-weight: bold; 
	 font-size: 13pt; 
	 color: red; 
	 font-style: italic; 
	 font-family: 'Times New Roman'
}

a:link, a:active, a:visited {
	color: #336699;
}

.top:link, .top:active, .top:visited {
	color: #336699;
	text-decoration: none;
}

.top:hover {
	text-decoration: underline;
}
-->