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

	.style1 {font-weight: bold}
	.style2 {
		font-size: 14px;
		font-weight: bold;
	}
	
	h1{
		font-family:Calibri, "Times New Roman", Arial;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #A0A0A0;
		font-size: 22px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		padding-left: 21px;
		margin-left: 10px;
		margin-bottom: 5px;
		background-position: left center;
		padding-bottom: 5px;
		margin-right: 20px;
		vertical-align:top;
		padding-top: 0px;
		text-transform: uppercase;
	}
	td span {
		color: #DA2803;
	}


	.grayBox{
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
	}
	.box_content {
			position: fixed;
			top: 25%;
			left: 30%;
			right: 30%;
			width: 48%;
			height: 70%;
			padding: 16px;
			z-index:1002;
			overflow: auto;
	}
	
	#content_list li{
		list-style:outside;
		list-style-position:outside;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		line-height:20px;
		text-align:justify;
		padding-right:30px;
		font-weight:200;
		list-style-image:url(http://www.wristbandconnection.com/images/red-icon.gif);
	}
	
	#content_list li a{
	font-weight:bold;
	}
	#content_list li:hover{
		list-style:outside;
		list-style-position:outside;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		line-height:20px;
		text-align:justify;
		font-weight:200;		
		padding-right:30px;
		list-style-image:url(http://www.wristbandconnection.com/images/rotate-red-icon.gif);
	}
	

	article a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#194e93;
	text-decoration: none;
	}
