body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#454544;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg);
	}

/* -- titles -- */
	
.title1 {
	text-align: left;
	margin: 17px 0px 0px 29px;	
	}
.title2 {
	text-align: left;
	margin: 17px 0px 0px 29px;
	font-size:24px;
	font-weight:bold;
	color:#9f9c13;	
	}
.sub1 {
	text-align: left;
	margin: 15px 0px -5px 29px;
	font-weight: bold;
	font-size:18px;	
	}
	
/* -- content -- */

ul {
	margin:10px 20px 0px 0px;
	padding:0px;
	text-align: left;	
	}
li {
	margin: 13px 20px 0px 75px;
	padding:0px;
	text-align:left;	
	}
#news p {
	margin:16px 30px 0px 31px;
	text-align:left;	
	}

.footer {
	font-size:11px;
	margin:3px 0px 0px 0px;
	text-align:center;
	}
	
	
/* -- table elements -- */
#left {
	background: url(../images/bg_left.gif);
	}
#right {
	background: url(../images/bg_right.gif);
	}

table p {
	text-align:left;	
	margin: 10px 30px 0px 29px;	
	}



/* -- anchors -- */
a:link, a:visited, a:active {
	font-weight: bold;	
	color: #633c19;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;	
	}
a:hover {
	font-weight: bold;
	color: #633c19;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	}
a.footer:link, a.footer:visited, a.footer:active {
	color: #4c4c33;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	}
a.footer:hover {
	color: #4c4c33;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;	
	}
a.footer2:link, a.footer2:visited, a.footer2:active {
	color: #4c4c33;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	}
a.footer2:hover {
	color: #4c4c33;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;	
	}
