/* Reset
----------------------------------------------------------- */
blockquote,body,div,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,hr,img,input,label,legend,li,object,ol,p,select,textarea,ul {border:none;margin:0;padding:0;}


/* HTML Elements
----------------------------------------------------------- */

body {
	background: #000;
	color: #6c614f;
	font: normal 12px/17px Trebuchet MS, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	text-align: center;
}

a{border-bottom:1px solid #6a6250;color:#6a6250;font-weight:bold;text-decoration:none;}
a:link,a:active,a:focus,a:visited {outline:none;}
a:hover{color:#000;border-bottom:1px solid #993;}

h1{color:#bcbd5e;font-size:18px;font-weight:normal;line-height:26px;margin:0 0 18px 0;}
h2{color:#6c614f;font-family: Georgia; font-size:22px;font-weight:bold;line-height:26px;margin:15px 0;}
h3{color:#6c614f;font-size:13px;font-weight:bold;line-height:17px;margin: 0;}

input, textarea{border:1px solid #7f9db9;padding:2px;}
select{border:1px solid #7f9db9;}
option {padding:2px;}


p {margin:0 0 20px 0;}

ol {margin:20px 0 20px 24px;} 
ol li {margin: 6px 0;} 


ul {margin:20px 0 20px 24px;} 
ul li {margin: 6px 0;} 


/* Formatting
----------------------------------------------------------- */

.standout {
	font-size: 16px;
}

.standout-red {color:#f26649;}
.standout-green {color:#b0bc22;}
.standout-blue {color:#62cae3;}

.standout-large
{
	font-size:13px;
	color:#695E4A;
}