body {
	color:#43414C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;

	scrollbar-3d-light-color: #F6F6F6;
	scrollbar-arrow-color: #3F3E3A;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #F3F3F3;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #CDCDCD;
	scrollbar-base-color: #EAEAEA;
	scrollbar-track-color: #CDCDCD;
}

td {
	color:#43414C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
}

.menu {
	color:#e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	background-image: url('img/layout/menu_off.jpg');
	cursor:pointer;
	cursor:hand;
}

.menuover {
	color:#e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	background-image: url('img/layout/menu_on.jpg');
	cursor:pointer;
	cursor:hand;
}

input {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
	border-width: 1px;
	border-color: #3F3E3A;
	border-style: solid;
	background-color: #ecebe6;
	color: #3F3E3A;
}

select {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
	border-width: 1px;
	border-color: #3F3E3A;
	border-style: solid;
	background-color: #ecebe6;
	color: #3F3E3A;
}

textarea {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
	border-width: 1px;
	border-color: #3F3E3A;
	border-style: solid;
	background-color: #ecebe6;
	color: #3F3E3A;
}

.gray {
	color:#595959;
}

a { color: #666560; }
a:hover { color: #2CA1EF; }

.title {
	font-family : verdana,helvetica,arial;
	font-size : 13px;
	font-weight : 800;
	line-height : 16px;
	color: #43414C;
}

.heading {
	font-family : verdana,helvetica,arial;
	font-size : 13px;
	font-weight : 800;
	line-height : 16px;
	color: #3F3E3A;
}

.caption {
	font-family : verdana,helvetica,arial;
	font-size : 10px;
	line-height : 12px;
	color: #3F3E3A;
}

.footer {
	font-family : myriad pro,verdana,helvetica,arial;
	font-size : 9px;
	line-height : 13px;
	color: #3F3E3A;
}

.footer a {
	text-decoration: none;
	color: #50514A;
}

.footer a:hover {
	color: #ABACA4;
}

.small {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
}

.warn {
	color: #ff0000;
}