/* CSS Document */
body{
background-color: #A587BD;
font-size: 12px;
font-weight: normal;
font-family: Verdana, Helvetica,"trebuchet MS" sans-serif;
}

.container{
 width: 751px;
 margin: 0 auto;
}

.spacer{
margin: 5px;
}

.error{
color:red; 
font-size: 12px;
margin-left: 5px;
}

.centered-table {
 margin-left: auto;
 margin-right: auto;
}

.float-left{
 float: left;
}

.top-bottom{
 margin-top: 5px;
 margin-bottom: 5px;
}

.float-right{
 float: right;
}

.link-margin{
 margin-top: 3px;
 margin-left: 5px;
 margin-right: 5px;
 font-size: 12px;
}

.link-left-border{
 margin-left: 12px;
}

.link-font{
 font-size: 12px;
}
.link-spacer{
margin-left: 5px;
margin-right: 5px;
}

a{
 text-decoration: none;
 font-weight: bolder;
 color: #000000
}

a:link {
 color: #000000;
 text-decoration: none;
}

a:visited {
 color: #ADAOBA;
 text-decoration: none;
}

a:active {
 color: #000000;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
 color: #ADAOBA;
}

a.nav-bar{
 text-decoration: none;
 font-weight: bolder;
 color: #FFFFFF;
}

a.nav-bar:link {
 color: #FFFFFF;
 text-decoration: none;
}

a.nav-bar:visited {
 color: #ADAOBA;
 text-decoration: none;
}

a:active {
 color: #FFFFFF;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
 color: #ADAOBA;
}

a.body-link{
color: #244191;
}

a.body-link:link {

 text-decoration: none;
 color: #244191;
}

a.body-link:visited {

 text-decoration: none;
 color: #244191;
 
}

a.body-link:active {

 text-decoration: none;
 color: #244191;
}

a.body-link:hover {
 text-decoration: none;
 color: red;
}

.submit-text{
background-color: white;
color: FFFFFF;
border-color: #CEFFE1;
border-width: 2px;
border-style:solid;

}