@import url("../inserts_onepages/insert_styles.css");


BODY {
	MARGIN: 0px;
	background-color: FFFFFF;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding: 0px;
	text-align: center;
}

html {
	scrollbar-arrow-color : #E4E7E9;
	scrollbar-highlight-color : #E4E7E9;
	scrollbar-shadow-color : #E4E7E9;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}


p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #515151;
}

H1  {
	font-size : 20px;
	font-family : "Times New Roman", Times, serif;
	color : #909167;
	line-height: 22px;
	font-style: italic;
	vertical-align: middle;
	font-weight: normal;
}

/* link style */
a {	color: #666666;}
a:hover 	{color: #990000;}

/* address link style */
.address { color: #FFFFFF;
	font-weight: bold;
}
a.address {color: #FFFFFF;}
a.address:hover {color: #CC3333;}


/* button style */

.button {
	border-style: none;
	background-color: #FFFFFF;
	text-decoration: none;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #514b42;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

.buttonover {
	border-style: none;
	background-color: F4F2EC;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #004993;
	font-weight: bold;

}

