﻿@font-face {
    font-family: 'GothamBook';
    src: url('Gotham-Book-webfont.eot');
    src: url('Gotham-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Book-webfont.woff') format('woff'),
         url('Gotham-Book-webfont.ttf') format('truetype'),
         url('Gotham-Book-webfont.svg#Gotham Book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBold';
    src: url('Gotham-Bold-webfont.eot');
    src: url('Gotham-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Bold-webfont.woff') format('woff'),
         url('Gotham-Bold-webfont.ttf') format('truetype'),
         url('Gotham-Bold-webfont.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	padding: 0; /* Gets rid of the automatic padding */
	margin: 0;	/*	on HTML documents */
	font-family: 'GothamBook'; Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background:none transparent;
}

A:link {text-decoration: none; color: #686867;}

A:visited {text-decoration: none; color: #686867;}

A:active {text-decoration: none; color: #686867;}

A:hover {text-decoration: underline; color: #FFFFFF;}

#name {
	border: 0px solid #000000; 
}

.mainbobyText
{
	text-align:left;
	font-family:'GothamBook', Verdana, Arial, Helvetica, sans-serif;letter-spacing: 0;
	font-size:12px;
	color: #000000;
	line-height:18px;
	padding-left:0mm;
	padding-top:5mm;
}




























