@charset "utf-8";
body {
	font: 0.625em Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
}

h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.25em;
}

h2 a:link {
	text-decoration: none;
}

h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}

.tier2, .tier2 #container-content a, .tier2 #container-content a:visited   {
	color: #8B3B2A;
}

img { border: 0px none;}

.msginfo, .msgsuccess, .msgwarning, .msgerror, .msgvalidation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
}
.msginfo {
color: #00529B;
background-color: #BDE5F8;
}
.msgsuccess {
color: #4F8A10;
background-color: #DFF2BF;
}
.msgwarning {
color: #9F6000;
background-color: #FEEFB3;
}
.msgerror {
color: #D8000C;
background-color: #FFBABA;
}
.msgvalidation {
color: #D63301;
background-color: #FFCCBA;
}
