/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
}

a,a:link,a:active,a:visited 
{
   /*font-weight: bold;*/
   color: #069;
   text-decoration: none;
   outline: none;
}
a:hover 
{
    font-weight: bold;
    color:#0380BA; 
    text-decoration: underline;     
 }

a:focus {
	outline-style:dotted;
	outline-width: 1px;
	/*outline-color:invert;*/
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{    
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

/*h1,h2,h3{ border-bottom:3px solid #000000; }*/

h1 
{
    color:#000000;
	font-size: 24px;
    /*text-transform:uppercase;*/
}

h2 
{
    color:#0071b5;
	font-size: 17px;	
}

h3 
{
    color:#00288a;
	font-size: 15px;
}

h4 
{
    color:#00288a;
	font-size: 19px;
}

h5 
{
    color:#00288a;
	font-size: 17px;
}

h6 
{
    color:#00288a;
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
}

p{ line-height:18px; }

.generaltext
{
 color:#343434;   
}  
  
.generaltext h3
{
    color:#0166ff;
    font-size: 12px;
    font-weight: bold;    
}    

/*--- tooCoded styles ---*/

.outer-form-box h1, .outer-form-box2 h1,.outer-form-box3 h1 {
        margin-bottom: 10px;
        padding: 4px 0 2px 10px;
        font-family: Lucida Sans, Arial;
        font-size: 20px;
        color: #FFF;
        font-weight: normal;
        background-color: #333;
        border-bottom: 3px solid #99CC00;
        display: block;
}
.outer-form-box h2, .outer-form-box2 h2{
      font-family: Arial;
      border-bottom: 1px solid #CCC;
      color: #333;
      font-size: 15px;
      font-style: italic;
      margin:10px;
}
.restop h3, .restop-right h3{
    padding: 14px 0 2px 20px;
	margin-bottom: 0;
    font-family: Lucida Sans, Arial;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
}
.resmid p{
	margin-left: 10px;
}
.blued{
	color: #0099CC!important;
}

@font-face{
	font-family:"Consolas";
	src:url("../fonts/CONSOLA.TTF");
}
@font-face{
	font-family:"DS-DIGITAL";
	src:url("../fonts/DS-DIGI.TTF");
}

.timer{
	font-size: 35px;
	font-family:DS-DIGITAL, Consolas, Arial Black;
	width: 200px;
	background-color: #333;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
}