html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #2B2B2B;
	font-size: 1.2em;
	background: #F1F1F1 url(/winnipeg/common/images/interface/background.gif) repeat-x;
}

p {
	margin: 15px 0;
  font-size: 1em;
}

table {
  font-size: 1em;
}

table tr th, table tr td {
	padding: 0;
}

a {
	color: #35156E;
	text-decoration: underline;
}

img {
	border: none;	
}

.clear {
	clear: both;
}

table.sources {
	width: 100%;
}

table.sources tr td {
	padding: 5px 3px;
}

/* back link */
div.back_link {
	margin: 15px 0;
}
/* back link */

/* messages and error messages */
div.message, div.error_message {
	padding: 5px;
	margin: 15px 0;
}

div.message {
  border: solid 1px #AAA;
	background: #EEE;
}

div.error_message {
  border: solid 1px #DD3C10;
  background: #FFEBE8;
}

div.message h1, div.error_message h1 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}

div.message p, div.error_message p {
	margin: 5px 0;
}
/* messages and error messages */