/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(images/backer.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
	


.padding {
	padding: 5px 5px 5px 5px
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #AD6228;
	height: auto;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #AD6228;
	height: auto;
	}
	
	
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	}
	
.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.modbacker{
	background-image:url(images/mod_backer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.footerbacker{
	background-image:url(images/footer_backer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.orange {
	color:#AD6228;
	}
	
.black {
	color:#000000;
	}
	
.white {
	color:#ffffff;
	}

.linko:link {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.linko:visited {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.linko:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}

.linkg:link {
	text-decoration:underline;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.linkg:visited {
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.linkg:hover {
	color: #AD6228;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
}

.linkor:link {
	text-decoration:none;
	color: #AD6228;
	font-weight: bold;
	font-size: 12px;
}

.linkor:visited {
	text-decoration:none;
	color: #AD6228;
	font-weight: bold;
	font-size: 12px;
}

.linkor:hover {
	color: #AD6228;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}

.cancelation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}

