/* GENERIC FORMATTING */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
}
td, tr, th {
	margin: 1px;
	padding: 5px;
	border-style: none;
	text-align: left;
	font-weight: normal;
}
td {
	border-left: 1px solid #FFF;
}
.right_border {
	border-right: 1px solid #FFF;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}


H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px
}
.print_logo {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

H1 span, H2 span, H4 span {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 2px;
	margin-bottom: 8px;
}
acronym {
	border-bottom: 
	1px dotted #000000; 
	cursor:help; 
	font-style:normal
}
a acronym {
	cursor:pointer
}

.none {
	display: none;
}

.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.clear {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}
.centred {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.right_pic1 {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.right_pic2 {
	margin-left: 15px;
	float: right;
}
.right_pic3 {
	margin-left: 5px;
	float: right;
}


/* Fix IE. Hide from IE Mac \*/
* html  ul li {
	height: 1%;
}
* html ul li a { height: 1%; }


.outer_container {
	text-align: center;
	background-image: url(/images/bg_main_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.main_left {
	width: 149px;
	float: left;
	display: inline;
	background-color: #DAE9F0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*border: 1px solid #FF0000;*/
}
.list_alpha li {
	list-style: lower-alpha;
}
.list_roman li {
	list-style: lower-roman;
}
