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, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}

/*****************/

body {
	background:#000 url(images/gradientbg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

strong {
	font-weight:700;
}

p {
	margin:10px 0 15px 0;
	line-height:1.5em;
}

#wrapper {
	width:800px;
	margin:0px auto;
}

#logo {
	text-align:center;
}

.title {
	color:#D60E2B;
	font-size:16px;
	font-weight:bold;
}

.yellow_text {
	color:#b3d770;
}

.grey_text {
	color:#fff;
}

table td.logos {
	padding:3px 0 3px 0;
}

a.title{
	color:#D60E2B;
	font-size:16px;
	font-weight:bold;
}	
	
a.title:hover{
	color:#b3d770;
}
	
li {
	margin-bottom:10px;
}

.main_cell {
	border:none;
	background:none;
	padding:10px;
}

.inner_cell {
	border:medium solid #76777A;
	border-top:none;
	background:#FFFFFF;
	padding:10px;
}

.logos_cell {
	border:medium solid #76777A;
	border-top:none;
	background:#FFFFFF;
	padding:7px;
	margin-top:10px;
}

.logos {
	text-align:center;
	vertical-align:middle;
}

.titlecell {
	border:medium solid #76777A;
	border-bottom:none;
	background:#000000;
	padding:5px;
}

td.backlink {
	background:none;
	background-position:right top;
	padding:2px;
}

td.backlink .title {
	background:none;
}

.instructions {
	padding:0px 0 0px 14px;
}

.address {
	border: medium solid #76777A;
}