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

body, html  {
	height            : 100%;
	min-height        : 100%;
} 

body {
	background-color  : #333;
	margin            : 0 0 0 0;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 11px;
	font-weight       : normal;
	color             : #FFFFFF;
	line-height       : normal;
	text-decoration   : none;
	}

p {
	color             : #FFFFFF;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-weight       : normal;
}

p a {
	color             : #FFFFFF;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 11px;
	font-weight       : bold;
}

p a:hover {
	color             : #FFFFFF;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 11px;
	font-weight       : bold;
	text-decoration   : underline; 
}

h1 {
	color             : #CCCCCC;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-weight       : bold;
	font-size         : 18px;
}

h2 {
	color             : #CCCCCC;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-weight       : normal;
	font-size         : 13px;
}

div #alt {
	width             :720px;
	margin            :10px auto 10px auto;
}

/* MENU */
div #alt #menu {
	position                 : relative;
	z-index                  : 100;
	width                    : 720px;
	height                   : 30px;
	padding                  : 0px;
	margin                   : 0px;
	display                  : block;
}

div #alt #menu dl, dt, dd {
	margin                   : 0;
	padding                  : 0;
	list-style-type          : none;
	font-family              : Verdana, Geneva, sans-serif;
	font-size                : 11px;
	font-weight              : bold;
	color                    : #FFF;
	height                   : 20px;
	line-height              : 20px;
}

div #alt #menu dl {
	float                    : left;
	width                    : 80px;
	height                   : 20px;
	margin                   : 0 5px 0 0;
}

div #alt #menu dt {
	cursor                   : pointer;
	text-align               : center;
	font-weight              : bold;
	width                    : 80px;
}

div #alt #menu dl a {
	font-family              : Verdana, Geneva, sans-serif;
	font-size                : 11px;
	color                    : #FFF;
	text-decoration          : none;
	display                  : block;
	height                   : 20px;
}
	
div #alt #menu dl a:hover, #menu dt a:focus {
	color                    : #F00;
}


#flashcontent {
	margin            : 0 0 0 0;
	width             : 100%;
	cursor            : default ;
	height            : 100%;
}
