body,td,input,select,textarea {
	color: #282F2D;
	font-family: verdana,tahoma;
	font-size: 12px;
}

a {
	color: #000071;
	font-family: verdana,tahoma;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.red {
	color: #BC0000;
}

.topMenu {
	color: #8E8E99;
	font-weight: bold;
}

.topMenu:hover {
	color: #BC0000;
	text-decoration: underline;
}

.path {
	color: #ffffff;
	font-family: times new roman;
	font-size: 14px;
	text-decoration: none;
}

.menuTitle {
	color: #BC0000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin-top: 15;
	margin-bottom: 0;
}

.error {
	color: red;
}

.curTopic {
	background-color: #E5E5FF;
}

.tbl_head {
	background: #eeeeee;
	font-weight: bold;
}

.hilight {
	font-weight: bold;
	color: #aa0000;
}

.bgGray {
	background-color: #f5f5f5;
}

.bgGrayLess {
	background-color: #fafafa;
}

.bgYellow{
	background-color: #FEF9E7;
}

.bgYellowMore {
	background-color: #F8EDC6;
}

.button { 
	font: bold 11px verdana, helvetica, sans-serif; 
	background-color: #333333; 
	color: #ffffff; 
	cursor: hand;
}

