/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 153px;
	border: 1px solid #EDEDED;
	border-top-color: #BFBFBF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #B3B3B2;
}

.text2 {
	font-size: 16px;
	color: #000000;
#	color: #686868;
}

.text3 {
	color: #A0000B;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #A0000B;
}

.txt1 {
	color: #333;
	font-weight: normal;
}
.txt2 {
	color: #333;
	font-weight: bold;
}
.txt3 {
	color: #333;
	font-weight: bold;
	background-color: #ff3;
}
.txt4 {
	color: #c33;
	font-weight: normal;
}
.txt5 {
	color: #c33;
	font-weight: bold;
}
.txt6 {
	color: #c33;
	font-weight: bold;
	background-color: #ff3;
}
.txt7 {
	color: #048;
	font-weight: normal;
}
.txt8 {
	color: #048;
	font-weight: bold;
}
.txt9 {
	color: #048;
	font-weight: bold;
	background-color: #ff3;
}

/** LISTS1 */

.list1 {
	list-style: none;
}

.list1 a {
	padding-left: 8px;
	background: url(images/bg15.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #A0000B;
}

a:hover {
	text-decoration: none;
}

#banners a {
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color: #1f5875;
}

.link1 {
	padding-left: 8px;
	background: url(images/bg15.gif) no-repeat left center;
}

/** STYLES */

.style1 {
;	text-align: center;
	color: #333333;
}

.style1 a {
	text-decoration: none;
	color: #333333;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #F2F2F1 url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg2_01.jpg) repeat-y left top; }
.bg4 { background: url(images/bg2_02.jpg) no-repeat left top; }
.bg5 { background: url(images/bg20.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 15px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 21px;
	background: url(images/dots-x.gif) repeat-x left center;
}

