@charset "utf-8";
/* CSS Document */

/* HTLM */
body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	background:#EEE;
}

a { text-decoration:none; }
a:link {color:#09D; font-weight:bold; }
a:hover {color:#037; font-weight:bold; }

hr { border:#CCCCCC 1px dotted;	max-height:1px; }

/* Color Elements */
b, h2, h3, label { color:#09D; }

/* Text Elements */
h3 {text-transform:uppercase;}

/* Form Elements */
input, textarea {width:100%;}
#DDD {text-align:center; max-width:30px;}
#Fone {text-align:center; max-width:80px;}
/* Top Elements */
#Top {
	width:780px;
	background:#FFF;
	padding:10px;
}

#TopMenu {
	vertical-align:bottom;
}

/* Sky Banner */
#SkyBanner {
	width:100%;
	height:250px;
	background:#09D;
	text-align:center;
}
.SkyBanner {
	width:780px;
	height:250px;
	text-align:center;
}

/* Middle Elements */
#Middle {
	width:780px;
	background:#FFF;
	padding:10px;
}

/* HomeBox Elements */
#HomeBox {
	width:33%;
	padding:10px;
	vertical-align:top;
}

/* Bottom Elements */
#Bottom {
	width:780px;
	background:#09D;
	color:#FFF;
	padding:10px;
	text-align:center;
}