@CHARSET "UTF-8";

body{
	margin:0;
	color:#232323;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	background-attachment: scroll;
	background-image: url(../images/body-bg-tile.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dae1fa;
}

body, table, div, span {
	font-family: Verdana;
	font-size: 12px;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

/* Default block */

.def-block-body {
	width: 100%; height: 100%; background-color: #e5e5e5;
}

.def-block-top-left {
	background-image: url(../images/menu/menu-top-left.png); 
	width: 11px;
}
.def-block-top-tile {
	background-image: url(../images/menu/menu-top-tile.png); 
	background-repeat: repeat-x;
}
.def-block-top-right {
	background-image: url(../images/menu/menu-top-right.png); 
	width: 14px;
}

.def-block-middle-left-tile {
	background-image: url(../images/menu/menu-middle-left-tile.png); 
	width: 1px; 
	background-repeat: repeat-y;
}

.def-block-middle-tile {
	background-image: url(../images/menu/menu-middle-tile.png); 
	background-repeat: repeat-x; 
	vertical-align: top;
}

.def-block-middle-right-tile {
	background-image: url(../images/menu/menu-middle-right-tile.png); 
	width: 5px; 
	background-repeat: repeat-y;
}

.def-block-bottom-left {
	background-image: url(../images/menu/menu-bottom-left.png); 
	width: 11px;
}
.def-block-bottom-tile {
	background-image: url(../images/menu/menu-bottom-tile.png); 
	background-repeat: repeat-x;
}
.def-block-bottom-right {
	background-image: url(../images/menu/menu-bottom-right.png); 
	width: 14px;
}

.def-block-title {
	height: 36px;
	max-height: 34px;
	position: relative; top:-4px;
}

/* Content */

.morelink {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #002f6f;
	text-decoration: none;
	background-image: url(../images/morelinks_active.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 143px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.morelink:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #c12f00;
	text-decoration: none;
	background-image: url(../images/morelinks_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 143px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

