@CHARSET "utf-8";

h3 {
	background-color:#D7D9EA;
	padding:10px;
	color:#000000;
	border-bottom:1px solid #9499C3;
}

em {
	font-size:12px;
	color:#CE0000;
	margin-right:4px;
	font-style: normal;
}

form {
	width:90%;
	margin:20px auto;
}

table {
	border-collapse: collapse;
}

table th {
	border:1px solid #CCCCCC;
	background-color:#F1F1F1;
}

table td {
    border:1px solid #CCCCCC;
}

table ul{
	margin:0;
    padding:0;
}

table li{
	list-style: none;
}


table.innertable th {
}

table.innertable td {
    border:0;
}

a.sampleButton {
	color:#FFFFFF;
	text-align:center;
	display:block;
	background:url('/img/sample_back.gif') no-repeat;
	width:250px;
	text-decoration: none;
	font-size:22px;
	font-weight:bolder;
	padding:10px 0 0 0;
    height:40px;
}
