/* print styles */

body {		
		margin-bottom : 0px;
		margin-left : 2px;
		margin-right : 0px;
		margin-top : 2px;
		scrollbar-arrow-color : #333333;
     	scrollbar-base-color : #999999;
     	scrollbar-face-color : #999999;
		background-color : #ffffff;
		background-image : url(none);
	
}

A:link {
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 10px;
		color: #999999;
		line-height: 10pt; 
		font-style: normal; 
		line-height: 10pt; 
		font-weight: bold; 
		font-variant: normal; 
		text-decoration: none;
}

A:visited {	
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 10px;
		color: #666666;
		line-height: 10pt; 
		font-style: normal; 
		line-height: 10pt; 
		font-weight: bold; 
		font-variant: normal; 
		text-decoration: none;
}

A:hover {	
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 10px;
		color: #CCCCCC;
		line-height: 10pt; 
		font-style: normal; 
		line-height: 10pt; 
		font-weight: bold; 
		font-variant: normal; 
		text-decoration: none;
}

H1 { 
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 12px;
		color: #333333;
		line-height: 10pt; 
		font-style: normal; 
		line-height: 10pt; 
		font-weight: bold; 
		font-variant: normal; 
		text-decoration: none;
}

H2, H3 {	
		background: white; 
		color: black; 
   		padding-bottom: 1px; 
		border-bottom: 1px solid gray;
}

.standardFont {
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 11px;
		color : #000000;
		font-style: normal; 
		line-height: 10pt; 
		font-weight: normal; 
		font-variant: normal; 
		text-decoration: none
}

.smallFont {
		font-family : Verdana, Geneva, Helvetica, sans-serif, arial;
		font-size : 9px;
		color : #000000;
		font-style: normal; 
		line-height: 10pt; 
		font-weight: normal; 
		font-variant: normal; 
		text-decoration: none
}

.textBox {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		width : 200px;
		border : 1px;
		border-style : solid;
}

.textArea {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 50px;
		width : 300px;
		border : 1px;
		border-style : solid;
}

.dropBox {
		background-color : #ffffff;
		color : #666666;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		width : 100px;
		border : 1px;
		border-style : solid;
}

.submitButton {
		background-color : #ffffff;
		color : #999999;
		font-family : Verdana,Arial,sans-serif;
		font-size : 11px;
		height : 18px;
		width : 50px;
		border : 1px;
		border-style : solid;
		cursor : hand;
}