/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:lighter;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99%}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*
 *	Required style defs
 */

body
{
	font-family: 'TitilliumText22LLight', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background: #000000;
	color: #424242;
}


h1, h2, h3, h4, h5, h6, p {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
}
p
{
	line-height: 18px;
font-family: 'TitilliumText22LLight';
	padding-bottom: 1em;
}
h1
{
	font-size:24px;
font-family: 'TitilliumText22LLight';
text-transform: uppercase;
	padding-bottom: 0.3em;
	color: #f4aa00;
	line-height: 1.1em;
}

h2
{
	font-size: 18px;
font-family: 'TitilliumText22LLight';
	line-height: 1.1em;
	padding: 0.7em 0;
	color: #872434;
text-transform: uppercase;
}

h3
{
	font-size: 18px;
font-family: 'TitilliumText22LLight';
	line-height: 1.1em;
	padding: 0.7em 0;
	color: #872434;
}

h4
{
	font-size: 16px;
font-family: 'TitilliumText22LLight';
	line-height: 1.1em;
	padding: 0.7em 0;
	color: #000;
}

h5
{
	font-size: 16px;
font-family: 'TitilliumText22LLight';
	line-height: 1.1em;
	padding-bottom: 0.1em;
	color: #000;
}

h6
{
	font-size: 15px;
font-family: 'TitilliumText22LLight';
	line-height: 1.1em;
	padding-bottom: 0.1em;
	color: #000;
}

a:link {
	color: #5fb2db;
	text-decoration: underline;
}
a:visited {
	color: #5fb2db;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.gold a{color:#c4aa6c;text-decoration:none;text-transform:uppercase;font-weight:bold;}
.gold a:hover{color:#6fbbeb;text-decoration:none;text-transform:uppercase;font-weight:bold;}

ol, ul
{
	/* add custom styles here */
	margin: 0;
	padding: 0;
	color: #424242;
}
.body ul {
	margin: 5px 10px 5px -10px;
	
}
.body ul li { margin:0 0 10px 0; }

.body ol {
	margin: 5px 10px 5px -10px;
	
}
.body ol li { margin:0 0 10px 0; }

ul { list-style: url('images/bullet.png'); }



hr{
	border: none;
	height: 1px;
	background: none;
	border-top: 1px solid #aeadad;
}

div {}


select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */
table
{
	/*width: 100%;*/
	padding-bottom: 1em;
	border: 0;
}
caption
{
	
}
th
{
	
}
td
{
	vertical-align: top;
	padding: 1px;
	border: 0;
	width: 33%
}
blockquote
{
	/* recommended styles */

	/* add custom styles here */
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
small
{
	font-size: 80%;
	font-style: italic;
	line-height: 0.8em;
}


.yellow { color: #eeca46; }	
.red { color:#d0333b; }
/*
dd
h4
h5
h6
...
 */