@font-face {
	font-family: 'LetterGothicStdBold';
	src: url('/content/struct/fonts/letter_gothic_std_bold-webfont.eot');
	src: local('?'), url('/content/struct/fonts/letter_gothic_std_bold-webfont.woff') format('woff'), url('/content/struct/fonts/letter_gothic_std_bold-webfont.ttf') format('truetype'), url('/content/struct/fonts/letter_gothic_std_bold-webfont.svg#webfontdH8KdhWa') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body {
	color:#000;
	margin:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height:100%;
}

form { height:100%;}
a {
	color: #000;
	text-decoration: none;
}


/*a:visited {
	font-weight: bold;
}*/

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color:#000;
}



h1 {
	font-size:14px;
	font-weight: bold;
	color: #000;
	padding-left: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	font-weight:100 px; 
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #FFF;
	font-family: 'LetterGothicStdBold' ,Arial,Helvetica,sans-serif;
}

h2 {
	margin: 0;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	font-family: 'LetterGothicStdBold' ,Arial,Helvetica,sans-serif;
}



h3 {
	font-size:12px;
	font-weight: bold;
	color: #000;
	/*text-transform: uppercase;*/
	margin: 0;
	padding-top: 0px;
	line-height: 20px;
/*	text-transform: lowercase;*/
}

h4 {
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	margin: 0;
	background-color: #FFF;
}

h5 {
	font-size: 11px;
	color: #000;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}

h5:first-letter {
	text-transform:uppercase;
} 

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a {
border:none;
}

input {
	font-size: 11px;
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCC;
	color:#333;
}

input[type="checkbox"] {
	border-style:none;
}
input[type="submit"] {
	font-size: 11px;
	margin: 0px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 5px;
	padding-bottom:5px;
	font-weight:bold;
	cursor:pointer;
	background-color:#000;
	border: 1px solid #000;
	color:#FFF;
}


input[type="submit"]:hover {
	background-color: #6E6E6E;
}

select {
	color: #000;
	margin: 2px;
	padding: 1px;
	border: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
}
hr {
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
