/* $Id: index.css,v 1.6 2004/05/26 09:01:24 tim.parry Exp $ */


/*--------------------------------- RESET ALL ----------------------------------------*/

html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, input, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.4em;
	background-color: black;
	font-size: 75%;
	font-family: verdana,sans-serif;
	margin: 0px auto;
}

p {
	margin: 6px 0px 12px 0px;
	text-align: justify;
}

ol, ul {
	line-height: 1.7em;
	list-style: disc;
}

li {
	margin-left: 2em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: verdana,sans-serif;
	font-size: 100%;
}

sup{
	font-size: smaller;
	vertical-align: super;
}

sub{
	font-size: smaller;
	vertical-align: sub;
}

h3{
	font-size: 120%;
	margin-top: 12px;
	margin-bottom: 6px;
}

h4{
	font-size: 110%;
}

input {
	background-color: white;
	border: 1px solid black;
	padding: 1px 1px 0px 1px;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

.clear{
	clear: both;
}

#banner{
	width: 748px;
	margin: 0px auto;
}

#wrapper{
	background-color: white;
	padding: 24px 0px 24px 0px;
}

#content{
	width: 736px;
	min-height: 500px;
	margin: 0px auto;
/*	background-color: #ccc; */
}

*html #content{
	height: 500px;
}

#footer{
	clear: both;
}

.RIBAPix{
	font-weight: bold;
	color: red;
}

.smallText{
	font-size: 90%;
}

