/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/bg01.gif) repeat left top;
}

/** 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: 11px;
	line-height: 15px;
	color: #566C7E;
}

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

.text1 {
	text-align: center;
	font-size: 10px;
	color: #A2AEB7;
}

.text2 {
	font-size: 10px;
	color: #465E72;
}

.text3 {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #566C7E;
}

.text4 {
	letter-spacing: normal;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #7C0100;
	padding-bottom: 4px;
}

.text5 {
	letter-spacing: normal;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #465E72;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
/*	background: url(/images/homepage18.gif) repeat left top; */
	list-style: none;
	line-height: 15px;
	text-align: left;
}

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

.list1 a {
	padding: 14px;
	background: url(/images/homepage19.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #566C7E;
}

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

/** LINKS */

a {
	/* color: #BC2F01; */
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	letter-spacing: 0px;
	font: bold 16px  Verdana, Arial, Helvetica, sans-serif;
	color: #7C0100;
}

.link1 em {
	display: block;
	letter-spacing: normal;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #465E72;
}

.link2 {
	padding-left: 12px;
	background: url(/images/homepage17.gif) no-repeat left center;
	font-size: 10px;
}
	

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images/bg02.gif) repeat-x left top; }
.bg2 { background: url(/images/bg03.gif) repeat-y left top; }
/*.bg3 { background: url(/images/bg04.gif) no-repeat left top; }
.bg4 { background: url(/images/bg05.gif) no-repeat right top; }*/
.bg5 { background: url(/images/bg06.gif) no-repeat left top; }
.bg6 { background: url(/images/bg07.gif) no-repeat left top; }
.bg7 { background: url(/images/homepage06.gif) repeat-x left bottom; }
.bg8 { background: url(/images/homepage24.gif) repeat-y left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	padding: 1px;
	border: 1px dotted #cccccc;
}

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

hr { display: none; }

.hr1 {
	height: 1px;
}

h4 {
	margin-bottom: 5px;
}

h4 a {
	letter-spacing: normal;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #566c7e;
	text-decoration: none;
	
}

.imageBoxed { border: 1px dotted #cccccc; margin: 8px; margin-right: 0px; margin-top: 0px; padding: 3px; }
.imgborder{ border: 1px dotted #cccccc; margin: 1px;}

