body {
	background-attachment: scroll;
	background-color: White;
	background-repeat: repeat;
	color: Black;
	font-family: sans-serif;
	font-size: 15px;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-position : top;
}

p  {
	font: 15px sans-serif;
}

.normal {
	font: 15px sans-serif;
}

.headbar {
	font: bold 24pt calibri;
	color: Gray;
}

.footbar {
	font: lighter 11px sans-serif;
	color: Gray;
}

.date {
	font: lighter 10pt sans-serif;
}

.warn {
    background: #FBEEF1 url('../images/clip_warn.png') center no-repeat;
    background-position: 10px 10%; /* x-pos y-pos */
    text-align: left;
	font: 14px sans-serif;
    padding: 5px 20px 5px 20px;
    border-top: 2px solid #FEABB9;
    border-bottom: 2px solid #FEABB9;
}

.alert {
    background: #FEFDE0 url('../images/clip_exc.png') center no-repeat;
    background-position: 10px 10%; /* x-pos y-pos */
    text-align: left;
	font: 14px sans-serif;
    padding: 5px 20px 5px 20px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}

.info {
    background: #F8FAFC url('../images/clip_info.png') center no-repeat;
    background-position: 10px 10%; /* x-pos y-pos */
    text-align: left;
	font: 14px sans-serif;
    padding: 5px 20px 5px 20px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

.infobar {
    font: 14px sans-serif;
    padding: 1px 1px 1px 1px;
    border-bottom: 2px solid Gray;
}

a:link, a:visited {
	color: #0000CC;
}

a:hover, a:focus {
	color: red;
}

a:active, a:open {
	color: #990000;
}

h1 {
	color: #000080;
	font-size: 20px;
	font-family: sans-serif;
	margin-top: 5px;
	margin-bottom: 1px;
}

h2 {
	color: #000080;
	font-size: 18px;
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 1px;
}

h3 {
	color: #000080;
	font-size: 16px;
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 1px;
}

h4 {
	color: #000080;
	font-size: 14px;
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 1px;
}

h5 {
	color: #000080;
	font-size: 12px;
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 1px;
}

hr {
	color: #000080;
	float: right;
	padding-bottom: 2px;
	height: 2px;
	text-decoration: none;
}