body{
	font-weight: normal;
	color: #757b7b;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 83%;
	background: #fff;
	margin: 5px 0;
	text-align: center;
}

*{
	margin: 0;
	padding: 0;
}

a{
	font-weight: normal;
	color: #004b85;
	text-decoration: underline;
}
a:visited{
	color: #337fb7;
}
a:hover{
	text-decoration: none;
	color: #337fb7;
}
a:focus{
	text-decoration: none;
	color: #337fb7;
}

/* ******************************************************************* declarations for elements ************ */
h1{
	color: #000;
	text-align: left;
	font-size: 170%;
	margin: 10px 0;
	font-weight: normal;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	height: 90px;
	padding: 10px;
}

h2{
	color: #2f2f2f;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	background: url('../_images/bg-h2.jpg') no-repeat;
	padding: 3px 5px;
}

h3{
	color: #666;
	text-align: left;
	font-size: 100%;
	margin: 10px 0 7px 0;
	padding: 3px 0;
	border-bottom: 1px solid #004b85;
}

h4{
	color: #b59c46;
	text-align: left;
	font-size: 90%;
	margin: 10px 0 7px 0;
}

h5{
	color: #888;
	text-align: left;
	font-size: 80%;
	margin: 10px 0 7px 0;
}

h6{
	color: #999;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	margin: 10px 0 7px 0;
}

p{
	margin-top: 10px;
}

/* list features */
ul{
	margin: 0 0 20px 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: #b59c46;
	margin: 18px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 94%;
	background-color: #efefef;
	color: #6d6e6f;
}
th, td{
	border: 1px solid #6d6e6f;
	padding: 7px 2px;
}
td strong{
	font-size: 94%;
}

/* form features */
form{
	margin: 0;
	padding: 0;
}
fieldset{
	text-align: left;
	border: 1px solid #ffc85f;
	padding: 10px;
}
input, textarea, select{
	background: #F9F9F9;
	border: 1px inset #c7c7c7;
	padding: 2px 4px;
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}
input.button{
	background: #ddd;
	border: 1px outset #EDEDED;
}
input:focus, select:focus, textarea:focus{
	border: 1px inset #ff9417;
}
legend{
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border: 1px solid #f7af26;
	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: normal;
	margin: 0 25px;
}
blockquote p{
	padding: 0;
	margin: 10px;
}
