body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td { 
	margin        	: 0px; 
	padding       	: 0px;
	color         	: #000000;
	font 		: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	} 
html {
	height        	: 100%;
	text-align	: center;
	}
	
body {
	height        	: 100%; 
	font 		: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align	: center;
	}

input, select, textarea {
	margin 		: 0;
	padding		: 0;
	font 		: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	line-height	: 14px;
	color		: #000000;
	}

img {
	border	: none;
	}

h1 {
	float	: left;
	clear	: left;
	font 	: bold 24px Arial, sans-serif;
	color	: #f02a27;
	}
h2 {
	color		: #152547;
	font		: bold 15px Arial;
	text-transform	: uppercase;
	margin-top	: 20px;
	}

ul {
	text-indent		: 0px;
	list-style-position	: outside;
	list-style-type		: disc;
	margin-left 		: 30px;
	padding 		: 0px;
	}
	ul ul {
		text-indent		: 0px;
		list-style-position	: outside;
		list-style-type		: circle;
		margin-left 		: 20px;
		padding 		: 0px;
	
	}
	li {
		line-height	: 1em;
		margin 		: 0;
		padding		: 0;
		font		: normal 8pt Verdana, Arial, Helvetica, sans-serif;
		line-height	: 14px;
		color		: #000000;
	}
table {
	margin		: 0;
	padding		: 0;
	border		: 0;
	}
	table th {
			margin 		: 0;
			padding		: 0;
			font		: bold 8pt Verdana, Arial, Helvetica, sans-serif;
			line-height	: 14px;
			color		: #000000;
	}
	table td {
			margin 		: 0;
			padding		: 0;
			font		: normal 8pt Verdana, Arial, Helvetica, sans-serif;
			line-height	: 14px;
			color		: #000000;
	}

.bl {
	position	: relative;
	display		: block;
	float		: left;
}

.tb {
	position	: relative;
	display		: table;
	float		: left;
}

.cl { clear	: left;  }
.cr { clear	: right; }
.cb { clear	: both;  }

.h8 { height	: 8px;	 }
.h98 { height	: 98px;	 }
	
.hide { display : none; }
.input500 { width : 500px; }
.input300 { width : 300px; }
.input250 { width : 250px; }
.input230 { width : 230px; }
.input200 { width : 200px; }
.input150 { width : 150px; }
.input120 { width : 120px; }
.input100 { width : 100px; }
.input80  { width : 80px;  }
.input70  { width : 70px;  }
.input50  { width : 50px;  }
.input30  { width : 30px;  }
.input15  { width : 15px;  }
