/* CSS Document */

body { 
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;
	font-weight: normal; 
	color: #333333; 
	font-size: 12px;
	margin-top: 5px;
	background-color:#CCCCCC;
		}
h1 {
	font-size: 24px;
	font-weight: normal; 
	color: #FF9900;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-bottom: 5px;
}

a, a:link, a:active, a:visited   {
	font-weight: bold;
    text-decoration: none;
	color: #333333;
    border-bottom:1px dotted #333333;
}

a:hover   {
	font-weight: bold;
    text-decoration: none;
	color: #FF9900;
    border-bottom:1px solid #FF9900;
}

td.text {
	padding-left: 20px;
	padding-right: 20px;
}

td.lank {
	padding-top: 40px;
	padding-bottom: 40px;
}

#flashstart {
	width: 800px;
	text-align: center;
}