@charset "iso-8859-1";
/* CSS Document */

ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style:color:#990000;
	
}

li {
	margin-left: 2em;
	color: #B8292F;
}
.red {
	margin-left: 2em;
	color: #B8292F;
}

.essential {
	font-weight: bold;
	font-style: italic;
	color: #B8292F;
	border-bottom: #B8292F solid 1px;
}

span {
	color:#000000;
	}


body {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333333;
	margin:10px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	line-height: 1.5em;
}

body#int {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333333;
	margin: 0;
	text-align:center;
	background-color: #ffffff;
	background-image: url(../img/int_bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.5em;
}

a:link, a:visited {
	color: #0F6196;
	font-weight: bold;
}

a:hover {
	color: #00CCFF;
}
a:active {
	color: #FF0000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #0981BF;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 10px;
	border-bottom:#E8E8E8 1px solid;
	line-height: normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #455A63;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom:#E8E8E8 1px solid;
	line-height: normal;
	margin-top: 1.5em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: normal;
}
