body {
	background-image: url(../img/headBG.gif);
	background-repeat: repeat-x;
	font-size:12px;
	font-family: Arial,sans-serif;
	background-repeat: repeat-x;
	background-position: top center;
	margin:0;
    padding:0;
}

/* Atribute to hide elements in older browsers */
[hidden] { display: none; }

input[type="text"],input[type="password"]{
	height:12px;
	font-size:12px;
}

input[type="button"]{
	margin-left:3px;
	margin-right:3px;
}

@font-face {
    font-family: 'UniversBold';
    src: url('/fonts/univers67condensedbold-webfont.eot');
    src: url('/fonts/univers67condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/univers67condensedbold-webfont.woff') format('woff'),
         url('/fonts/univers67condensedbold-webfont.ttf') format('truetype'),
         url('/fonts/univers67condensedbold-webfont.svg#UniversBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UniversBold';
        src: url('http://www.spansetprojects.com/fonts/univers67condensedbold-webfont.svg#UniversBold') format('svg');
    }
}

h1 {
	/*font-family: 'UniversBold';*/
	font-weight: bold;
	text-align: left;
	color: #555555;
	font-size:17px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	/*font-family: 'UniversBold';*/
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #555555;
	font-size: 14px;
	text-align: left;
}

table {
	border-bottom-width: 0px;
	/*border-bottom-style: solid;
	border-bottom-color: #005380;*/
	border-top-width: 0px;
	margin-top:0px;
	padding-top:0px;
	/*border-top-style: solid;
	border-top-color: #005380;*/
	border-collapse:collapse;
}

table tr th {
	/*font-family: 'UniversBold';*/
	font-weight: bold;
	text-align: left;
	color: #555555;
	font-size:17px;
	/*width:50px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
}

table tr td {
	padding-left: 2px;
	padding-right: 2px;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align:top;
}

a {
	/*font-family: 'UniversBold';*/
	font-weight:bold;
	font-size: 12px;
	color:#005380;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	/*font-family: 'UniversBold';*/
	color: #639ED0;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
    display:inline;
}

hr {
	border:0px;
	height:2px;
	background:#005380;
	margin-top: 25px;
	margin-bottom: 25px;
}
