
/* --------------------------------------------------- */

body, html {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	color:#666666; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	margin:0px 0px 40px 0px;
	}

/* --------------------------------------------------- */

a:link {
	color:#77312B;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
a:visited {
	color:#77312B;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
a:hover {
	color:#77312B;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	}
a:active {
	color:#77312B;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}

/* --------------------------------------------------- */

p {
	color:#666666; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px;
	padding-bottom:5px; 
	}

p.sidebar {
	color:#333333; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	line-height:15px; 
	}

/* --------------------------------------------------- */

h1 {
	color:#5B0E00;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	}

h2 {
	color:#5B0E00;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	text-align:left;
	}

/* --------------------------------------------------- */

li {
	line-height:16px;
	padding-bottom:5px;
	}

/* --------------------------------------------------- */

