/* CSS Document */

body {
	background-color: #000099;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 120%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color:#000099;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000099;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: square;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}

a.white:link {color:#ffffff; text-decoration:none;}

a.white:visited {color:#ffffff; text-decoration:none;}

.form_lists {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal;}

.center {
	text-align: center;
}

.big_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #F00;
	font-weight: bolder;
}

.yellow_highlight {
	background-color: #FF6;
}

.quotation_box {
	border: 1px solid #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #c9dbff;
}

.quotation_box p {
	padding: 10px;
	margin: 0px;
}

li.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	
}

.bold {
	font-weight: bold;
}

.textfield_effect:hover {
	background-color: #CCCCCC;
}

.textfield_effect:focus {
	background-color: #CCCCCC;
}

.strike {
	text-decoration:line-through;
}

.image-float {
	float:right;
	text-align:center;
	padding-left:20px;
	padding-bottom:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

#outerWrapper {
	background-color: #fff;
	border: solid 1px #000000;
	width: 1000px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentWrapper {
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	border: 1px solid #000099;
}

