/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F0F0F0 url(images/img5.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size:15px;
}

/** TEXTS */

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

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

/** LINKS */

a {
	color: #585858;
}

a:hover {
	text-decoration: none;
	color:#666666;
}

.link1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	color: #A1A1A1;
}

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

.text1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #C6C6C6;
	letter-spacing: -1px;
	color: #585858;
}

.text2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #585858;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #A1A1A1;
}

.text4 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
}

.input1 {
	width: 135px;
}
.bg1 {
	background: url(images/img3.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/img2.jpg) no-repeat;
	height: 212px;
}

.bg3 {
	border-top: 4px solid #C6C6C6;
}

.bg4 {
	border-bottom: 1px solid #C6C6C6;
}

.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;
}

