/* CSS Document */

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }

.itemtext a:link {color:#FFFFFF;}
.itemtext a:visited {color:#FFFFFF;}
.itemtext a:hover {color:#c3bc80;}

.heading1 {
	font-size:20px;
	color: #85232D;	
	letter-spacing: 6px;
	text-align:right;
	line-height:120%;
}

.heading2 {
	font-size:16px;
	color:#85232D;
	font-weight:bold;
}

.heading3 {
	font-size:16px;
	color:#263800;
	font-weight:bold;
}

.heading4 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

a {
	color:#7c8b4f;
	text-decoration: none;
	font-weight:bold;
}


a:visited {
	color:#7c8b4f;
	text-decoration: none;
}

a:hover {
	color:#660000;
}

body {
	color:#333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}