/* 
	START CSS RESET
	Code below is to reduce all browsers to a common playing field
	Do not alter
	Put all custom CSS below this
*/

*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,frame,frameset { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	border-width: 0;
}
html, body{
	border: none;
}
frame, frameset{
	border: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:disc;
}
li{
	margin-left: 20px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* 
	END CSS RESET
*/

body{
	background-color: #FFFFFF;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-align: center;
	font-weight: bold;
}

.center_me {
	text-align: center;
}

strong{ font-weight: bold; }

h1, h2, h3,p{ margin-bottom: 15px; }

h1{ font-size: 20px; }

h2{ font-size: 16px; }

h3{ font-size: 14px; }

ol,ul { /* 'disc', 'square' or 'circle' */ list-style: disc; }

