@charset "UTF-8";
/* CSS Document */
html, body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
img{ border:none;}
a {
	color: #000000;
	text-decoration: underline;
}
#nav{
	display: none;
}
h1 {
 float:right;	
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size:18pt;
	padding-bottom:10pt;
	color:#262262;
}
h3 {
	font-size:14pt;
	padding:0 0 5pt;
}
.colRight h3 {
	font-size:16pt;
	padding:0 0 5pt;
}

.content {clear:both;}
.content p {
	padding-bottom:5pt;
}
.content a {
	text-decoration:underline;
}
.colLeft{ clear:both;}
.colRight{ clear:both;padding-top:10pt;}

.vig{float:left; padding:2%; margin-right:3%; width:17%; border:1px solid #dadada; }

#footer {
	border-top:1p1 solid #dadada;
	padding-top:5pt;
	font-size: 9pt;
	color:#bbbbbb;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	list-style-type: none;
	display:inline;
	margin:0;
	padding-right:10pt;
}
#footer a {
	color:#bbbbbb;
	text-decoration:none;
}


form td {
	padding:3pt 0px 3pt 3pt;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.fields {
	border:1pt solid #CCCCCC;
}
label {
	padding: 0 20pt 0 0;
}
