/* CSS Document */
body, td     { font-size: 14px; line-height: 20px; background-position: 0 0 }
.biggest {  font-size: 24px}
.bigger {  font-size: 18px}
.big {  font-size: 16px}
.normal {
	font-size: 14px;}
.small  { font-size: 12px; line-height: 14px }
.smaller  { font-size: 10px; line-height: 14px }
.smallest {  font-size:9px}
body,td,th {
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link  { color: #7c975f; text-decoration: none }
a:visited  { color: #000067; text-decoration: none }
a:hover  { color: #ffa500; text-decoration: underline }
.black {color: #000000}
.red_bold  { color: #000067; font-weight: bold }
.alert  { color: #f60 }
.red  { color: #9d004c }
.orange {color: #FF9933}
.green {
color: #66CC00}
.red_small {font-size: 12px; color: #FF0033; }
.whitess {
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
}
.bluetitle {
	color: #3880E0;
	font-size: 18px;
}
.blue {
	color: #3880E0;
}
.white {
	color: #FFFFFF;
}
.bold_green { color: #7c975f; font-weight: bold }
