#usage_header h1{
	color: #BC1A65;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 5px;
}

#usage_links{
	
	padding:14px 13px 0px 15px;
	border:7px solid #BAD7E5;
	margin:40px 15px 0px 15px;
	min-height: 117px;
	
}

#usage_links p{
	color:#5A5A5A;
	font-size:14px;
	line-height:20px;
}

#usage_links ul {
	list-style-type: none;
	padding-left:35px;
}

#usage_links a{
	font-weight:bold;
	text-decoration:underline;
	line-height:30px;
}

#usage_click a {
	font-weight:normal;
	text-decoration:underline;
	line-height: 20px;
	
}

.usage_item {
	padding:14px 13px 0px 15px;
	border:7px solid #BAD7E5;
	margin:7px 15px 0px 15px;
	min-height: 117px;
}

.usage_item h2{
	font-size:20px;
	margin-top:0px;
	color: #4B4B4B;
	margin-bottom:10px;
}

.usage_item p{
	color:#5A5A5A;
	margin-top:5px;
	margin-bottom:5px;
}

.backtotop {
	padding-top:30px;
	padding-bottom: 5px;
}


.backtotop a {
	text-decoration:underline;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;

}


