body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #ffe8ae;
}

.bg1{
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bgbutton1{
	background-image: url(images/index_button1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bgbutton2{
	background-image: url(images/index_button2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.bgbutton3{
	background-image: url(images/index_button3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bgbutton4{
	background-image: url(images/index_button4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.bg2{
	background-image: url(images/index_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

td, table, body {
	font-family: Verdana, Arial, tahoma, "Trebuchet MS", georgia, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b0304;
	line-height: 150%;
}

.menu {
	font-family: Verdana, Arial, tahoma, georgia, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffe296;
	font-weight: normal;
}

.menu	A:link 		{ color: #ffe296; text-decoration: none; }
.menu	A:visited 	{ color: #ffe296; text-decoration: none; }
.menu	A:hover		{ color: #ffe296; text-decoration: underline;}
.menu	A:active 	{ color: #ffe296; text-decoration: none; }

A:link		{
	text-decoration: none;
	color: #60090a;
}
A:visited	{
	text-decoration: none;
	color: #60090a;
	}
A:active	{
	text-decoration: none;
	color: #60090a;
}
A:hover	{
	text-decoration: underline;
	color: #60090a;
}
	
.title	{
	color: #ffe8ae;
	font-family: "Trebuchet MS", Arial, tahoma, Verdana, georgia, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 10px 5px 90px;
}

.title	A:link 		{ color: #ffe8ae; text-decoration: none; }
.title	A:visited 	{ color: #ffe8ae; text-decoration: none; }
.title	A:hover		{ color: #ffe8ae; text-decoration: underline;}
.title	A:active 	{ color: #ffe8ae; text-decoration: none; }


input {
background-color: #f1f3a7;
	border: 0px none #ffe296;;
	color: #000000;
	font-family: Verdana, Arial, tahoma, "Trebuchet MS", georgia, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	margin: 0px;
}

.ok{
	background-color: transparent;
	border: 0px none #ffe296;
	color: #000000;
	font-family: Verdana, Arial, tahoma, "Trebuchet MS", georgia, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 21px;
	margin: 0px;
	width: 57px;
	background-image: url(../images/send.jpg);
	cursor: hand;
	cursor: pointer;
}


