/* contact.css */

.std { background-color: white; text-color: #404040; font-family: arial; font-size: 12px; text-align: center;}

.headerback {background: url(image/clouds2.jpg);
         background-color: #e0e0e0;
         width: 800;
         height: 85;
         padding-left: 20px;
         padding-top: 10px;
				 border: 1px solid navy;
}

.blueback { background-color: rgb(99,138,199);
         width: 800;
         height: 60;
         padding-left: 20px;
				 border: 1px solid navy;
}

.header {color: darkgreen; font-size: 24; }
.header2 {color: darkgreen; font-size: 16; font-weight: bold}
.subheader { color: navy; font-size: 14px; vertical-align: middle; font-weight: normal;}
.vtspace {height: 2px; }
.stattxt {background-color: yellow; color: black; font-size: 12px;}

.main { width: 800; text-align: left; }
.center { text-align: center; }
.text1 {font-size: 12px; color: dimgray; font-family: arial; text-align: justify;}
.text2 {font-size: 11px; color: dimgray; font-family: arial; text-align: justify;}
.text3 {font-size: 10px; color: dimgray; font-family: arial; text-align: justify;}
.text4 {font-size: 14px; color: darkgreen; font-family: arial; text-align: justify; font-weight: bold;}
.text5 {font-size: 14px; color: #404040; font-family: arial; text-align: justify; font-weight: normal;}
.textcredit {font-size: 14px; color: darkslateblue; font-family: arial; text-align: justify;}
.text {font-size: 14px; color: #404040; font-family: arial;}
.textbanner {font-size: 12px; color: dimgray; font-family: arial;}
.agree {font-size: 12px; color: black; font-family: arial; width: 500px; height: 100px;}

.title {font-size: 24px; color: forestgreen; text-align: center; font-weight: normal; font-family: arial;}
.logo {font-size: 12px; color: forestgreen; text-align: center; font-weight: bold; font-family: arial;}
.title2 {font-size: 16px; color: forestgreen; text-align: left; font-weight: normal; font-family: arial;}
.title3 {font-size: 16px; color: steelblue; text-align: left; font-weight: bold; font-family: arial;}
.title4 {font-size: 16px; color: crimson; text-align: center; font-weight: bold; font-family: arial;}

.member {font-size: 11px; color: #606060; text-align: center;}
.copy {font-size: 10px; color: navy; text-align: center;}
.bullet { color: darkgreen; }
.emp { font-weight: bold; }
.pic {border: 1px solid forestgreen; }
.adpic {border: 1px solid black; width: 250; height: 150}
.linkbox {text-align: center; border: 1px solid darkgreen; width: 100; padding: 3px;}
.adsupplyNE {width: 400; height: 200; border: 1px solid black;  text-align: center; background-color: RGB(233,226,224);}
.picsupply {float: left; padding-right: 0px; }
.adsupply {width: 400; height: 200; border: 1px solid black; margin-top: 10px;}
.bandimg {margin-right: 20px;}

a:link {color: darkgreen;  text-decoration: none; font-weight: normal;}
a:visited {color: darkgreen;  text-decoration: none;  font-weight: normal;}
a:active {color: darkgreen;  text-decoration: none;  font-weight: normal;}
a:hover {color: navy;  text-decoration: none;  font-weight: normal;}

a.box:link {color: dimgray;  text-decoration: none; font-size: 12px;}
a.box:visited {color: dimgray;  text-decoration: none; font-size: 12px;}
a.box:active {color: dimgray;  text-decoration: none; font-size: 12px;}
a.box:hover {color: navy; text-decoration: none; font-size: 12px;}
