
/**********************************************************************************
*
*	cairn.css
*
**********************************************************************************/

/*	Markup Tags Definitions	*/
body {
	margin: 0px;
	padding: 0px;
	background: background.jpg repeat;
	text-align: center;
}

body, table, tr, td, p, div, h1, h2, h3, h4, h5, ul, ol, li {
  font-family      : Arial, Tahoma, Verdana, Times;
}
body, table, tr, td, p, div, ul, ol, li {
  font-size        : 14px;
  color            : #000000;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

a {
	color: #744A1C;
	text-decoration: none;	
}

a:link {
	color: #744A1C;
	text-decoration: underline	
}

a:visited {
	color: #744A1C;
	text-decoration: bold; underline	
}

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

a:active {
	color: #744A1C;
	text-decoration: none;	
}

hr {
  background       : #796647;
  height           : 1px;
  width            : 50%;
}



/* 	Classes 	*/
.cwpHeader {
	text-align: center;
}

.cwpNav {
	color: #005511;
	background-color: #E2DCC4;
	vertical-align: top;

}

.cwpContent {
	vertical-align: top;
}

.cwpFeatures {
 	background: #eeeeee;
	vertical-align: top;
}

.cwpCopy {
	background-color: #DCE4DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.cwpHeadline {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #999999;
}
