/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A5068;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}


li {
margin-top: .4em;
margin-bottom: .4em;
}

.midheadings {font-size: 16px; font-weight: bold; color: #cc0000; text-transform:uppercase; }

.text1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #435A72;	
}

.text5 {
	padding-left: 15px;
	background: url(images/homepage14.gif) repeat-y left top;
}

.text6 {
	font-size: 11px;
}

.text6 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #788CA0;
}

.text7 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A9B9C7;
}

.text8 {
	color: #8B9FB1;
	text-align: center;
}

.text9 {
	font-size: 12px;
}

/** LIST */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.list1 li.last {
	background: none;
	margin: 0px;
	padding:0px;
}

.list1 a {
	display: block;
	padding-left: 10px;
	background: url(images/homepage19.gif) no-repeat 0px 6px;
}

/** LINKS */

a {
	color: #0033cc;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding: 8px 9px 8px 9px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(images/underline.gif) repeat-x left bottom;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #CC0000; }
.bg2 { background: url(images/homepage12.gif) repeat-y left top; }
.bg3 { background: url(images/homepage13.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage21.jpg) repeat-x left top; }
.bg5 { background: url(images/homepage17.gif) repeat-y left top; }

/** MISC */

.align-left { text-align: left; }
.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;
	margin-bottom: 10px;
	background: url(images/homepage15.gif) repeat-x left top;
}

