body {
	font-size: 12px; 
	color: #000;
	background: #eeb;
	topmargin: 5px;
	font-family: Sans-serif;
	text-decoration: none;
}

p {
	font-size: 12px; 
	color: #000;
	font-family: Sans-serif;
	text-decoration: none;
}

a { text-decoration: none; font-weight: bold;}

a:link {color: #342;}
a:visited {color: #342;}
a:hover {color: #aaa; text-decoration: underline; bgcolor: #eec;}

.header a:link {color: #fff; background: transparent; display: block; width: 100%}
.header a:visited {color: #fff; background: transparent; display: block; width: 100%}
.header a:hover {color: #aaa; text-decoration: none; background: #eec; display: block; width: 100%}
.header a:active {color: #fff; text-decoration: none; background: transparent; display: block; width: 100%}

.button a:link {color: #000; background: transparent; display: block; width: 100%}
.button a:visited {color: #000; background: transparent; display: block; width: 100%}
.button a:hover {color: #fff; text-decoration: none; background: #555; display: block; width: auto%}
.button a:active {color: #000; text-decoration: none; background: transparent; display: block; width: auto%}
.button a:visited:hover {color: #fff; text-decoration: none; background: 555; display: block; width: auto%}

.button {
		position: absolute;
		top: 200px;
		left: 400px;
		z-index: 200;
		width: 65px;
		height: auto;
		border-style: solid;
		border: 1px solid #000;
		border-collapse: collapse;
		border-spacing: 0; 
		padding: 4px;
		margin: 0;
		background-color: transparent;
		}

.box {
		width: 750;
		border-style: solid;
		border: 2px solid #000;
		border-collapse: collapse;
		border-spacing: 0; 
		padding: 0;
		background-color: #ecefdf;
		}

.header {
    border-style: solid;
    border: 1px solid #ddd;
    border-spacing: 0; 
    font-size: 11px;
    padding: 0;
    text-align: center;
    }

.headtd {
		width: 25%;
		height: 100px;
		border: 0px solid #000;
		border-right-width: 2px;
		padding: 0;
		background: #8b8a7a;
		font-size: 7pt;
		font-color: #fff;
		font-family: Tahoma;
		link: #fff;
		text-align: center;
}

.navtd {
		width: 75%;
		height: 100px;
		border-style: solid;
		border: 0px solid #000;
		border-spacing: 0; 
		padding: 0;
		background: #8b8a7a;
		font-size: 11px;
		font-color: #000;
		font-family: Sans-serif;
		text-align: center;
		}

.midtd {
		width: 100%;
		height: 50px;
		border: 0px solid #000;
		border-top-width: 2px;
		border-bottom-width: 2px;
		border-spacing: 0; 
		padding: 0;
		background: #cc9;
		font-size: 20px;
		font-weight: bold;
		color: #369;
		font-family: Tahoma;
		link: #fff;
		text-align: center;
		text-shadow: #fff 1em 1em 1em;
}

.fronttd {
		width: 25%;
		height: 450px;
		border: 0px solid #000;
		border-spacing: 0px; 
		padding: 0;
		background: #786;
		font-size: 7pt;
		font-color: #fff;
		font-family: Tahoma Sans-serif;
		link: #fff;
		text-align: center;
		}

.maintd {
		width: auto;
		height: auto;
		border: 0px solid #000;
		border-left-width: 2px;
		padding-top: 60px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		border-collapse: collapse;
		background: #f9fada;
		font-size: 12px;
		font-color: #000;
		font-family: Sans-serif;
		text-align: Justify;
}

.titles {
		font-size: 15px;
		font-weight: bold;
		color: #369;
		font-family: Sans-serif;
}