
/* Browser Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption s{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;4
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
	font-weight:bold;
}
/* FF3 DONT SHOW DOTTED BORDER ON LINKS */
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
/* END FF3 DONT SHOW DOTTED BORDER ON LINKS */


/* GENERAL */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	color:#008698;
}
.alert { 
	color:#FF0000;
	font-size:1.2em;
	font-weight:bold;
}

#flash-holder {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	color:#000000;
}
#flash-holder p {
	margin:100px;
}




/* TERMS */
#terms-outer { 
	width:569px;
	text-align: center;
}
#terms { 
	font-size:12px;
	width:529px;
	background-color: #00aeef;
	text-align: left;
	padding-left:26px;
	padding-right:14px;
}
#terms h1 { 
	font-size:18px;
	font-weight: bold;
	padding:6px;
}
#terms h2 { 
	font-size:16px;
	font-weight: bold;
	padding:6px;
}
#terms p { 
	font-size:12px;
	padding:6px;
}
#terms ol { 
	padding:6px;
}
#terms ul { 
	padding:6px;
}
#terms li { 
	padding-bottom:3px;
}




/* Get Flash */
#get-flash-outer { 
	width:569px;
	text-align: center;
}
#get-flash { 
	font-size:18px;
	line-height: 24px;
	width:529px;
	background-color: #00aeef;
	text-align: left;
	padding-left:26px;
	padding-right:14px;
}
#get-flash h1 { 
	font-size:18px;
	font-weight: bold;
	padding:6px;
}
#get-flash h2 { 
	font-size:16px;
	font-weight: bold;
	padding:6px;
}
#get-flash p { 
	font-size:18px;
	padding:6px;
}
#get-flash ol { 
	padding:6px;
}
#get-flash ul { 
	padding:6px;
}
#get-flash li { 
	padding-bottom:3px;
}
#get-flash a { 
	color:#0000FF;
	text-decoration: underline;
}




