@charset "utf-8";
/* CSS Document */

@import url("http://yui.yahooapis.com/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("http://yui.yahooapis.com/2.8.1/build/base/base-min.css");

html, body{margin:0px; height:100%;}
td{border:0px; padding:0px;
}
h1,h2,h3,h4,h5,h6{ font-weight:bold;}
body{
	color:#282131;
	font-size:12pt;
	background-color: #FFFFFF;
	background-image: url(../../iface/bgs/main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link{
	color: #282131;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #282131;
	font-weight: bold;
	text-decoration: underline;
}a:visited:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}


#content{
	background-color:#8E2BC8;
	color:#FFFFFF;
	padding: 10px;
}
#Footer{ background-color:#282131;}
#Footer td{ color:#FFFFFF; font-size:9pt;}
#Footer td a:link{ color:#FF9900; font-size:9pt; font-weight:bold; text-decoration:none;}
#Footer td a:hover{ color: #999999; font-size:9pt; font-weight:bold; text-decoration:none;}
p,fieldset,table,pre { margin-bottom:0px;}

