/* CSS Document */

body {
    background-color: #B9B99F;
    margin:0;
	text-align:center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
h1 {
	font-size: 40px;
	color: #F2F0E8;
	font-weight: bold;
	text-decoration: none;
	display:inline;
}
.submenu {
    font-weight: normal;
	font-size:11px;
}
.title {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.subtitle {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.text2 {
	font-size: 11px;
	color: #F2F0E8;
	text-decoration: none;
	font-weight:bold;
}
.text3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.borders {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.leftmenu {
    border-left: 1px solid #EEEEEE;
	background-color: #1D4F36;
}
.content {
    border: 1px solid #EEEEEE;
	border-bottom: 0px;
	background-image:url(../images/content/content-bg.jpg);
	background-repeat:repeat-y;
	padding:20px;
}
.footer {
	border: 1px solid #333333;
	font-size: 11px;
	color: #EEEEEE;
	background-color: #666666;
	padding-right:10px;
}
.fot-text {
    font-size:11px;
}
.fot-text:link {
    font-size:11px;
	color:#EEEEEE;
	text-decoration:none;
}
.fot-text:visited {
    font-size:11px;
	color:#EEEEEE;
	text-decoration:none;
}
.fot-text:hover {
    font-size:11px;
	color:#EEEEEE;
	text-decoration:underline;
}

.error {
	color:#FF0000;
}

input, textarea, select {
	border: #DCD5C0 solid 1px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
}

button {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
	color:#333333;
	border: solid #333333 1px;
	background-color:#333333;
	height: 1px;
}