@charset "UTF-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #410D47;
}

.bodytext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
}

.td_bg{
	background-color: #F8E17D;
	background-image: url(images/body_bg_wide.jpg);
	background-repeat: no-repeat;
}

h2{
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #410D47;
}

.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #996600;
	letter-spacing: 1px;
	font-weight: bold;
}