.title_white {
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-weight: bold;
	color: #336699;
}
.menu_text {
	font-size: medium;
	font-weight: bold;
	color: #336699;
}
.smalltext {
	font-size: xx-small;
}
.trhand {
	cursor:pointer;cursor:hand;
}.borderr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
}
.borderb{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.cathead {
	font-size: small;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #336699;
}
.subcat {
	font-size: small;
	font-weight: bold;
	color: #666666;
	cursor:pointer;cursor:hand;
}
.subcatsub {
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	cursor:pointer;cursor:hand;
}.bigserifblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #336699;

}
.bigserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #999999;
}
.textfield {
	border: 1px solid #336699;
	font-size: small;
	color: #336699;
	padding: 2px;

}
.textarea {
	border: 1px solid #336699;
	color: #336699;
	padding: 2px;

}
.error {
	font-size: small;
	color: #FF0000;
	text-decoration: blink;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
