/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/pagebg.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 163px;
	height: 23px;
	margin: 0px;
	padding: 2px 5px;
	background: #FFFFFF url(images/input.gif) no-repeat left top;
	border: none;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #6A7883;*/
	color: black;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 12px;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
}

.text2 {
	color: #384F6C;
}

.text3 {
	text-align: center;
	color: #73818C;
}

/** LINKS */

a {
	color: #FF7600;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
/*	color: #E0E4E7;*/
	color: white;
	font-weight:bold;
}

a.link1:hover {
	color: #FF7600;
	text-decoration: underline;
}

a.link2 {
	color: #384F6C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/bg2.gif) repeat-x left top;
	background-color:white;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/hr1.gif) repeat-x left top;
}

.orangetext {
	color: #FF7701;
}
.whitetext {
	color: #FFFFFF;
}

.heading {
	background: url(images/headingbg.gif) repeat-x left top;
	font-weight:bold;
}

ul {
	list-style-image:url(images/bullet.gif);
}

.xelink {
	font-size:11px;
}

.xelink a {
	color: #6A7883; text-decoration:none;
}

.blacktext {
	color: #000000;
}