#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}


th {
	font: bold 11px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
        text-align: center;
	padding: 1px 1px 1px 6px;
	background: #CAE8EA url(bg_table.jpg) repeat;
}



td {
	font: 11px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 1px 3px 1px 3px;
        text-align: center;
}


table.center {
      margin-left:auto; 
      margin-right:auto
}

form {
     display:inline;
}


input.l {
}

input.r {
       text-align: right;
}

table.centerCenter {
	margin-left:auto; 
	margin-right:auto;
       text-align: center;
}

a { color:#144ac6; font-weight:normal; text-decoration:none; }
a:hover { color:#f40a06; font-weight:normal; text-decoration:underline; }

input.spec1 {
	border: 0px solid black;
       background: #fff;
       color: #00f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input.spec2 {
	border: 0px solid black;
       background: #fff;
       text-decoration:underline;
       color: #f00;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

