BODY {
	font-family 	 : Arial, Helvetica, sans-serif;
	font-size 	 : 10pt;
	background-color : #003366;
	color		 : #000000;
	margin 	 	 : 0px 0px 0px 0px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 20pt;
	font-weight : bold;
	margin      : 0px 0px 0px 0px;
	color       : #639CCE;
}

.TableCaption {
	color            : #000000;
	font-weight      : bold;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 10pt;
	background-color : #B2BFF2;
	border-bottom    : #808080 1px solid;
	padding          : 3px 3px 3px 3px;
}

.TableBorder {
  	border           : #808080 1px solid;
}

input.check {
  	background-color    : #EEEEFF;
}

input.button {
  	background-color : #b2bff2;
  	color            : #000000;
  	border-color	 : #000040;
}

a:link { text-decoration : none; color: blue; }
a:active { text-decoration : none; color: blue; }
a:visited { text-decoration : none; color: blue; }
a:hover { text-decoration : none; color: blue; background-color: #b2bff2; }

a.newslink:link { text-decoration : none; color: blue; }
a.newslink:active { text-decoration : none; color: blue; }
a.newslink:visited { text-decoration : none; color: blue; }
a.newslink:hover { text-decoration : none; color: blue; background-color: #b2bff2; }

a.downlink:link { text-decoration : none; color: #003366; }
a.downlink:active { text-decoration : none; color: #003366; }
a.downlink:visited { text-decoration : none; color: #003366;}
a.downlink:hover { text-decoration : none; color: #b2bff2; background-color: #003366; }

.inputButton {
	BACKGROUND:#FFFFFF;
	BORDER-BOTTOM: #D1DCFD 1px solid;
	BORDER-LEFT: #D1DCFD 1px solid;
	BORDER-RIGHT: #D1DCFD 1px solid;
	BORDER-TOP: #D1DCFD 1px solid;
	FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
}

.textForm {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #004576 1px solid;
	BORDER-LEFT: #004576 1px solid;
	BORDER-RIGHT: #004576 1px solid;
	BORDER-TOP: #004576 1px solid;
}

.quote { 
        border: 1px solid #808080;
   	BACKGROUND-COLOR: white; 
	COLOR: #404040; 
	WIDTH: 80%;
	font-size:10px;
	padding:2px;
	MARGIN-LEFT: 40px; 
	MARGIN-TOP : 10px;
	MARGIN-BOTTOM : 10px;
} 

.quoting { 
	BACKGROUND-COLOR: #EFF1F7; 
	COLOR: #004576; 
	FONT-WEIGHT: bold; 
	margin-bottom: 2px;
	padding:2px;
	font-size:10px;
} 

.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px;
	color: #004576;
	background-color: white; 
	border: #808080 solid 1px; 
	padding: 3px 3px 3px 3px;
	margin-left: 40px;
	width: 80%;
	max-height: 400px;
	overflow: auto; 
}
