/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fdf5e6;
/*	background-color: black; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** FORMS */

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

.input1 {
	width: 271px;
	padding: 3px 5px;
	background: #FFFFFF url(images/homepage16.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#subpage1 .input1 {
	width: 131px;
}

.input2 {
	width: 67px;
	height: 21px;
	background: url(images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	color: black;
}

td.bignbold {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}


.text1 {
	margin-bottom: 15px;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text1a {
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	font-style: italic;
		text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text2 {
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	text-align: left;
	font-style: italic;
}

.text3 {
	margin-bottom: 10px;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	text-align: right;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #932C31;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
/**	float: left; **/
	text-align: center; /** modified **/
	width: auto;
	height: 27px;
	padding: 5px 10px 0px 5px;  /** modified **/
	text-decoration: none;
/**	text-transform: uppercase; **/
	font-size: 12pt;  /** modified **/
	font-weight: normal;
	color: black;
}

.link1:hover {
	background: url(images/homepage05.gif) repeat-x left top;
	color: #666600;
}

.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: black;
}

/** STYLES */

.style1 {
	color: #666600;
	font-size: 7pt;
}

.snd_sidebar {
	background-color: #336633;
}


.style1 a {
	color: #2e8b57;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }  /** modified **/
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(images/homepage11.gif) repeat-y left top; }
.bg5 { background: url(images/homepage18.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

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

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

/* hr { display: none; }*/

.hr1 {
	clear: both;
	height: 45px;
	background: url(images/homepage09.gif) repeat-x left center;
}

