/* CSS Document */

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

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



body{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	line-height: 16px;
}

p{
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	line-height: 16px;
}

td{
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	line-height: 16px;
}

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

.style2{
	font: 12px;
	/*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;
}

.style4{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.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 {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	/*text-decoration: underline;*/
	background-color: #ffffff;
}

a:active {
	color: #990000;
	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: #752B2E; text-decoration:none;}
a.sublink:hover {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #752B2E; text-decoration:none;}
a img{
	border: none;
}

img.icon1{
	position: relative;
	top: 8px;
}

img.icon2{
	position: relative;
	top: 15px;
}


