/* NN4 styles, will be overridden by those below */

.alert {color: white;
	background-color: red;
	font-weight: bold;
	width: 96%;
	padding: 1%;
	margin-bottom: 10px;}
	
.error
{
	color: red;
}

input[type="radio"] {vertical-align: sub}

.centered {text-align: center;}

.errtext
{
	color: red;
	font-weight: bold;
}

.fright {float: right;
	padding: 5px;}
.fleft {float: left;
	padding: 5px;}

.quote {font-style: italic;
	color: #660066;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;}

.person {font-style: italic;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 15px 0px;}
	
.shaded
{
	background-color: #eeeeee;
}

.smalltext {font-size: 90%}

td h2
{
	width: 98%;
}

.withborders
{
	border-collapse: collapse;
}
	
.withborders td
{
	border: 1px solid black;
	padding: 5px;
}

#subnavigation
{
	margin: 0 5px 10px 10px;
	padding-left: 0;
	list-style-type: none; 	
}

#subnavigation li
{
	margin-bottom: 3px;
}

