/* CSS Document */
body,html {
margin: 0px;
padding: 0px;
height: 100%;
}
#container {
width: 500px;
min-height: 100%;
}
* html #container {
height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: "Century gothic, arial, sans-serif";
	font-size: 14px;
	color: #3399CC;
}
.style2 {
	color: #FFFFFF;
	font-family: "Century gothic, arial, sans-serif";
	font-size: 12px;
}
.style3 {
	font-family: "Century gothic, arial, sans-serif";
	font-size: 11px;
	color: #FFFFFF;
}
.style4 {
	color: #666666;
	font-family: "Century gothic, arial, sans-serif";
	font-size: 10px;
}
.style5 {
color: #FF0000; font-family: "Century gothic, arial, sans-serif"; font-size: 12px; 
}
.style6 {
color: #3399CC
}
.style7 {
	font-size: 12px;
	font-family: "Century gothic, arial, sans-serif";
	color: #3399cc;
	font-weight: bold;
}
.style8 {
font-size: 16px; color: #FFFFFF; 
}
.style9 {
	font-family: "Century gothic, arial, sans-serif";
	font-size: 12px;
	color: #000000;
}

a:link { text-decoration: none; color: #3399CC}
a:visited { text-decoration: none; color: #3399CC}
a:active { text-decoration: none; color: #3399CC}
a:hover { color: #ffffff}

