/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #4288BF url(images/bg.jpg) repeat-x;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	line-height: 18px;
}

.text0 {
	margin-bottom: 12px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.text1 {
	margin-bottom: 12px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.text2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	color: #858585;
}

.text4 {
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #808577;
}

.text5 {
	text-align: center;
	color: #A1C4DF;
}

/** LINKS */

a {
	color: #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #A9CC19;
	text-decoration: none;
	border-bottom: dotted 1px #A9CC19;
	
}

a.link1 {
	display: block;
	width: auto;
	margin: 7px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #A6A6A6;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 0;
}

a.link1:hover {
	font-weight: bold;
	color: #A9CC19;
	border-bottom: dotted 0px #A9CC19;
	text-decoration: none;
}

a.current {
	display: block;
	width: auto;
	margin: 7px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 0;
	color: #A9CC19;
}

a.current:hover {
	font-weight: bold;
	color: #A9CC19;
	border-bottom: dotted 0px #A9CC19;
	text-decoration: none;
}

a.link-bm {
	display: block;
	width: auto;
	margin: 7px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 0;
}

a.link-bm:hover {
	font-weight: bold;
	color: #A9CC19;
	border-bottom: dotted 0px #A9CC19;
	text-decoration: none;
}

a.current-bm {
	display: block;
	width: auto;
	margin: 7px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 0;
	color: #A9CC19;
}

a.current-bm:hover {
	font-weight: bold;
	color: #A9CC19;
	border-bottom: dotted 0px #A9CC19;
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
/*	background: url(images/trans-bg.png) no-repeat right bottom;
	behavior: url(images/iepngfix.htc);*/
}

.bg2 {
	background: url(images/homepage08.gif) repeat-y left top;
}

/** MISC */

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

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

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}
