/* CSS Document */
body {
	padding:0px;
	margin:0px;
	/*background-color:#DED8C2;*/
	background-image:url(../flash/background.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.container {
	padding:10px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
}
a:link {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#900;
	
}
a:visited {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#900;
}
a:hover {
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#900;
}
a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border-bottom:dashed;
	border-bottom-width:thin;
	text-decoration:none;
	color:#900;
}
br {
	height:10px;
}