body { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E6E6E6;
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	color: #5A5A5A;
}

A:link { color : #333333; text-decoration : underline}
A:visited { color : #333333; text-decoration : underline}
A:active { color : #333333; text-decoration : underline}
A:hover { color : #FF6600; text-decoration : underline}

A:link.map { color : #FFFFFF; text-decoration : underline}
A:visited.map { color : #FFFFFF; text-decoration : underline}
A:active.map { color : #FFFFFF; text-decoration : underline}
A:hover.map { color : #FF6600; text-decoration : underline}

.txt11			{ font-size: 11px; line-height: 15px}
.txt12			{ font-size: 12px; line-height: 19px;}
.txt12_bold		{ font-size: 12px; line-height: 19px; font-weight: bold}
.txt12_red		{ font-size: 12px; line-height: 17px; color: #FF0000}
.txt12_red_bold	{ font-size: 12px; line-height: 22px; color: #FF0000; font-weight: bold}
.txt12_green_bold {font-size: 12px; line-height: 22px; color: #8BB942; font-weight: bold}
.txt12_blue_bold {font-size: 12px; line-height: 22px; color: #5592C9; font-weight: bold}
.txt12_white_bold	{ font-size: 12px; line-height: 22px; color: #FFFFFF; font-weight: bold}
.txt14_bold			{ font-size: 14px; line-height: 24px; font-weight: bold}
.txt16_bold			{ font-size: 16px; line-height: 26px; font-weight: bold}


.TextFieldTop {
	font-size:13px;
	color:#5A5A5A;
	padding: 1px;
	background:#FFFFFF;
	border-style:solid;
	border-color: #AAAAAA;
	border-width: 1px;
}

.TextFieldHeader {
	font-size:11px;
	color:#5A5A5A;
	background:#FFFFFF;
	border-style:solid;
	border-color: #AAAAAA;
	border-width: 1px;
}

