/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #c0cfcb;
	padding: 0;
	margin: 0;
	text-align: justify;
}

ul {
	text-align: justify;
}

TD {	text-align: justify;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	line-height: 10pt;
	text-align: justify;
}


.contentq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 8px;
	line-height: 10pt;
	text-align: justify;
}

.wrapper {
	position: relative;
	width:770px;
	background-color: #fff;
	color: #000;
	padding:12px;
	margin: 0;
	text-align: justify;
}
.clsCMOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	font-size : 11px;
	text-decoration : none;
      padding: 3px 4px;
	text-align: justify;
}

.clsCMOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	font-size : 11px;
	text-decoration : none;
      padding: 3px 4px;
}

.leftT {
	color: #000;
	background-color: #f2f2f2;
	background-image: url(images/leftt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
}
.rightT {
	color: #000;
	background-color: #f2f2f2;
	background-image: url(images/rightt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 543px;
}
.spacer {
	height:16px;
	background-color: #f2f2f2;
	color: #000;
}

h1, h2, h3 {
	background-color: #f2f2f2;
	color: #000000;
	font-size: 11px;
}
h2 {
	background-color: #f2f2f2;
}

.leftTile {
	background-image: url(images/lefttile.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightTile {
	background-image: url(images/righttile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
	a:link, a:active, a:visited, a:hover {
	text-decoration : underline;
	background-color:inherit;  
	color: #a03f23;
}

	a:hover {
	text-decoration : none;
	color: #000;
}
.copy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	text-align: justify;
}

img.right
{
float:right;
border:1px solid black;
margin:0px 0px 15px 20px;
}

img.left
{
float:left;
border:1px solid black;
margin:15px 15px 0px 0px;
}