/* Comment element properties */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #D0C1AA url(images/body-bg.jpg) repeat scroll;
/* 	background: #D0C1AA; */
	margin: 0px;
	padding: 0px;
}

a {
	color: #AA0220;
	text-decoration: none;
}

a:hover {
	color: #AA0220;
	text-decoration: underline;
}

a.side {
	color: #BE083F;
	text-decoration: none;
}

a:hover.side {
	color: #800000;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	border: 1px solid #D5BFA1;
	background: #EFDEC9;
	margin-left:10px;
}

h1 {
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color:#AA0220;
	padding: 15px 0 5px 0;
	margin: 0px;
	border-bottom: 2px solid #EFDEC9;
}

h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color:#AA0220;
	padding: 15px 0 0px 0;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color:#AA0220;
	padding: 15px 0 5px 0;
	margin: 0px;
	border-bottom: 2px solid #EFDEC9;
}