/* CSS Document */


	
.main {
		margin: auto;
		width: 805px;
	}

/*text------------------------*/
	
	

body{
	font: 11px arial;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
}

reviewtext{
	font: 11px arial;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
}

p{
	font: 11px arial;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
}

td{
	font: 11px arial;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
}

.style1 {
	color: #ffffff;
	font: 9px arial;
	text align: left;
	color: #ffffff;
}

.style2{
	font: 11px arial;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	line-height: 24px;
}

.style3{
	font-size: 12px;
	font-style:oblique;
	font-style: strong;
	border-bottom: dotted black 1px;
	ont-variant: small-caps;
	line-height: 24px;
	color: #006600;
}

.textsmall{
	font-size: 9px;
	color: #000000;
}


h1{
	font-size: 12px;
	font-style: strong;
	color: #006600;
	/*border: 2px;
	border-color: #fff;
	background-color: #c7d8ed;
	padding: 2px;*/
}

h2{
	font-size: 13px;
	font-style: strong;
	color: #221d52;
	border: 2px;
	border-color: #c00;
	background-color: #fc6;
	padding: 2px;
}


/*links---------------------*/
a.link:link {
	color: #FF6600;
	text-decoration: none;
}

a.link:visited {
	color: #FF6600;
	text-decoration: none;
}

a.link:hover {
	color: #993300;
	/*text-decoration: underline;*/
	/*background-color: #ABCA6D;*/
}

a.link:active {
	color: #ABCA6D;
	text-decoration: none;
}

a.sublink:link {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration:none;}
a.sublink:visited {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration:none;}
a.sublink:active {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #E58825; text-decoration:none;}
a.sublink:hover {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #853811; text-decoration:none;}
