BODY{
	margin: 20px 0 20px 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	}

TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	}

img{
	border: 0;
	}

a:link,
a:visited{
	color: #006666;
	font-family: Tahoma;
	text-decoration: underline;
	}
a:active,
a:hover{
	color: #006666;
	font-family: Tahoma;
	text-decoration: none;
	}

TEXTAREA{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background: #FFFFFF;
	font-family: Verdana,Tahoma;
	color: black;
	font-size:11px;
	}

input.button{
	border-style: solid;
	border-color: black;
	border-width: 1;
	background: #FFFFFF;
	font-family: Verdana,Tahoma;
	font-size: 11px;
	color: black;
	}

input.checkbox{
	border-style: none;
	}

input{
	font-family: verdana;
	color: #333333;
	border-width: 1px;
	font-size: 11px;
	border-color: #CCCCCC;
	}

form{
	margin: 0px;
	}

.tbl{
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	}

.hor{
	BORDER-TOP: #aaaaaa 1px solid;
	BORDER-BOTTOM: #aaaaaa 1px solid;
	}

.vert{
	BORDER-LEFT: #aaaaaa 1px solid;
	BORDER-RIGHT: #aaaaaa 1px solid;
	}

.left{
	BORDER-LEFT: #aaaaaa 1px solid;
	}

.right{
	BORDER-RIGHT: #aaaaaa 1px solid;
	}

.top{
	BORDER-TOP: #aaaaaa 1px solid;
	}

.bot{
	BORDER-BOTTOM: #aaaaaa 1px solid;
	}

.dash{
	BORDER-BOTTOM: #CCCCCC 1px dashed;
	}

.zag{
	padding-left: 8px;
	padding-bottom: 6px;
	BORDER-LEFT: #aaaaaa 1px solid;
	BORDER-RIGHT: #aaaaaa 1px solid;
	}

.txt{
	padding: 10px;
	BORDER-TOP: #aaaaaa 1px solid;
	BORDER-LEFT: #aaaaaa 1px solid;
	BORDER-RIGHT: #aaaaaa 1px solid;
	}

a.made:link{
	color:#ffffff;
	font-size:11px;
	text-decoration: none;
	}
a.made:active{
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	}
a.made:visited{
	color: #ffffff;
	text-decoration:none;
	font-size:11px;
	}
a.made:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	}