@charset "UTF-8";
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.blackdashborder {
	border: thin dashed #000000;
}
.lightdblborder {
	border: medium double #CCCCCC;
}
.WaterCoolerHeading {
	font-size: 24px;
}
#container
{
	position: static;
} 
#leftsidebar{
	position: absolute;
	top: 620px;
} 
#toppara {
	margin-top: 0;
}
#toppara10px {
	margin-top: 10px;
}
.textblink20pxbold {
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
}
.Bold18 {
	font-size: 18px;
	font-weight: bold;
}
.bold24 {
	font-size: 24px;
	font-weight: bold;
}
.Padding_Right_Bottom {
	padding-right: 10px;
	padding-bottom: 10px;
}
body {
	cursor: url('images/eotech_cursor.cur')17 17,default;
}
.shadowed_box {
	font-family: "Arial Black", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	border: thick #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 8px #000;
	-moz-box-shadow: inset 0px 0px 8px 8px #000;
	box-shadow: inset 0px 0px 8px 8px #000;
	text-align: center;	
}

