<style>
HTML {
			Min-height:100%;
			Margin-bottom:1px;
		}
body {
		margin: 0px;
		padding: 0;
		color: #666666;
		}
		
body, td, p {
		font-family: Arial,Verdana, Helvetica,Sans Serif; 
		font-size: 12px;
		color: #333333;
		line-height: 16px;
		}
a {
		text-decoration : underline; 
		color:  blue;
		}	
a:hover {
		text-decoration : underline; 
		color: navy;
		}			

.boldBlue {
		color: navy;
		font-weight: bold;		
	}
		
.textSmall {
		font-size: 11px;
		}	

.titlePage {
		color: #e15704;
		font-size: 14px;
		font-weight : bold;
		}	
h2 {		
		color: #e15704;
		font-size: 13px;
		font-weight : bold;					
		}			
.navHeader {
		color: #999999;
		font-size: 12px;
		font-weight : normal;
		}			
.navHeaderOrange {
		color: #ff6600;
		font-size: 12px;
		font-weight : normal;
		}
		
.header {		
		color: #ff6600;
		font-size: 14px;
		font-weight : normal;					
		}
.subHeader {		
		color: #999999;
		font-size: 12px;
		font-weight : bold;					
		}
.error {
	font-size: 16px;
	font-variant: normal;
	color: red;
	font-weight: bold;

}
				
.footer {
		font-size: 11px;
		color: #ffffff;
		}			
.footer:a {
		font-size: 11px;
		color: #666666;
		}	
.footer:hover {
		text-decoration : underline; 
		font-size: 11px;
		color: #cccccc;
		}								

.button  {
			margin-top : 4px;
			margin-bottom : 4px;
			background-color : #e15704;
			border-top-width : 1px;
			border-top-color: #ffffff;
			border-left-width : 1px;
			border-left-color: #ffffff;
			border-right-color: #ffffff;
			border-right-style : solid;
			border-right-width : 1px;
			border-bottom-color: #ffffff;
			border-bottom-width : 1px;
			border-bottom-style : solid;
			color: #ffffff;
			font-size: 11px;
			font-weight: bold;
			font-family: Verdana, Arial,Helvetica,Sans Serif;
			padding : 2px;
		}
	
</style>