@CHARSET "UTF-8";

body{
	font-size: 13px;
}

table.template{
	width: 100%;
}

td.templateHeader{
	height: 60px;
	background-color: #CCCCCC;
	text-align: right;
}

td.templateMenu{
	width: 20%;
	background-color: rgb(205, 155, 255);
	color: rgb(255, 255, 255);
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

td.templateContainer{
	width: 80%;
	vertical-align: top;
}

td.templateFooter{
	height: 30px;
	text-align: center;
	color: gray;
}

dt{
	padding-top: 10px;
}