/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}





a:link, a:visited {
	color: #DE0035;
}
a:hover, a:active {
	color: #E5B50B;
	text-decoration: none;
}
.yellow {
	color: #E5B50B;
	font-weight: bold;
}
ul, li {
	color: #E5B50B;
	list-style: none;
	padding: 0px;
	margin: 0px;
}


h1 {
	color: #333;
	font-size: 26px;
	font-weight: lighter;
}

h3, h3 a:link, h3 a:visited {
	color: #DE0035;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.small, .small:link, .small:visited, .date { 
	color: #CCC;
	font-size: 9px;
}

h2 {
	color: #3A4447;
	font-size: 13px;
	margin: 0px;
}

p {
	margin-top: 0px;
}
b { color: #3A4447; }








