/*
DEFAULT:
low-level tag and utility definitions
*/

body, td, th { color:#737373; font-family:Arial; font-size:12px; line-height:1.5em; }

a, a[href] { color:#567eb2; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active {  }
a:visited {  }

input, select, textarea {  }

h1, h2, h3, h4, h5, h6 { line-height:1em; }
h1 { font-size:3em; }
h2 {
	color:#737373;
	font-family:Tahoma;
	font-size:24px;
	font-weight:bold;
	margin:0.5em 0;
	text-transform:uppercase;
}
h3 {
	color:#567eb2;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	margin:0.5em 0;
	text-transform:uppercase;
}
h4 { }
h5 { }
h6 { }

dt{ }
dd{ }

blockquote {
	background-color:#fafafa;
	border:1px solid #dedede;
	margin:1em 3em;
	padding:1em;
}

form{ margin:0 0 0.25em; }

ol, ul {
	list-style-type:disc;
}

table {
	background-color:#dedede;
	border:2px solid #DEA41B;
	border-collapse:separate;
	border-spacing:1px;
}
	th,td {
		background-color:white;
		padding:0.33em;
	}
	th {
		background-color:#dedede;
		text-align:center;
		text-transform:uppercase;
	}

hr{ border:0; border-bottom:1px solid #d8d8d8; }

.hidden { display:none; }
.clear { clear:both; }
