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

a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

body {
	margin-top: 0px;
}

.style1 {
    color: #FFFFFF; font-size: 13px; 
}

.style2 {
	font-size: 13px
}

.style3 {
	font-size: 11px
}

.XXbrown {
	font-size: xx-large; color:#311707;
}

.XXwhite {
	font-size: xx-large; color:#ffffff;
}

.brown {
	font-size: middle; color:#311707;
}

.white {
	font-size: middle; color:#ffffff;
}
