html, body, form, fieldset, td {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 4px 0px 4px 0px;
	padding: 0;
}

table {
    width:100%;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

#container {
    text-align:center;
    width:950px;
    position:absolute;
    margin-left: 50%;
    left: -475px
}

/* Links */
a {
    color: #ae1f23;
	font-weight:bold;
	text-decoration: underline;
}
    a:hover {
	    text-decoration: none;
    }
.blue{
    margin:5px 0px 15px 0px;
     background-image:url('../images/BlueHr.jpg');
     background-repeat:no-repeat;
     height:6px;
     border:none;
}

.ripad{
    margin:18px;
}


