* {
	margin: 0;
	padding: 0;
	color: #616161;
	font-family: verdana, arial, helvetica, sans-serif;
}



body 
{
	background-color: #ffffff;
	margin: 0 auto;
	width: 780px; 
	padding: 0;
	border: none;
	font-size: 76%;
	text-align: center;
}


/*typography*/
a {
	text-decoration: none;
}
a:link {}
a:visited {}
a:active {}
a:hover {}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em;
	list-style: none;
}
p {
	font-size: 1.0em;
	padding: 0;
}


h2 {
	padding: 0 10px 3px 10px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 3px;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #002B61;
}
h6 {
	color: #002B61;
	font-weight: bold;
	font-size: 0.93em;
}
h6 span {
	font-size: 0.9em;
	font-weight: bold;
}

hr {
	visibility: hidden;
	clear: both;
	border: 0; /* for Mozilla and Firefox */
}

textarea
{
	white-space: pre;
	display: block;
	}

abbr
{
	color:#ff0000;
	font-weight:bold;
	direction:ltr;
	}


ul.square li ul li
{
	list-style: square inside;
} 
	 
ul.circle li
{	
	list-style: circle;
}

form fieldset 
{
	width:350px;
	padding: 10px;
	margin:0 20px;
}

form fieldset legend {
	font-size:1.5em;
}

input
{ 
	height:18px;
}


input, textarea, select
{ 
	font-size:14px;
    background: url('../images/input_shadow.gif') left top no-repeat;
}

input:focus, textarea:focus, input.sffocus, textarea.sffocus
{ 
    background: url('../images/input_shadow_over.gif') left top no-repeat;
    color:#000000;
}

