/* CSS Document */

* { 
	margin: 0; 
	padding: 0; 
}

body, html {
	height: 100%;
	width: 100%;
	background-color:#1a1a1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

#flash_div {
	width: 100%;
	height: 100%;
}

a {
	color:#6699CC;
}

#flash_message_div {
	width:100%;
	height:100px;
	text-align:center;
	margin-top:100px;
	position:absolute;
}







h1 {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

h2 {
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	color:#D0D0D0	;
	display:inline;	
}

h3 {
	text-indent:0px;
	color: #D0D0D0;
	display:inline;
}






/* STYLES USED ONLY IN THE FLASH TEXT */

p {
	font-family: Arial;
	font-weight: normal;
	color: #BBBBBB;
	font-size: 12px;
	leading:4px;
	text-indent:0px;
}

i {
	font-family:Arial;
	font-style:italic;
}

b {
	font-family:Arial;
	font-weight:bold;
}

left {
	text-indent:0px;
	display:inline;
}

byline {
	font-family: Arial;
	font-size:10px;
	color:#777777;
	text-indent:0px;
}

big {
	font-family: Arial;
	font-size:18px;
	color: #D0D0D0;
	display:inline;
}


