/* soft.css */
.std {
 background-color: #505050;
 font-family: arial;
 font-size: 12px;
 color: black;
 margin-left:auto; margin-right:auto; width:800px;
}

.logo {font-weight: bold; font-size: 24px; }
.title { color:#228b22; font-size:16px ; font-weight: bold; }
.headerback {color:#406540; background-color:white;
 padding-left:50px; padding-top:20px;
 text-align:left; font-family:Verdana;}
.back {background-color:white; font-family:arial; font-size:12px; color:black; margin-top:0px; text-align:center;}
.copy {font-size:10px; color:#404040; text-align: center;}
.b1 {padding-left:50px; padding-right:50px;  background-color:white; text-align:left;}
.b2 {padding-left:25px;padding-right:50px; background-color:white; text-align:left;}
.text {font-size: 14px; font-family: arial; color: #404040; text-align: justify;}
.textul {font-size: 12px; font-family: arial; color: #606060; font-weight:bold}

.err {background-color: yellow; color: red; font-size: 12px;}
.header { text-align: center; font-weight: bold; font-size: 16px; color: #808080; }
.headerforms { font-weight: bold; font-size: 20px; color: #808080; }
.smallheader {font-size: x-small; font-weight: bold; color:#204020; text-align: center}

.small {font-size: 12px; }
.xxsmall {font-size: xx-small; }
.xxhsmall {font-size: 10px; background-color:white; color:white;}

.textsub {font-size: 12px; font-family: arial; color: #808080; }
.texth {font-size: 12px; font-family: arial; color: #b0b0b0; }
.text2 {font-size: 12px; font-family: arial; color: #000000; }
.button {font-size: 16px; font-family: arial; color: #404040;}

a.cleanlink:link {color: #b22222;  text-decoration: none;  font-weight: normal;}
a.cleanlink:visited {color: #b22222;  text-decoration: none;  font-weight: normal;}
a.cleanlink:active {color: #b22222;  text-decoration: none;  font-weight: normal;}
a.cleanlink:hover {color: navy;  text-decoration: none;  font-weight: normal;}

a.button:link {color: #404040;  text-decoration: none;  font-weight: normal; font-size: 16px;}
a.button:visited {color: #404040;  text-decoration: none;  font-weight: normal; font-size: 16px;}
a.button:active {color: #404040;  text-decoration: none;  font-weight: normal; font-size: 16px;}
a.button:hover {color: #404040;  text-decoration: none;  font-weight: normal; font-size: 16px;}


