body { 
	margin: 0px;
	padding: 0;
	color: white;
	background-color: #002c5e;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: justify; 
	background-image:url('./graf/bg_main.jpg'); 
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.leftshadow{
	width: 10px; 
	background-image:url('./graf/l.png'); 
}

.rightshadow{
	width: 10px; 
	background-image:url('./graf/r.png'); 
}

.content {
	color: #bca675;
	padding: 30px; 
	text-align: justify; 
	background-color: black;
	background-image:url('./graf/orn2blue.jpg');
	background-position: top right; 
	background-repeat: no-repeat;
}

.menu {
	font-size: 14px;
	width: 950px; 
	height: 30px; 
	text-align: left; 
	background-image:url('./graf/bar2.jpg'); 
	color: #005000;
}

a{
	color: #ba8f31;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

.hr_line, .hr_line_nomargin {
	height: 1px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_line_nomargin {
	margin: 0px;
}

.letter, .letter18, .letter16, .letter14, .letter12{
	font-family: georgia, "times New Roman";
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
}

.letter18{
	font-size: 18px;
}

.letter16{
	font-size: 16px;
}

.letter14{
	font-size: 14px;
}

.letter12{
	font-size: 12px;
}

.mini { font-size: 10px; color: #3b3528}
