/* -- Reset -- */

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}*/

/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
/*fieldset,img { 
	border:0;
}*/
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/
/*ol,ul {
	list-style:none;
}*/
/*caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}*/


/* -- General styles -- */

/*html,body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
    height: 100%;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

strong {
font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

/*p,
li {
	line-height: 20px;
}*/

/*ul,
p { 
	margin-bottom: 20px;
}*/

table {
	width: 100%;
}

table tr th {
	background: #eee;
}


table tr th,
table tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 20px;
}

/*a:link,
a:active,
a:hover,
a:visited {
	color: #c0272d;
}*/

.left {
	float: left;
	margin: 0 20px 0 0;
}

.right {
	float: right;
	margin: 0 0 0 20px;
}

/* -- Layout -- */

/*.container {
	width: 960px;
	overflow: hidden; 
	margin: 0 auto;
}


.column {
	float: left;
}

.column.narrow {
	width: 320px;
}

.column.wide {
	width: 640px;
}*/

.indentedSection {
	overflow: hidden;
	margin: 20px 20px;
}

/*.widget {
	width: 280px;
	min-height: 200px;
	float: left;
}*/

/* -- Style -- */

.border {
	border: 1px solid #ccc;
	width: 278px;
}