
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

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

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


h1 {
	display: block;
	margin: 0 0 10px 0;
	
	color: #646464;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	display: block;
	margin: 0 0 10px 0;
	
	color: #1776b8;
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	display: block;
	margin: 0 0 10px 0;
	
	color: #646464;
	font-size: 12px;
	text-transform: uppercase;
} 

h4{ 
	display: block;
	margin: 0 0 10px 0;
	
	color: #1776b8;
	font-size: 12px;
	text-transform: uppercase;
}

i {	color: #1776b8; }

/* hr
-------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 15px 0;
	border: 0;
	background-color: #eaeaea;

	color: #eaeaea;
}

/* a
-------------------------------------------------------------- */

a {	color:#1776b8; }
a:hover, a:focus { color: #000; }

/* Links
-------------------------------------------------------------- */

.link {}

	.link a {
		display: block;
		padding: 6px 9px;
		border-bottom: 1px solid #cfe8f9;

		text-decoration: none;
	}	

	.link a:hover {
		background-color: #f4b000;

		color: #ffffff;
	}

/* Text elements
-------------------------------------------------------------- */

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
acronym     { border-bottom: 1px dotted #666; }
del         { color:#666; }
code { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 15px; }
ul, ol      { margin: 15px 0 0 0; *margin: 15px 0 0 40px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0 0 3px 0; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table{
	font-size: 11px;
	margin: 0;
}

table.table th{
	padding: 6px;
	background-color: #1776b8;

	color: #ffffff;
}

table.table td{
	padding: 3px 0;
	border-bottom: 1px solid #eaeaea;
}

	table.table2{
		border-top: 1px solid #eaeaea;
		border-left: 1px solid #eaeaea;

		font-size: 11px;
		margin: 0;
	}

	table.table2 th{
	}

	table.table2 td{
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}

table hr{
	margin: 3px;
}

/* Misc classes
-------------------------------------------------------------- */

.highlight  { background: #ff0; }
.added      { background: #060; color: #fff; }
.removed    { background: #900; color: #fff; }
