body{
	font-weight: normal;
	color: #232323;
	font-family: verdana, tahoma, arial , helvetica, sans-serif;
	font-size: 83%;
	background: #fff;
	margin: 0;
	text-align: center;
}

*{
	margin: 0;
	padding: 0;
}

a{
	font-weight: normal;
	color: #f13239;
	text-decoration: underline;
}
a:visited{
	color: #B70000;
}
a:hover{
	text-decoration: none;
	color: #B70000;
}
a:focus{
	text-decoration: none;
	color: #B70000;
}

/* ******************************************************************* declarations for elements ************ */
h1{
	color: #000;
	text-align: left;
	font-size: 155%;
	margin: 10px 0;
	font-weight: normal;
	font-family: georgia, serif;
}

h2{
	color: #464646;
	text-align: left;
	font-size: 160%;
	font-weight: normal;
	margin: 15px 0 10px 0;
	font-family: georgia, serif;
}

h3{
	color: #BD7E15;
	text-align: left;
	font-size: 100%;
	margin: 10px 0 7px 0;
}

h4{
	color: #CD491D;
	text-align: left;
	font-size: 100%;
	margin: 10px 0 7px 0;
}

h5{
	color: #AD7350;
	text-align: left;
	font-size: 90%;
	margin: 10px 0 7px 0;
}

h6{
	color: #CD491D;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	margin: 10px 0 7px 0;
}

p{
	margin-top: 10px;
}

/* list features */
ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}
ul ul{
	list-style-type: square;

}
ul ul ul{
	list-style-type: circle;
}

ol{
	margin: 0 0 0 30px;
	list-style-type: decimal;
}
ol.lowalpha{
	list-style-type: lower-alpha;
}

li{
	margin: 0;
	padding: 0;
}

/* definition list */
dl{
	margin: 10px 0 10px 15px;
}
dt{
	font-weight: bold;
	color: #920000;
}
dd{
	margin: 6px 0 6px 15px;
	line-height: 1.5em;
}

/* table features */
table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 115%;
	color: #920000;
	margin: 18px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 94%;
	background-color: #F9E8D0;
	color: #815025;
}
th, td{
	border: 1px solid #920000;
	padding: 7px 2px;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px solid #B4B4B4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	padding: 2px 4px;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}
input.button{
	background: #ddd;
	border: 1px solid #EDEDED;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
}
input:focus, select:focus, textarea:focus{
	border: 1px solid #ffad0f;
	border-bottom: 1px solid #ffe6b7;
	border-right: 1px solid #ffe6b7;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid #fc3b32;
	color: #666;
	text-align: right;
}
label{
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 86%;
	width: 30%;
	margin-right: 0.5em;
	padding-top: 0.2em;
}

abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #f00;
}

blockquote{
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}
