body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px; 
	color: #000000; 
	background-color: #FFFFFF 
}
h1 { 
	font-size: 18px; 
	font-weight: bolder; 
	line-height: 24px; 
	color: #000000; 
	background-color: #FFFFFF 
}
h2 { 
	font-size: 18px; 
	font-weight: bolder; 
	line-height: 24px; 
	color: #000000; 
	background-color: #FFFFFF 
}
p { 
	font-size: 12px; 
	line-height: 16px 
}
a { 
	font-size: 10px; 
	line-height: 14px 
}
th { 
	font-size: 14px; 
	line-height: 20px ; 
	font-weight: bold;
	color: #fff;
	background: -webkit-linear-gradient(top, #373a3d, #282a2c);
	padding-right: 6px; 
	padding-left: 6px; 
	text-align: center; 
	border-radius: 4px;
}
.even td { 
	font-size: 14px; 
	line-height: 20px ; 
	color: #000000; 
	background-color: #FFFFFF; 
	padding-right: 6px; 
	padding-left: 6px; 
}
.odd td { 
	font-size: 14px; 
	line-height: 20px ; 
	color: #000000; 
	background-color: #E9E9E9; 
	padding-right: 6px; 
	padding-left: 6px; 
}
.note { 
	font-size: 12px; 
	line-height: 14px; 
	color: #000000; 
	background-color: #FFFFFF 
}
a, a.btn-default {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:hover {
    color: #fff;
	background-color: #555;
	border-color: #555;
}
.btn-default {
    color: #fff;
    background: #c01700;
	border-color: #c01700;
}
.btn-default:hover {
	color: #fff;
	background-color: #555;
	border-color: #555;
}
