* {
		margin: 0;
		padding: 0;
		border-width: 0;
		list-style: none;
		font-style: normal;
		font-weight: normal;
	}
body {
		background-image: url('../../../images/ms/bg.gif');
		background-position: 123px;
		background-repeat: repeat-y;
		background-color :  #D5D5D5;
		color : #000000;
  }
h1,h2,h3,h4,h5,h6 {
		margin:1em 0;
		font-weight: bold;
	}
#content h1 {
		padding-bottom:4px;
		border-bottom: 1px solid #000;
		width: 90%;
	}
p {	margin:1.6em 10px;}
address{	margin:1.6em 20px;}
ol, #content ul {	margin:1.6em 40px;}
strong, dt { font-weight: bold; }
em { font-style: italic; }
#content p { width: 80%; }
a { color : #000000; }
#subnav a, #navbar a, #footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
a.goto {
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: block;
		width:auto;
		height: 20px;
		padding:1px 0 0 20px;
		text-decoration: underline;
	}
a.goto:hover { text-decoration: none; }
.error {
		color:#C00;
		font-weight: bold;
	}
.errorBox {
		border: 1px solid gray;
		margin: 30px 0;
		width: 500px;
	}
.errorBox div {
		background-image: url('../../../images/ms/exclamation.png');
		background-position: 10px 5px;
		background-repeat: no-repeat;
		background-color: #FEFEFE;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='image.png',sizingMethod='scale');
		color: #000;
		border: 2px solid #C00;
		border-left: 10px solid #C00;
		padding: 5px;
		padding-left: 40px;
	}
