/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B4B4B;
}

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

p {
	line-height:1.5em;
}

.text1 {
	text-align: center;
	color: #ffffff;
}

.text2 {
	height: 21px;
	padding: 10px 0px 0px 14px;
	background: url(../images/homepage07.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	margin-bottom: 10px;
	padding: 0px 0px 10px 2px;
	background: url(../images/homepage10.jpg) repeat-x left bottom;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #5f341b;
}

.text3 em {
	font-weight: bold;
	font-style: normal;
}

.text4 {
	font-size: 12px;
	font-weight: bold;
	color: #254873;
}

.text5 {
	padding-left: 16px;
	background: url(../images/homepage13.gif) repeat-y left top;
}

/** LINKS */

a {
	color: #D13300;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.jpg) repeat left top; }
.bg2 { background: url(../images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg4 { background: url(../images/homepage05.jpg) repeat-y left top; }
.bg5 { background: url(../images/homepage06.jpg) no-repeat left top; }
.bg6 { background: #FFFFFF url(../images/homepage08.jpg) repeat-x left top; border-bottom: 1px solid #FAEEDD; }
.bg7 { background: #FCFEFF url(../images/homepage11.jpg) repeat-x left top; }
.bg8 { background: #FFFDF9 url(../images/homepage12.jpg) repeat-x left top; }
.bg9d { background: #FCFEFF url(../images/subpage1_02.jpg) repeat-x left top; }
.bg10 { background: #FFFCF8 url(../images/homepage08.jpg) repeat-x left top; border-bottom: 1px solid #FAEEDD; }

/** MISC */

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

img { border: 15px; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

.push {
	padding-left:10px;
	padding-top:5px;
}

/* Forms */
fieldset {
	border:0px;
}
div.input{margin:0;padding:5px 5px 5px 0;}
div.input label{display:block;margin:0;padding:0;float:left;width:125px;font-weight:bold;}
div.input input{margin:0;padding:0;}
div.submit{margin:0;padding:0;}
textarea{width:350px;height:150px;}
div.checkbox {
	}
div.checkbox label {
	float: none;
	width: 90%;
	}
div.checkbox input {
	float: left;
	margin-right: 10px;
	}
div.radio legend {
	display: none;
	}
div.radio label {
	float: none;
	width: 90%;
	}
	
div.radio input {
	float: left;
	margin-right: 10px;
	}

#flashMessage.message {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	font-weight: 900;
	color: #FF0000;
	}