body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-Top: 20px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

.primaryLink{
	font-size: 10px;
	font-weight: bold;
	color: #666666;	
}



.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style:italic;
	color: #999999;
	margin-bottom: 0px;
}
h2 {}
h3 {}

select, textarea, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.lineBox_1{
	border: 1px dashed #ff0000;
}
.lineBottom_1 {
	border-bottom: 1px dashed #ff0000;
}
.lineTop_1 {
	border-top: 1px dashed #ff0000;
}
.lineLeft_1 {
	border-left: 1px dashed #ff0000;
}
.lineRight_1 {
	border-right: 1px dashed #ff0000;
}


.lineBox_2{
	border: 1px dashed #999999;
}
.lineBottom_2 {
	border-bottom: 1px dashed #999999;
}
.lineTop_2 {
	border-top: 1px dashed #999999;
}
.lineLeft_2 {
	border-left: 1px dashed #999999;
}
.lineRight_2 {
	border-right: 1px dashed #999999;
}

.paddingNavigation{
	padding: 2px 8px;
}
.paddingAll{
	padding: 5px 5px;
}
.paddingRight {
	padding-right: 5px;
}
.paddingTop {
	padding-top: 5px;
}
.paddingLeft {
	padding-left: 5px;
}
.paddingBottom {
	padding-bottom: 5px;
}

.mouseOverIn{
 cursor:pointer;
 background-color:#FF0000;
 color:#FFFFFF;
}

.bg_gradient{
	background-image:url(images/bg_gradient.jpg);
	background-position: 20px 0px;
	background-repeat:repeat-x;
}

.measurement_Text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;bold;
	font-style: normal;
	color: #999999;
}
