body {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	font-size:90%;
	font-family: verdana, arial, helvetica, sans-serif;
/*	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;*/
}

/*html {
	background-color: lightgrey;
}*/

h1 {
	padding-bottom: 15px;
	color: darkblue;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEFFF;
}

h2 {
	padding-top: 50px;
	padding-bottom: 5px;
	color: darkblue;
	/*background: url(../img/line.png) repeat-x;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: darkgrey;
}

h3 {
	color: darkblue;
}

li {
	padding-bottom: 5px;
}

/*Link formatting*/

a:visited {
	color:#069;
	/*text-decoration: none;*/
}  /* visited link */

a:link {
	color:#069;
	/*text-decoration: none;*/
}  /* unvisited link */

#bnav a:link, a:visited {
	text-decoration: none;
}

#tnav a:link, a:visited {
	text-decoration: none;
}

/*Table formatting*/

table, td, th {
	border: 1px solid black;
	border-collapse:collapse;
}

th {
	background-color: #D3D9DF;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
}

td, th {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*Image*/

div.image img{
	margin-top: 10px;
	box-shadow: 2px 2px 4px #888888; /*CSS 3 - only supported in IE9*/
	border-radius:6px; /*CSS 3 - only supported in IE9*/
}

div.image div {
	font-size: 80%;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: italic;
}

div.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Lists*/

ol li {
	font-weight: bold;
}

ol li p,table {
	font-weight: normal;
}

ol ul li {
	font-weight: normal;
}

/*Footer*/
#footer {
	color: white;
	margin-top: 40px;
	background: #5C6972;
	padding: .4em .5em .5em .5em;
	text-align: right;
	font-size: 85%;	
/*	margin-left: -15px;
	margin-right: -15px;*/
}

.warning
{
	color: red; 
	border-color: red;
	text-align: center; 
}

table#warning {
	width: 450px;
	margin-left: auto; 
	margin-right: auto;
}