body {
	font-size: 12px;
	color: #333333;
	background-color: #E3E4E5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
td, input, select, textarea {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a			 { color: #333333; text-decoration: none; }
a:link		 { color: #333333; text-decoration: none; }
a:visited	 { color: #333333; text-decoration: none; }
a:active	 { color: #333333; text-decoration: underline; }
a:hover		 { color: #333333; text-decoration: underline; }

.a1			 { font-family: Verdana; color: #ffffff;	font-size: 14px; font-weight: bold; }
a.a1:link    { font-family: Verdana; color: #ffffff; font-size: 14px; text-decoration: none; font-weight: bold; }
a.a1:visited { font-family: Verdana; color: #ffffff; font-size: 14px; text-decoration: none; font-weight: bold; }
a.a1:active  { font-family: Verdana; color: #ffffff; font-size: 14px; text-decoration: none; font-weight: bold; }
a.a1:hover   { font-family: Verdana; color: #ffffff; font-size: 14px; text-decoration: none; font-weight: bold; }

a.a2:link    { font-family: Verdana; color: #336699; text-decoration: none; }
a.a2:visited { font-family: Verdana; color: #336699; text-decoration: none; }
a.a2:active  { font-family: Verdana; color: #336699; text-decoration: underline; }
a.a2:hover   { font-family: Verdana; color: #336699; text-decoration: underline; }

.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-color: #D6E7F8;
}