body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	margin:0px;
}

table.content {
	height:800px;
}

table.nav {
	font-size:84%;
}

a, a:visited {
	font-weight:bold;
	color:#000000;
}

a:hover {
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

a.noline {
	text-decoration:none;
}

a.noline:hover {
	text-decoration:underline;
}
	
p {
	margin:8px;
}	
	
h1 {
	font-size:110%;
	margin:8px;
	padding:0px 0px 5px 0px;
}		

h2 {
	font-size:90%;
	background-color:#CCCCCC;
	margin:4px;
	padding:5px;
}	
	
h3 {
	font-size:90%;
	font-weight:normal;
	background-color:#EECC22;
	margin:0px;
	padding:6px 15px 6px 15px;
	text-align:right;
}		

hr {
	height:1px;
	border:1px;
	background-color:#000000;
	color:#000000;
	margin:0px;
}

span.intro {
	font-weight:bold;
	font-style:italic;
	float:left;
	margin:0px 0px 0px 174px;
}

p.footer {
	font-size:90%;
	text-align:center;
}

td.menu {
	background-color:#CCCCCC;
}

td.yellow {
	background-image:url(images/bgmain.gif);
	background-repeat:repeat-x;
	background-color:#FFEF94;
}

select {
	width:200px;
}

input {
	width:200px;
}

textarea {
	width:300px;
	overflow:inherit;
}

ul {
	margin:0px;
}

div.box {
	font-size:90%;
	width:510px;
	margin:38px 0px 0px 10px;
	padding:6px;
	border:2px;
	border-style:dashed;
	border-color:#666666;
}


div.boxblue {
	font-size:90%;
	width:220px;
	height:40px;
	padding:6px;
	border:2px;
	border-style:dashed;
	background-color:#E6E6F2;
	border-color:#666666;
	text-align:center;
}

div.boxyellow {
	font-size:90%;
	width:220px;
	height:40px;
	padding:6px;
	border:2px;
	border-style:dashed;
	background-color:#FCFFD7;
	border-color:#666666;
	text-align:center;
}

/* ---------------- Submit button ---------------- */
	
.clear {
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 		

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
} 
