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

Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@font-face{ font-family: 'protocol'; src: url('fonts/protocol.eot'); src: url('fonts/protocol.eot?#iefix') format('embedded-opentype'),      url('fonts/protocol.woff') format('woff'),      url('fonts/protocol.ttf') format('truetype'),      url('fonts/protocol.svg#webfont') format('svg'); }

body,.text {
	font: 16px/1.3 Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
}

pre,
code {
	font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

b,strong{ font-weight: bold; }
i,em{ font-style: italic; }
a{ color: #a91f22; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
	font-weight: normal;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'arial';
	font-weight: bold;
	margin-top: 40px;
	color: #a91f22;
}

h1 {
	font-size: 2.2em;
	line-height: 1em;
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
}

h3 {
	font-size: 1.4em;
	line-height: 1em;
}

h4 {
	font-size: 1.3em;
	line-height: 1em;
}

h5 {
	font: 1.2em;
}

h6 {
	font: 1em;
}



/* `Tables
----------------------------------------------------------------------------------------------------*/
.table{ clear: both; }
table{ max-width: 100%; width: auto; font-size: 0.9em; padding: 0; margin: 0; }
table td{ padding: 5px 10px; border-left: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; background: url(../img/gbwhite.png) center -30px repeat-x; }
table tr:first-child td{ border-bottom: 1px solid #AAAAAA; background: url(../img/gbwhite.png) center -10px repeat-x; color: }
table tr td:last-child{ border-left: none; }


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-right: 30px;
}
