body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #D2C6BF;
	}


a:link, a:visited {
	color: Gray;
	text-decoration: none;
}


a:hover {
	color: #FF8000;
	text-decoration: underline;
}



/*  +-------------------------------------------------------------------------+
    | Top menu                                                                |
    +-------------------------------------------------------------------------+ */
#topmenu {
	float: left;
	height: 35px;
	width: 950px;
}


#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


#topmenu li {
	width: auto;
	float: left;
	line-height: 35px;
	position: relative;
	border-right: 1px solid #999999;
}


#topmenu li a {
	float: left;
	display: block;
	padding: 0 15px;
	color: #666666;
	text-decoration: none;
}


#topmenu li.menu-last { border-right: none; }
#topmenu li.menu-last a { border-right: none; }


#topmenu li a:hover {
	height: 35px;
	background: url("image/menu_hover.png") repeat-x;
	color: #000000;
}


#topmenu li.menu-current a {
	height: 35px;
	background: url("image/menu_active.png") repeat-x;
	color: #ffffff;
}


#topmenu li.menu-parent a {
	height: 35px;
	background: url("image/menu_active.png") repeat-x;
	color: #ffffff;
}



/*  +-------------------------------------------------------------------------+
    | List                                                                    |
    +-------------------------------------------------------------------------+ */
ul {
	margin-top: 2px;
	margin-bottom: 0px;
	list-style: square;
}



/*  +-------------------------------------------------------------------------+
    | Image                                                                   |
    +-------------------------------------------------------------------------+ */
img.align {
	vertical-align: middle; 
}


img.space {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}



/*  +-------------------------------------------------------------------------+
    | Table                                                                   |
    +-------------------------------------------------------------------------+ */
table.fullheight {
	height: 100%;
}

td {
	/* Default font */	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}


td.textspace {
	width: 30px;
}



td.spacer {
	width: 10px;
}

/*  +-------------------------------------------------------------------------+
    | Font size                                                               |
    +-------------------------------------------------------------------------+ */
p {
	margin-top: 0px;
	/* margin-bottom: 10px; */
}

h1 {
	font-size: 19px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Navy;
	margin-top: 0px;	
	margin-bottom: 6px;
}

h2 {
	font-size: 19px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Navy;
	margin-top: 36px;
	margin-bottom: 6px;
}

h3 {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 2px;
	color: Navy;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 2px;
	/* color: Navy; */
	font-weight: bold;
}

strong {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* margin-bottom: 2px; */
	/* color: Navy; */
	font-weight: bold;
}
