/** BASIC */

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

/** FORMS */

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

form h3 {
  color: #000;
  font-size: 14px;
  border-bottom: solid 1px #000;
  margin-top: 20px;
}

input[type='text'], input[type='password'], 
input[type='checkbox'], select, textarea {
border-color:#666;
border-style:solid;
border-width:1px;
font-family:"Lucida Grande",Lucida,Helvetica,sans-serif;
font-size:100%;
padding:2px;
}

input[type='text']:focus, textarea:focus {
  background: #fff;
  color: #000;  
}

form dl {
margin:0pt 10px;
padding: 0pt;
}

dt {
margin-top:7px;
}

dt label{
font-weight:bold;
margin:0pt;
padding:0pt;
}

dd {
line-height:normal;
padding:1px;
margin:0pt;
}

.fieldWithErrors {
border: solid 2px red;
padding: 0px;
width: auto;
}

#errorExplanation {
  border: solid 1px red;
  margin: 10px 0;
  background: #FFCCCC;
  color: red;
  font-weight: bold;
}

#errorExplanation h2 {
  font-size: 14px;
  background: red;
  color: #fff;
  padding: 5px;
}

#errorExplanation p { padding: 5px;}

/** HEADINGS */

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

/** TEXTS */

body, th, td {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

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

.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: #000000;
     font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(/images/subpage1_01.jpg) no-repeat right 466px;
}

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