
/*
-----------------------------------------------
COLORS

Gray: #58585B
Yellow: #ffed00
Red: #ED1C24
Blue: #004dff
Voilet: #750787  
----------------------------------------------- */

body {
	background: #000; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #FFF; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	margin:0;
	padding:0;
	line-height: 1.5em;
	
}

a:link {color:#ffed00; text-decoration: none;}
a:visited {text-decoration: none;color:#ffed00;}
a:hover {text-decoration: underline;color:#004dff;}
a:focus {text-decoration: none;color:#ffffcc;}
a:active {text-decoration: underline;color:#ffffcc;}
a img {      border: none;
}

h1, h2, h3, h4, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 12px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }

h1 { font-size: 28px; 
margin-top: 0px;
font-family:Georgia, "Times New Roman", Times, serif; 
font-weight:100; 
color:#ED1C24;  }

h2 { font-size: 20px;
color:#FFDD17; font-weight:100; }

h3 { font-size: 16px;
color:#ED1C24; font-weight:100;
margin-bottom: 9px;   }

h4 { font-size: 15px; font-weight:bold;
color:#999999;
margin-bottom: 0px;     
}

h5 { font-family: Verdana, Geneva, sans-serif;
font-weight:bold;
	font-size: 13px; 
	color: #000; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align:center;
	text-transform:uppercase;    
}


#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px; 
	color: #FFFFFF;
	line-height: 1.5em;
	text-align:center;
	}

#footer a:link {color:#FFFFFF; text-decoration: none;}
#footer a:visited {text-decoration: none;color:#FFFFFF;}
#footer a:hover {text-decoration: underline;color:#999;}
#footer a:focus {text-decoration: underline;color:#999;}
#footer a:active {text-decoration: underline;color:#999;}


.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#anchors 	{	
	font-size: 11px;
	padding-right: 15px;
	text-align: left;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 5px; 
	}
#anchors a:link {color:#fff; text-decoration: none;}
#anchors a:visited {text-decoration: none;color:#fff;}
#anchors a:hover {text-decoration: underline;color:#004dff;}
#anchors a:focus {text-decoration: none;color:#004dff;}
#anchors a:active {text-decoration: none;color:#213F99;}

#anchors_news 	{	
	font-size: 11px;
	padding-right: 0px;
	text-align: right;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 0px; 
	}
#anchors_news a:link {color:#FFDD17; text-decoration: none;}
#anchors_news a:visited {text-decoration: none;color:#FFDD17;}
#anchors_news a:hover {text-decoration: underline;color:#FFDD17;}
#anchors_news a:focus {text-decoration: none;color:#FFDD17;}
#anchors_news a:active {text-decoration: none;color:#FFDD17;}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


#contact 	{	
	font-size: 10px;
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	text-align: left;
	color:#FFF;

	}
#contact a:link {color:#CCC; text-decoration: none;}
#contact a:visited {text-decoration: none;color:#FFF;}
#contact a:hover {text-decoration: underline;color:#FFF;}
#contact a:focus {text-decoration: none;color:#FFF;}
#contact a:active {text-decoration: none;color:#FFF;}
