/*reset*/
html, body, div,span,applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat; /*x or y*/
	text-align: center;
}

table, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #424242;
	text-align: left;
}
.shadowleft {
	background-image: url(images/left_shadow.jpg);
	background-repeat: repeat-y; 
}
.shadowright {
	background-image: url(images/right_shadow.jpg);
	background-repeat: repeat-y; 
}
.navbutton {
	background-image: url(images/navbutton.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.navactive {
	background-image: url(images/navactive.jpg);
	background-repeat: no-repeat;
	text-align: center; 
}
#wrapper {
	width: 978px;
	margin: 0 auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	background-position: 1px;
}
.content {
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
A:LINK {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
}

A:VISITED {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ffffff;
	text-decoration: none;
}

A:HOVER {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #a5a6d1;
}

A:ACTIVE {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #a5a6d1;
}




/*  class="active"  */
A.active:LINK {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #60554c;
	text-decoration: none;
}

A.active:VISITED {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #60554c;
	text-decoration: none;
}

A.active:HOVER {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #a5a6d1;
}

A.active:ACTIVE {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight :bold;
	color : #a5a6d1;
}
/*  links in the content text  */
.content a:link {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #6FA0C6;
	text-decoration: none;
	word-spacing: 5px;
}

.content a:visited {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #6FA0C6;
	text-decoration: none;
	word-spacing: 5px;
}

.content a:hover {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #5B5148;
}

.content a:active {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #5B5148;
}

#footer {
	background-image: url(images/footer_drop.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	_margin-top: -3px;
}
.footer {
	text-align: center;
	word-spacing: 15px;
	padding: 10px 5px 15px 5px;
}

/*  links in the content text  */
.footer a:link {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #6FA0C6;
	text-decoration: none;
	word-spacing: 5px;
}

.footer a:visited {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #6FA0C6;
	text-decoration: none;
	word-spacing: 5px;
}

.footer a:hover {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #ffffff;
}

.footer a:active {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #0000ff;
}




h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14pt; /*px, pt, em.*/
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000000;
	margin: 3px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000000;
	margin: 3px;
}

h3 {
	color: #424242;
	margin-left: 60px;
	font-size: 12pt;
	margin-bottom: 5px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
	font-style:normal;
	text-align: center;
	color: #666666;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	margin: 0;
	padding: 0.3em;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: Bold;
	color : #666666;
	padding: 0.3em;
}