/** BASIC */

body {
	margin-top: 30px;
	padding: 0px;
	background-color: #F0F0F0;
	/*background-image: url(images/backgr3.png); background-repeat: repeat-x; background-color: #c8c8c8;*/
}

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 5px;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1, h2 {
	font-size: 13pt;
	color: #606060;
	padding-left: 21px;
	/*background: url(images/homepage14.gif) no-repeat left center;*/
	border-bottom:1px dotted silver;
	margin: 25px 0 25px 0;
}

h2 {
	margin-top: 25px;
}

.text2 {
	font-size: 14pt;
	color: #606060;
}

.text3 {
	font-size: 11px;
}

.text4 {
	color: #A81122;
}

.text5 {
	text-align: center;
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 11px;
	/*background: url(images/homepage19.gif) no-repeat 0px 6px;*/
	text-decoration: none;
	color: #545454;
}

.list1 a:hover {
	/*text-decoration: underline;*/
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 5px;
}

.list2 a {
	padding-left: 11px;
	/*background: url(images/homepage17.gif) no-repeat 0px 6px;*/
}

/** LINKS */

a {
	color: #A81122;
}

a:hover {
	text-decoration: none;
}

.link1 {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	/*text-decoration: underline;*/
}

.link2 {
}

.link3 {
	padding-right: 14px;
	background: url(images/homepage21.gif) no-repeat right center; 
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */
/*
.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage03.gif) repeat-x left top; }
.bg3 { background: url(images/homepage04.gif) repeat-x left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(images/homepage09.gif) repeat-y left top; }
.bg6 { background: url(images/homepage10.gif) repeat-y right top; }
.bg7 { background: url(images/homepage15.gif) repeat-x left bottom; }
.bg8 { background: url(images/homepage20.gif) repeat-y left top; }
.bg9 { background: url(images/homepage22.jpg) no-repeat center center; padding-top:5px }*/

.bg3 {background-color:green; }
.bg9 {background-color:green; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

