@CHARSET "UTF-8";

body {
 
background-color: #F5F5F5;
margin:0px;
padding:0px;
color:#000;
}

table.noborder {
 
border-style: solid;
border-width: 0px;
text-align: center;
background-color: #eeeeee;
margin-top:50px;
}

table.border {
    width: 155px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

td.right {
	border-style: solid;
	border-width: 0px;
	text-align: right;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

td.left {
	border-style: solid;
    border-width: 0px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
 
}

td.center {
	border-style: solid;
    border-width: 0px;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

select {
	width: 150px;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

input.left {
	text-align: left;
	color: black;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

button {
	color: #777777;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

