/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #413D25;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A5A394;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #CECAAE;
}

.text2 {
	font:normal 10px/11px Arial, Helvetica, sans-serif;
	color: #7C8393;
}

.cs{
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	text-align:center;
	font:bold 16px Arial, Helvetica, sans-serif;
}

/** LINKS */

a {
	color: #7691CC;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x left top; }
.bg3 { background: url(images/bg05.jpg) no-repeat left top; }
.bg4 { background: url(images/bg07.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage01.jpg) no-repeat right top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#scroller {
	height: 311px;
	overflow: auto;
}