/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  /*  font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;  */
	  font-family: arial, sans-serif;
  /*  font-size: 12px;  
    line-height: 1.7;  */
    color: #333;
    background: #282828;
}
a {
    color:#009cb6;
    text-decoration: none;
		outline: 0;
}
a:hover {
    text-decoration:underline;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
		font-family: arial, sans-serif;
		color:#6D6D6D;
		line-height: 1.4;
	/*	clear: both;  */
}
small {
    font-size: 80%;
}
a:focus {
   /* outline: 1px dotted;  */
	 outline: 0;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
/* h1 {font-size: 1.833em;}
h2 {font-size: 1.667em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.333em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.083em;} */
h1 {font-family:'GothamRnd',arial,helvetica,sans-serif; font-size:36px !important; margin-top:20px;}
h2 {font-family:'GothamRnd',arial,helvetica,sans-serif; font-size:30px !important; margin-top:20px;}
h3 {font-family:'GothamRnd',arial,helvetica,sans-serif; font-size:22px !important; margin-top:14px;}
h4 {font-family:arial,helvetica,sans-serif; font-size:16px !important; font-weight:bold !important; margin-top:12px;}
h5 {font-family:arial,helvetica,sans-serif; font-size:14px !important; font-weight:bold !important; margin-top: 5px;}
h6 {font-family:arial,helvetica,sans-serif; font-size:12px !important; margin-top: 5px;}
.js_on .cufon-on h1 {font-size: 2.3em;}
.js_on .cufon-on h2 {font-size: 2.18em;}
.js_on .cufon-on h3 {font-size: 1.833em;}
.js_on .cufon-on h4 {font-size: 1.667em;}
.js_on .cufon-on h5 {font-size: 1.5em;}
.js_on .cufon-on h6 {font-size: 1.333em;}
h1, h2, h3, h4, h5, h6 {line-height: 1.2em;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
   font-family: arial, sans-serif;
	 color:#6D6D6D;
	 line-height: 1.4;
   list-style: decimal;
	 margin-left: 30px;
	 padding-top: 3px;
}

ul {
   font-family: arial, sans-serif; 
/*	 list-style: none;  */
    list-style: disc outside;   
		line-height: 1.4;     
		margin-left: 30px;
		padding-top: 3px;
}

li {margin-left: 5px; margin-bottom: 5px;}

ul ul {
   list-style-type: circle;
}

ul ul ul {
   list-style-type: square;
}

dd {
    margin-left: 10px;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GothamRnd",arial,helvetica,sans-serif;  
    font-weight: normal;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 2px;
    padding-bottom: 2px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}

.center {
    text-align: center;
}
