
body{
	padding: 0px;
	margin: 0px;
	background-color: #E1E1E1;
	font-family: Tahoma;
	font-size: 11px;
	color:#5E5E5E;
}

#noflash {
	/*padding: 20px 200px;*/
}

p {
	margin:10px 0;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color:#5E5E5E;
}
a:hover{
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

p.warning {
	padding: 10px;
	text-align: center;
	color: red;
	border: 1px solid red;
}
p.mini{
	font-size: 10px;
	text-align: center;
}
