body,td,.Normal_Text {
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
}
body {
	height: 100%;
	}
* {
	padding: 0px;
	margin:0px;
	border:none;
	border-collapse: collapse;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family:  arial;
	}	
small {
	color:grey;
}
ul {
	list-style: none;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;	
	}
		
li {
	list-style-image: url("gfx/dotblue.gif");
	padding-bottom:3px;
	}	

.Small_Text {
	font-family: Trebuchet MS;
	font-size: 7pt;
}

.Header_Text {
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
}

.Header_Text a {
	text-decoration: none;
	color: gray;
}

.Header_Text a:hover {
	text-decoration: none;
	color: black;
	padding-left:2px;
}

.Table {
	border: 1px solid silver;
	padding: 0px;
	background-color: lightgray;
	border-collapse: collapse;
	border-spacing: 1px;
}

.Table_Cell,
.Table_Cell_1 {
	border: 1px dotted silver;
	padding: 4px;
	background-color: white;
	text-align: left;
}

.Table_Cell_2{
	border: 1px dotted silver;
	padding: 4px;
	background-color: #fafafa;
	text-align: center;
}

.Table_Header_Cell {
	border: 1px solid silver;
	border-bottom: 2px solid silver;
	padding: 4px;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #fafafa;
	background-image: url("gfx/gradient_back.gif");
	color:#3A3F84;	
}

.Table_Caption_Cell {
	border: 1px dotted silver;
	padding: 4px;
	background-color: #e5e5e5;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

.text_image {
	float: left;
	width: 85px;
	height: 85px;
	border: 1px solid black;
	margin-right: 7px;
	margin-bottom: 5px;
}

.ButtonText {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #E5E5E5;
	background-image: url("gfx/button1.gif");
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #2E312E;
	padding: 2px 11px;
	margin: 0px;
	text-align: center;
}
.decorated_image {
	border: 1px solid #888888;
	padding: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.news_image {
	border: 1px solid #888888;
	padding: 1px;
	margin: 2px;
	width: 75px;
}

.decorated_list {
	list-style-image: url(gfx/strzb.gif);
	margin-left: 12px;	
	padding-left: 0px;
}

ul.box_list {
	display: table;
	}

.box_list li {
	list-style-image:none;
	list-style-type:none;
	background-image: url("gfx/blue_back_dark.jpg");
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid gray;
	border-right:1px solid gray;	
	padding:3px;
	margin:1px;
	float:left;
	width: 174px;
	height: 174px;
	text-align: center;
	color:white;
	font-weight: bold;
	display: table;
	font-size: 13px;
	line-height: 16px;
}

li.box_list_odd {
	background-image: url("gfx/blue_back_light.jpg");
	}

