/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face {
				font-family: 'Gotham-Bold';
				src: url('fonts/gothambold.eot');
				src: url('fonts/gothambold.eot?#iefix') format('embedded-opentype'),
						 url('fonts/gothambold.woff') format('woff'),
						 url('fonts/gothambold.ttf') format('truetype'),
						 url('fonts/gothambold.svg#gothambold') format('svg');
				font-weight: normal;
				font-style: normal;
		}

 	  @font-face {
                        font-family: 'Memphis-BoldItalic';
                        src: url('fonts/MemphBolIta.eot');
       }

      @font-face {
                        font-family: 'Memphis-BoldItalic';
                        src: url('fonts/MemphBolIta.woff') format('woff'),
                        url('fonts/MemphBolIta.svg#Memphis-BoldItalic') format('svg');
       }

      @font-face {
                        font-family: 'Memphis-Bold';
                        src: url('fonts/MemphBol.eot');
       }

      @font-face {
                        font-family: 'Memphis-Bold';
                        src: url('fonts/MemphBol.woff') format('woff'),
                        url('fonts/MemphBol.svg#Memphis-Bold') format('svg');
       }

	  @font-face {
                        font-family: 'Gotham-Book';
                        src: url('fonts/Gotham-Book.eot');
       }

      @font-face {
                        font-family: 'Gotham-Book';
                        src: url('fonts/Gotham-Book.woff') format('woff'),
                        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
       }

body {
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #333;
}
a {
    color: #5992c6;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #f4bd39;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
    color: #484848;
}
small {
    font-size: 80%;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 1.833em; color:#005589;}
h2 {font-size: 1.667em; color:#005589;}
h3 {font-size: 1.5em; color:#005589;}
h4 {font-size: 1.333em; color:#005589;}
h5 {font-size: 1.25em; color:#005589;}
h6 {font-size: 1.083em; color:#005589;}
.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 {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham-Bold', serif, tahoma;
    font-weight: normal;
    margin: 15px 0 20px;
    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;
}
.orange {
    color:#fdb813;
}
/* Text Styling */
.t-yellow, .t-yellow>a>span {
	color:#fec131 !important;
}
.t-lightblue {
	color:#5891c5;
}

.txt_red {
	color:#d40c0c;
}
