@charset "utf-8";
/* CSS Document */

body {
	background:  url(../images/metaldash_bgnd.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.default {
	font-size: 12px;
	color: #333333;
}
.details {
	font-size: 10px;
	color: #FF0000;
}
h1 {
	font-size:28px;
	font-weight:bold;
	color:#333;
}
.small {
	font-size:85%;
}
.blueText {
	color:#007bc1;	
}
ul {
	list-style-image:  url(../images/bullett_nut.gif);
}
a:active, a:visited, a:link {
	color:#007BC1;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
	font-size: 12px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
.vline {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #007BC1;
}
.bold_default {font-size: 12px; color: #333333; font-weight: bold; }
.style1 {font-size: 10px}
.blu_brdr {
	border: thin solid #007BC1;
}