
body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #C4DCB6;
	margin-top: 0px; margin-bottom: 0px;
	margin-left: 0px; margin-right: 0px;
}

/* Основной шрифт */

body, input, textarea, select {
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3B512F;
}

h1 {
	margin-top: 20px;
}

/* Ссылки */

a:link {
	color : #3B512F;
}

a:visited {
	color: #3B512F;
}

a:hover {
	text-decoration : none;
	color: #3B512F;
}

a:active {
	color: #3B512F;
}

a:focus {
	color: Red;
}

span.aDisabled {
	color: Gray;
}

/* Таблицы */

table.common {
	width : 100%;
	font-size : 85%;
	margin-top : 15px;
}

table.common caption {
	text-align : left;
	text-transform : uppercase;
	font-weight : bold;
	font-size : 120%;
	margin-top : 20;
}

table.common td {
	padding-top : 1;
	padding-bottom : 1;
}

table.common td.last {
	border-bottom : 0px solid black;
	padding-bottom : 4;
}

table.common th {
	border-top : 0px solid black;
	border-bottom : 1px solid black;
	text-align : left;
	padding-top : 3;
	padding-bottom : 3;
}

