@charset "utf-8";

body  {
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px;	
}

img {
	border: none;
}

input {
	font-size: 11px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}

select { 
font-size: 11px;
border: 1px solid #999999; 
}

.smallItalic {
	font-size: 11px;
	font-style: italic;
	}
	
.normalItalic {
	font-size: 12px;
	font-style: italic;
}

.fontGreenOnly {
	color: #002a5c;
	font-weight: bold;
	font-size: 12px;
}
.normalGray {
	color: #666666;
}
.fontGreen {
	font-weight: bold;
	color: #87c05a;
}
.normalSmall {
	font-size: 11px;
}
