﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

#textfield1 {
	width: 50px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}

#textfield2 {
	width: 80px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}

#textfield3 {
	width: 198px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}

#select1 {
	width: 130px;
	height: 19px;
	border: 1px solid #CCCCCC;
}

#submit1 {
}

#submit2 {
	width: 73px;
	height: 22px;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h6 {
	margin: 0px;
	color: #3C3C3C;
}

h5 {
	margin: 0px;
	color: #3C3C3C;
}

h4 {
	margin: 0px;
	color: #3C3C3C;
}

h3 {
	margin: 0px;
	color: #3C3C3C;
	font-size: 13px;
	font-weight: bold;
	align: center;
}

h2 {
	margin: 0px;
	color: #3C3C3C;
	font-size: 14px
}

h1 {
	margin: 0px;
	color: #3C3C3C;
}

/** TEXTS */

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060606;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 14px;
	/**font-weight: bold;**/
	text-align: center;
	line-height:14.5pt;
}

.text2 {
	font-size: 12px;
	/**font-weight: bold;**/
}

.text3 {
	text-align: center;
	font-size: 11px;
	color: #000000;
}

.text4 {
	font-size: 10px;
	text-align: right;
	color: #646464;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #990000
}

.text7 {
	font-size: 11px;
	font-weight: bold;
	color: #6F7072;
}

.text8 {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #9D181D 
}


/** LISTS */

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

.list1 li {
	margin-bottom: 7px;
	padding-left: 25px;
}

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

.list2 li {
	padding-left: 15px;
}

/** LINKS */

a {
	color: #404855;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

.link2 {
	padding-left: 10px;
}

.link3 {
	text-decoration: underline;
	font-weight: bold;
	color: #800000;
}

.link3:hover {
	text-decoration: none;
}

.link4 {
	text-decoration:underline;
	font-weight:bold;
	color:#C0C0C0;
}

.link4:hover {
	text-decoration: none;
}

.link5 {
	text-decoration: underline;
	font-weight: normal;
	color: #990000;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: /**url(../images/xxxxx.jpg) no-repeat left top;*/ }
.bg2 { background: /**url(../images/xxxxx.gif) repeat-x left bottom; border: 1px solid #9D0700;*/ }
.bg2 { background: #9D0700 url(../images/xxxxxxx.gif) repeat-x left bottom; border: 0px solid #9D0700; }
.bg3 { background: /**url(../images/xxxxx.gif) repeat-y left top; */}
.bg4 { background: url(../images/xxxxx.gif) repeat-x left top; }
.bg5 { background: url(../images/xxxxx.gif) repeat-y left top; }
.bg6 { background: url(../images/xxxxx.gif) repeat-y left top; }

/** MISC */

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


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

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

.img3 {
	float: center;
	margin: 0px 0px 0px 15px;
}


hr { display: none; }

.hr1 {
	height: 1px;
}

