@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	color:#333333;
	font-size:14px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.error_strings{
	color:#C00;
	font-size:10px;
	background-color:#FFC;
	border:none;
	text-align:left;
}
#header{
	width:1000px;
	height:197px;
}
.left{
	border:0px;
	float:left;
}

.package{
	padding: 5px;
	clear:both;
	border:2px solid #3C528E;
}

.calendar{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.main{
	margin:0px;
	color:#333333;
	font-size:14px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer{
	color:#999999;
	font-size:10px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#006699;
	width:1000px;

}
#footer a{
	color:#CC6600;
	text-decoration:none;
}
#footer a:hover{
	color:#999999;
	text-decoration:none;
}
h1{
	font-size:24px;
	margin-top:10px;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}

td{
	vertical-align:top;
}