* {
	padding: 0;
	margin: 0;
}

body {
	font: normal normal 13px/17px Arial, Helvetica, sans-serif;	
	text-align: left;
	color: #333333;
}

.no-scroll-padding {
	padding-right: 17px;
}

a {
	color: #11359e;
	text-decoration: underline;
}

fieldset {
	border: none;
}

label {
	display: block;
}

label span {
	padding-left: 5px;
}




/*Corners & Sides*/
table.rounded-container {
	border-collapse: collapse;
	margin-top: 0;

}

table.rounded-container td {
	padding: 0;
}

table.ordinary {
	border-collapse: separate;
	margin-top: 15px;
}

table.ordinary td, table.ordinary th {
	padding: 5px 15px;
}

table.ordinary th {
	background: #ebebeb;
}

table.ordinary tr.p01 td {
	background: #ffe398;
}

table.ordinary tr.p02 td {
	background: #fff298;
}

table.ordinary tr.p03 td {
	background: #e3ff98;
}

table.ordinary td.sum {
	text-align: center;
}

.corner {
	font-size: 0px;
	width: 7px;
	height: 7px;
	background-repeat: no-repeat;
}

.corner.lefttop {
	left: 0;
	top: 0;
	background-position: 0 0;
}

.corner.righttop {
	right: 0;
	top: 0;
	background-position: -7px 0;
}

.corner.rightbottom {
	right: 0;
	bottom: 0;
	background-position: -7px -7px;
}

.corner.leftbottom {
	left: 0;
	bottom: 0;
	background-position: 0 -7px;
}

.side {
	font-size: 0px;
	padding: 0;
}

.side.top {
	height: 7px;
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 0;
}

.side.right {
	width: 7px;
	background-repeat: repeat-y;
	background-position: -7px 0;
	padding: 0;
}

.side.bottom {
	height: 7px;
	background-repeat: repeat-x;
	background-position: 0 -7px;
	padding: 0;
}

.side.left {
	width: 7px;
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0;
}

.container {
	min-width: 960px;
	max-width: 1480px;
	width: 80%;
	margin: 0 auto;
}

.text-container {
	padding: 15px 0;
}

.badword {
	color: #ffffff;
	background-color: #ce0000;
}

.sum {
	font-size: 15px;
	font-style: italic;
	color: #000000;
}

.hidden {
	display: none;
}