/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

.prof {
	font-size : 10px;
	margin-left : 40px;
}

/** HEADINGS */

.text1, h1 {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(images/dottedarrow.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #557583;
}

.us {
	color : teal;
}

.text3, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #84A7B6;
	margin : 0px;
	margin-top : 5px;
	margin-bottom : 2px;
}

.text2, h3 {
	font-size: 13px;
	font-weight: normal;
	color: #84A7B6;
	
}

.text4, h4 {
	text-align: center;
	font-size: 12px;
	color: #A3BCC3;
}


/** TEXTS */

body {
	margin : 10px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.linkcell {
	padding-left : 10px;
	padding-right : 10px;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

blockquote, p {
	line-height : 150%;
}

p {
	margin-top :8px;
	margin-bottom : 2px;
}

li {
	padding-left : 10px;
	padding-bottom : 8px;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	line-height: 17px;
}

.ul1 a {
	font-size: 12px;
	padding-left: 17px;
	background: url(images/triplearrows.gif) no-repeat left center;
}

.text1 {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(images/dottedarrow.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #557583;
}

strong {
	color : #557583;
	font-weight : bold;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #84A7B6;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #84A7B6;
}

.text4 {
	text-align: center;
	font-size: 12px;
	color: #A3BCC3;
}

/** LINKS */

a {
	color: #7F807F;
}

.footer {
	color : white;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif) repeat left top;
}

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

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


