body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(Images/homepage01.jpg) repeat-x;
}
#masterWrapper {
    width: 700px; 
    margin: 0px auto; 
    text-align: center;
}

/** 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 */

/** MISC */
.bg1 {
    background: url(Images/subpage01.gif) repeat-y left top;
}

.bg2 {
    background: url(Images/subpage02.gif) no-repeat left bottom;
}

.bg3 {
    background: url(Images/homepage15.gif);
}

.bg4 {
    background: url(Images/homepage16.gif);
}

.align-justify { text-align: justify; }

.hr1 {
	height: 1px;
}
