body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #BBD;
	margin: 0 auto;
	padding: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	font-size: 14px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #C00;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

div.wrapper {
	padding-top: 40px;
	text-align: center;
}

div.contentwrapper {
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	width: 60%;
	text-align: left;
	background-image: url(warning.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
}

div.content {
	padding: 10px 10px 10px 52px;
}

div.ocmslink {
	width: 60%;
	margin: 0 auto;
	padding-top: 2px;
	text-align: right;
	font-size: 10px;
}