html { min-height: 100%; margin-bottom: 1px; }

body{
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #4D4F4F;
}

table.height100{
	height:100%;
}

td{
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #4D4F4F;
}

td.content{
	background-color: #FFFFFF;
	color: #4D4F4F;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 0.7em;	
}

a,a:hover{
	color: #4D4F4F;
}

a.index{
	color: #4D4F4F;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a.index:hover{
	background-color: #FFFFCC;
	color: #4D4F4F;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

hr{
	border-style: dashed;
	color: #737277;
	height: 0.5px;
	clear: both;
}

.red{
	color: red;
}

/*forms*/

input.button{
	font-size: 0.8em;
	font-weight: bold;
	border : 1px solid #3152AB;
	color: #3152AB;
	background-color: #FFFFFF;
	cursor: pointer; 
}

input.box{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 22px;
}

textarea.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	overflow: auto;
}
