/** GENERAL **/
    
html{
	min-height: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
	}
body{
    width: 100%;	
    margin-top: 10px;
    background-image: url("/images/testStripe6.jpg");
		background-repeat: repeat;          
     font-family: arial, helvetica, sans-serif;
		 font-size: 12px;
     line-height: 1.3;
		 } 
.container{
	width: 786px;
		 text-align: center;
		 margin-left: auto;  
 	margin-right: auto; 
	background-color: white;
  }
.textbox{
  text-align: left;
	font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: darkslategray;
  border: groove 2px darkslateblue;
  margin: 10px;
  padding: 15px;
  }
.normalfont{
	font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: darkslategray; 
  }
.largerfont{
	font-family: arial, helvetica, sans-serif;
  font-size: 110%;
  color: darkslategray; 
  }  
.smallfont{
	font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  }
h1{
	font-family: arial, helvetica, sans-serif;
  font-size: 200%;
  color: darkslategray; 
  }  
h2{
	font-family: arial, helvetica, sans-serif;
  font-size: 110%;
  color: darkslategray; 
  padding: 0px;
  margin: 0px;
  }  
hr{
    width: 720;
    size: 2px;
    color: #BFC0F3;
    background-color: #BFC0F3;
    height: 2px;
    border: none;
    }
    
/* DIV SHADOW */

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}
.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}
.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}
.content{	
  background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #BFC0F3; /*border color*/
	padding: .5em 2ex;
}

/*  LINKS  */

.link{
	width: 106px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  background-color: darkslateblue;
  color: white;
  border: 3px outset;
  border-color: lavenderblush plum plum lavenderblush;
  }
.link2{
	width: 110px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  background-color: lavender;
  color: darkslategray;
  border: 3px inset;
  border-color: lavender lavenderblush lavenderblush lavender;
  } 
a:link{
		color: white;
		text-decoration: underline;
		}
a:visited{
		color: white;
    text-decoration: none;
		}
.link2 a:link{
		color: indianred;
		text-decoration: underline;
		}
.link2 a:visited{
		color: indianred;
    text-decoration: none;
		}   
    
    
/** TABLES **/

.tableBorder{
	width: 98%;
  text-align: left;
	font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  color: darkslategray;
  border-style: outset;
  border-width: 2px;
  border-color: #C8C4DC #28224D #28224D #C8C4DC;
  margin: 5px;
  padding: 10px;
  }
     

    
/** IMAGES **/

