/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FAFCFD url(../images/utility/homepage01.gif) repeat-x;
}

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td {
	color: #666;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select, legend {
	color: #666;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

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

p {
    margin: 5px 0 10px 0;
    }

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3D4B51;
    border-bottom:1px dotted #C6C6C6;
    padding-top:15px;
    margin-bottom:10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3D4B51;
    border-bottom:1px dotted #C6C6C6;
    margin-bottom:10px;
}

h3.nodash {
    border-bottom:0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #3079B3;
    margin-bottom:5px;
}

.text6 {
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #1479CA;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/utility/homepage03.jpg) no-repeat;
}

.bg2 {
	background: url(../images/utility/homepage10.jpg) repeat-y;
}

.bg3 {
	background: url(../images/utility/homepage13.gif) repeat-x;
}

.bg4 {
	background: url(../images/utility/homepage15.gif) repeat-y;
}

/** MISC */

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

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

.clear {clear:both;}

hr { display: none; }

blockquote {
  margin: 10px 20px 10px 20px;
  padding: 10px 20px 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
  }
  
fieldset {
  border: 1px solid #848484;
  }
  
div#pagination {margin-top:20px;}
