@import url("../inserts_onepages/insert_styles.css");


BODY {
	MARGIN: 0px;
	background-image: url(images/background.gif);
	padding: 0px;
	text-align: center;
}

html {
	scrollbar-arrow-color : #47623C;
	scrollbar-highlight-color : #47623C;
	scrollbar-shadow-color : #47623C;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}



/* td & p styles */

td	{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 22px; 
	color: #514B42
}

p  {
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #514B42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* link style */

a {
	color: #666666;
}

a:hover 	{
	color: #990000;
}


/* 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;

}


.largeletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	text-transform: uppercase;
}


h1{
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #6B7739;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;

}
h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	color: #6B7739;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

