body {
	background: url(/images/back.jpg) white repeat-x;
	min-width: 700px;
}

form { margin: 0; }

body, p, td, input, select {
	font-family: Verdana;
	font-size: 11px;
}

h1 {
	font-family: tahoma, arial;
	font-size: 18px;
	font-weight: normal;
	color: #d12727;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	color: red;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	font-family: Arial;
	font-size: 11pt;
	color: white;
	margin-bottom: 0px;
}
	
a.menu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #891a1c;
	text-decoration: none;
}

a.menu:hover {
	color: #CC0000;
}

p.topline { 
	color: white; 
}

p.topline a { 
	color: yellow; 
	font-weight: bold;
	font-size: 16px;
}

p.topline a:hover { 
	color: #EEEEEE; 
}

a {
	color: #891a1c;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
}

.fw {
	width: 100%;
}

input.button, button {
	background-color: #891a1c;
	color: white;
	border: solid 1px #CCCCCC;
}

input, textarea, select {
	border: solid 1px black;
}

.nb {
	border: 0;
}	

table.tbl {
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
}

table.tbl tr {
	border: none;
}

table.tbl th {
	font-size: 8pt;
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
	text-align: center;
	padding: 2px;
}

table.tbl td {
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
}

table.std td {
	border: none;
}

.body {
	background-color: white;
	padding: 10px;
}

table#menu td.delim {
	color: #891a1c;
	padding: 0px 5px 0px 5px;
}

div.newsBlock p {
	text-align: justify;
}

div.newsBlock .newsDate {
	font-style: italic;
}

div.newsBlock a {
	color: black;
	text-decoration: underline;
}

div.newsBlock a:hover {
	color: red;
}

.text p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

.duplicatingNavigation {
	font-size: 10px;
}

.capt {
	font-weight: bold;
}

img.b {
	border: 1px solid #891a1c;
}

.dis {
	border: none;
	background-color: #CCCCCC;
}

div#entrance {
	width: 100%;
	position: absolute;
	left: 0px;;
	top: 20px;
}

div#entrance_div {
	width: 300px;
	border: 1px solid #67A802;
	padding: 15px;
	background-color: white;
}

.fld {
	width: 100%;
}

.capt {
	font-weight: bold;
}

.error {
	color: red;
}

a.basket {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

img { behavior: url("/js/iepngfix_v2/iepngfix.htc") }