/* CSS Document */
body{
	font-family:Verdana;
	font-size:12px;
	margin-top:0px;
}

table{text-align:left;}

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

h2 {
	padding: 2em 0 1em 0;
	font-size: 1.0em;
	text-align: center;
	}

p {
	padding: 0 0 1.0em 0;
	line-height: 135%;
	}

#header{
	text-align:center;
}

#footer{
	text-align:center;
}

#content{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

a.f_text
{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#4C4C4C;
}

.error{
	color:#ec0000;
	/*
border: 
border-top 1px solid 
*/
	margin-bottom:5px;
	padding-top:2px;
}

.redtop
{
	margin-top:5px;
	border-top:solid;
	border-top-color:#fe0000;
}

