@charset "utf-8";
body { 	background-color: #e2e2e2;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-image: url(src/page_bg.jpg);
		background-attachment: scroll;
		background-repeat: repeat-x;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:focus { color: #0033CC; }
a:hover { color: #0033CC; }
a:active { color: #0033CC; }

p { line-height: 17px; }
h1 { font-size: 18px; font-weight: bold; border-bottom: 1px solid #999999; display: block; }
h2 { font-size: 14px; font-weight: bold; color: #333333; line-height: 14px; margin: 0 0 5px 0; padding: 0 0 0 0; }
h3 { font-size: 12px; font-weight: bold; color: #0033CC; line-height: 14px; margin: 5px 0 5px 0; padding: 0 0 0 0; }

.navigation {
	text-decoration: none;
	display: block;
	line-height: 25px;
	border-bottom: 1px dotted #CCCCCC;
}
ul {
   list-style-type: none;
   margin:0;
   padding: 0 0 0 0px;
}
ul li {
   margin: 5px 0 0 0;
   padding: 0 0 0 10px;
   background-image: url(src/dot.jpg);
   background-repeat: no-repeat;
   background-position: 0 6px; 
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	line-height: 11px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #333333;
	margin-bottom: 1px;
}


