/**
 * Style sheet a_main
 */
*
{
	margin:0;
	padding:0;
}

body, textarea, input, td, th select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
}

body, a
{
	color:#333333;
}

textarea, input, select
{
	border:1px solid #cccccc;
}

p
{
	margin:0em 0em 1em 0em;
	padding:0px 5px;
}

h1
{
	margin:0em 0em 1em 0em;
	padding:0px 5px;
	font-size:1.2em;
}

h2
{
	margin:0em 0em .8em 0em;
	padding:0px 5px;
	font-size:1.2em;
}

h2 a
{
	color:#BF9707;
}

.error
{
	margin:1px 0px 0px 0px;
	padding:2px 0px 3px 20px;
	background-image:url("system/themes/default/images/error.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#cc5555;
}

#main
{
	font-size:.85em;
}

#header
{
	margin-bottom:10px;
}

#headline
{
	display:inline;
}

#headline h1
{
	left:-9999px;
	position:absolute;
}

#footer
{
	padding:5px 0px 20px 0px;
	text-align:center;
	border-top:1px solid #DEC32B;
	font-size:.8em;
	color:#666666;
}

#footer p
{
	text-align:center;
}

#copyright
{
	margin-top:20px;
	margin-bottom:20px;
}

.footnote
{
	font-size:.9em;
	color:#666666;
}

.ce_hyperlink
{
	margin-bottom:1em;
	padding-right:5px;
	padding-left:5px;
}
