a:link { color: blue; text-decoration: none }
a:visited { color: purple; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover      { color: #09f; text-decoration: none; position: relative; height: -1px }
body            {
	font-size: 15px;
	line-height: 150%;
	background-color: white;
	color: 333;
}
table         {
	color: #333;
	font-size: 15px;
	line-height: 150%
}
th  { color: #336; background: url(images/menu_back.jpg) repeat-x }
.white {
	color: white;
	padding: 3px;
	font-size: 13px;
	letter-spacing: -1pt;
}
.small     {
	color: white;
	font-size: 10px
}
.collapse   {
	border: 1px solid #666;
	border-collapse: collapse
}
.red   {
	color: #f60;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	padding-top: 10px;
}
.tb {
	padding: 10px;
}
.large {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menu   {
	color: #444;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	background-color: #efefef;
	padding: 5px 5px;
	border-style: solid;
	border-width: 1pt;
	border-color: #bbb #bbb #bbb #ddd
	}
.base_gray { background-color: #ddd }
.big   {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	padding-top: 10px;
}
.sublist   {
	font-size: 11px;
	font-style: normal;
}

