﻿/** BASIC */

/*body {*/
	/*margin: 0px;*/
	/*padding: 0px;
	background: #ffffff url(HomePage/Images/homepage01.jpg) repeat-x;*/ /*This is the background that goes the whole width of the header that is almost totally transparent.*/
/*}*/

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h3 {
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
	color: #555555;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 1.2em;
}

.text1 {
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C
}

.text2 {
	font-size: 16px;
	color: #555555;
}

.text3 {
	font-size: 13px;
	color: #555555;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #CEDBDF;
}

/** LINKS */

a {
	color: #80A2A3;
}

	a:hover {
		text-decoration: none;
	}

/** STYLES */

.style1 {
	text-align: right;
	font-size: 11px;
	color: #696969;
}

	.style1 a {
		color: #696969;
	}

/** BACKGROUNDS */

/*.bg1 {
	background: url(HomePage/Images/subpage01.gif) repeat-y left top;*/ /*Creates the blank space on both sides of the header*/
/*}*/

.bg2 {
	background: url(HomePage/Images/subpage02.gif) no-repeat left bottom;
}

.bg3 {
	background: url(HomePage/Images/homepage15.gif);
}

.bg4 {
	background: url(HomePage/Images/homepage16.gif);
}

/** MISC */

.align-justify {
	text-align: justify;
}

.img1 {
	float: left;
	margin-right: 15px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}


