/* -*- Mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */

body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	line-height: 130%;
	margin-top: auto;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3%;
 color: #505050
}

hr {
 width: 98%;
 align: center;
 height:5;
}

a {
	text-decoration: none;
}

a:hover {
 color: #ff0000; text-decoration: underline;
}


p {    
//       text-indent: 1em
}

.center { 
        text-align: center
}
.right { 
         text-align: right
}  
.left {
        text-align: left
}
.f-right {
          float: right;
}
.f-left {
          float: left;
}
.c-left {
         clear: left;
}
.c-right {
          clear: right;
}
.c-both {
         clear: both;
}
.noindent {
  text-indent: 0em;
}

H2, H3, H4, H5, H6 {
	border-style: solid;
 color: #808080;
	font-weight: bold;
	border-color: #a99;
// width: 50%;
}

H1 {
 color: #606060;
	font-weight: bold
}
