/* CSS Document */
a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #B16205;
}
.text-input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	/*color: #FF9900;*/
	text-decoration: none;
	/*background-color: #66CCFF;*/
}
p{
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #003333;
	padding-left: 15px;
	padding-right: 15px;
}
h1{
	font-family: Tahoma, Arial, serif;
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	color: #0066FF;
	padding-left: 14px;
	text-decoration: underline;
}
h2{
	font-family: Tahoma, Arial, serif;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
	padding-left: 14px;
	text-decoration: underline;
}
h3{
	font-family: Tahoma, Arial, serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	padding-left: 14px;
	text-decoration: none;
}
hr{
	size: 1px;
	margin: 0 0 10 0;
	color: #0066FF;
}
.10points{
	font-size:10px;
}
.address{
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	/*font-style: normal;*/
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin: 3 0 0 3;
}
.body-properties{
	background-color: #5CCBF9;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;	
}
.min-width-300px{
	min-width: 400px;
}
li{
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #003333;
}
.list{
	margin: 3 5 3 5;
}
.list-items{
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #003333;
	margin-left: 8px;
}
.red-text{
	color: #FF0000;
}
.red-text_bold{
	color: #FF0000;
	font-weight: bold;
}
.strong{
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
}
.italic{
	font-style: italic;
}
.disclaimer{
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #003333;
	/*padding-left: 15px;
	padding-right: 15px;*/
}
.disclaimer-bold{
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #003333;
	/*padding-left: 15px;
	padding-right: 15px;*/
}