/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FAFCFD url('../images/homepage01.gif') repeat-x;
	color: #949494;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input.head, textarea.head, select.head {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	border:1px solid #00007e;
}	

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

th, td {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	margin-bottom:10px;
}

.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #3D4B51;
}

.paragraphtitle {
	font-size: 18px;
	font-weight: bold;
	color: #3D4B51;
	padding-top:17px;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #3079B3;
	padding-bottom:10px;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #3D4B51;
}

.small {
	padding-top=0px;
	font-size: 9px;
	font-weight: normal;
	color: #3D4B51;
}

.bigger {
	padding-top=0px;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #3079B3;
}

.text4 {
	font-weight: bold;
	color: #707070;
}

.text5 {
	text-align: center;
	color: #9AAEBD;
}

.text6 {
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #1479CA;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url('../images/homepage03.jpg') no-repeat;
}

.bg2 {
	background: url('../images/pagebody.jpg') repeat-y;
}

.bg3 {
	background: url('../images/homepage13.gif') repeat-x;
}

.bg4 {
	background: url('../images/homepage15.gif') repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 20px;
}

hr { display: none; }

.hr1 {
}