html {
	overflow-y: scroll;
	font-family: 'Gill Sans MT', 'Gill Sans',verdana, arial,helvetica,sans-serif;
	line-height: 16px;	
}

font, td { 
	
	font-size: medium;
}

.red { 
	color:#962f34;
}

.small { 
	font-size: smaller;
}

.large { 
	font-size: medium;
}

.extralarge { 
	font-size: large;
	font-weight:bold; 
}

a:link { 
	text-decoration: none; 
	color:#990000;
}

a:visited { 
	text-decoration: none; 
	color:#cc0000;
}

a:hover { 
	text-decoration: none; 
	color:#0000cc;
}


a.navWhite {
	text-decoration: none; 
	font-weight:bold; 
	font-size: small;
	color:#ffffff;
}
a.navBlack {
	text-decoration: none; 
	font-weight:bold; 
	font-size: small;
	color:#000000;
}



.input {
	font-weight:bold; 
	width:100px; 
	height: 18px; 
	line-height: 13px;
	font-size: small;
	border: #000000 1px solid;
}

.select {
	font-weight:bold; 
	height: 22px; 
	line-height: 13px;
	font-size: small;
	border: #000000 1px solid;
}

.input150 {
	font-weight:bold; 
	width:150px; 
	height: 18px; 
	line-height: 13px;
	font-size: small;
	border: #000000 1px solid;
}

.error {
	color : #962F34;
	font-size: larger;
	font-weight: bold;
}


form {
	margin-bottom: 0px;
	margin-top: 0px;
} 
		
.button { 
	background:#962F34;
	color:#ffffff;
	font-weight:bold; 
	height: 20px; 
	font-size: small;
	border: none;
}

fieldset { 
	border:#000000 solid;
	padding:5px;
}
ul {
list-style-type: square;
margin-left:13px;
padding-left:3px;

}

.image{
border-style: solid;
border-color: black;
border-width:2px;
}

.articleimage{
border-style: solid;
border-color: black;
border-width:6px;
}

	  