/* CSS Document */

/* only IE mac will see this */
* html>body #container {width: 825px;}
* html>body #masthead {width: 825px;}
/* end IE mac workaround */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	overflow-x: hidden;
	overflow-y: auto;
	}

#bodytext {
	width: 550px;	
	overflow-x: hidden;
	overflow-y: auto;
	}

p {
	font-size: 11px;
	margin-right: 20px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	}

a:link {
	color: #003366;
	text-decoration: underline;
	}
	
a:hover {
	color: #996633;
	text-decoration: underline;
	}

a:active {
	color: #666666;
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	text-decoration: underline;
	}

ul {
	list-style-type: square;
	margin: 1.5em;
	padding-left: 0em;
	}

li {
	line-height: 15px;
	}

.attribute {
	text-indent: 50px;
	font-weight: bold;
	}

label {
	font-size: 11px;
	}
	
input.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	line-height: 12px;
	padding: 1px;
	margin: 0;
	}

.textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	}

input.button {
	color: #ffffff;
	background-color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	border: 1px solid #003366;
	padding: 0;
	margin: 0;
	}