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

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

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

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

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

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

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

.alert {
	color             : #FFFFCC;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : bold;
}

.alert a {
	color             : #FFFFCC;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : bold;
}

.alert a:hover {
	color             : #FFFFCC;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : bold;
	text-decoration   : underline;
}

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