/* CSS Document */


/* Base styles */

html {
	height: 100%; /* Needed for footer to stick to bottom of screen */
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	vertical-align: top;
}

.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	padding-left: 1px;
}


table,td,th,tr {
font-size:100%;
color: #666666;
vertical-align: top;
text-align:left;
}

body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul, input, img{
	margin: 0;
	padding: 0;
}
a:link { color: #8a8987; font-size: 10px; font-weight: bold; text-decoration: none; }
a:visited { color: #8a8987; text-decoration: none; font-size: 10px; font-weight: bold; }
a:hover { text-decoration: none; color: #a92e53; font-size: 10px; font-weight: bold; }
a:active { text-decoration: none; color:#8a8987; font-size: 10px; font-weight: bold; }

h1 {
	font-size: 160%;
}
h2 { color: #c1552f; font-size: 120%; }
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

blockquote {
	font-style:italic;
	}
ol {
list-style-position:inside
}
ul li, ol li {
list-style-position:inside
}
li ol {
margin-left:20px;

}
cmyk { position: fixed; bottom: 12px; }
li ul {
margin-left:20px;

}


legend {
		display:none;
		}
fieldset {
		border:0px;
		}
label {
		
		}

/*content styles*/
