
/* ***************************** */
/* CSS for copperandconcrete.com */
/* ***************************** */

html {

	height: 100%;
}

body {

	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9600;
}

.small {

	font-size: 10px;
}

.main_table {

	width: 100%;
	height: 100%;
}

.title {

	font-size: 24px;
	font-weight: bold;
}

.header {

	font-size: 18px;
	font-weight: bold;
}

.subheader {

	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.indentedText {

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 150px;
	margin-right: 150px;
}

.detailLabel {

	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.detailText {

	font-size: 10px;
}

a:link, a:visited {

	color: #FF9600;
	text-decoration: underline;
}

a:hover {

	color: #FFFF00;
	text-decoration: underline;
}

a:active {

	color: #FF0000;
	text-decoration: underline;
}

.moreInfo {

	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.moreInfo:link, .moreInfo:visited {

	font-weight: normal;
	color: #FF9600;
	text-decoration: underline;
}

.moreInfo:hover {

	font-weight: normal;
	color: #FFFF00;
	text-decoration: underline;
}

.moreInfo:active {

	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

.closeWindow {

	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.closeWindow:link, .closeWindow:visited {

	font-weight: normal;
	color: #FF9600;
	text-decoration: underline;
}

.closeWindow:hover {

	font-weight: normal;
	color: #FFFF00;
	text-decoration: underline;
}

.closeWindow:active {

	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

