/* CSS Document */

body {
	margin: 0px;
	text-align: left;
	background-color: #003366;
	font-size: 14px;
}

a {
	color:#FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {border: none;}

img.border {border: 1px solid #ffffff;}

.style1 {font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 1.3em;}

.style2 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFF00;}

.style3 {font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}

.style4 {font-size: 11px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}

.style5 {font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}

.list1 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 2px 0px 2px 0px; list-style-type:square; color:#FFFFFF;}

ul.list2 {margin: 0; padding: 10px;}

ul.list2 li {font-size: 16px; padding: 4px 0px; text-indent: 0;}

.feature1 {margin: 0px; padding: 10px 10px 10px 10px;}

.feature2 {margin: 0px; padding: 20px 20px 20px 20px;}

#footer{
	clear: both;
	float: left;
    width: 800px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ffffff;
}

.breakerNone {
	clear: both;
}

.breakerSuperMin {
	padding-bottom: 5px;
	clear: both;
}

.breakerMin {
	padding-bottom: 15px;
	clear: both;
}

.breakerMax {
	padding-bottom: 25px;
	clear: both;
}

.breakerSuperMax {
	padding-bottom: 50px;
	clear: both;
}

.left {float: left;}

.right {float: right;}

.leftMarg {margin-left: 20px;}

.rightMarg {margin-right: 20px;}

.bottomMarg {margin-bottom: 30px;}

.italic {font-style: italic;}

.bold {font-weight: bold;}
