body
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-top:2px;
  margin-left:2px;
  color: #000000;
}

table, div
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
}

a
{
  color: #C570AD;
  font-size: 12px;
  text-decoration: none;
}

a:hover
{
  color: #4E8521;
  font-size: 12px;
  text-decoration: underline;
}

.header
{
  color: #C570AD;
  font-size: 28px;
  font-weight: bold;
}

.subheader
{
  color: #4E8521;
  font-size: 18px;
  font-weight: bold;
}

.border
{
  background-color: #000000;
}

.copyright
{
  font-weight: bold;
  font-size: 14px;
}

.list
{
  margin-left: 10px; 
  padding-left: 6px;
}

.policyWrapper
{
  height:240px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  border: 1px solid #aaaaaa;
  opacity: 0.8;
}

/* SHADOWS */
.dropShadowTopRight{
background-image: url(images/shadowTopRight.png) !important;
background-repeat: no-repeat;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none;
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadowTopRight.png'); /* the MS alpha filter */

}
.dropShadowRight{
background-image: url(images/shadowRight.png) !important;
background-repeat: repeat-y;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none;
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadowRight.png'); /* the MS alpha filter */

}
.dropShadowCorner{
background-image: url(images/shadowCorner.png) !important;
background-repeat: no-repeat;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none;
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadowCorner.png'); /* the MS alpha filter */

}
.dropShadowBottom{
background-image: url(images/shadowBottom.png) !important;
background-repeat: repeat-x;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none;
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadowBottom.png'); /* the MS alpha filter */

}
.dropShadowLeftBottom
{
background-image: url(images/shadowLeftBottom.png) !important;
background-repeat: no-repeat;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none;
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadowLeftBottom.png'); /* the MS alpha filter */

}


/* FORM FIELDS */

input{
/* IE will use this */

  font-size: 11px;
  
  border-width: expression(this.type=="checkbox" || this.type=="radio" || this.type=="image" ? '0px' : '1px');
  border-style: expression(this.type=="checkbox" || this.type=="radio" || this.type=="image" ? 'none' : 'solid');

  background-color: expression(this.type=="checkbox" || this.type=="radio" || this.type=="image" ? 'none' : '#F7FBFF');
  border-color: expression(this.type=="checkbox" || this.type=="radio" || this.type=="image" ? 'none' : '#666666');
}

input[type="text"], input[type="password"], input[type="button"], 
input[type="submit"], input[type="reset"], input[type="file"] {
/* FireFox will use this */
  font-size: 11px; 
  border-width:1px;
  border-style: solid;
  background-color: #F7FBFF;
  border-color: #666666; 
}

input[type="checkbox"], input[type="radio"], input[type="image"]{
/* FireFox will use this */
  font-size: 11px; 
  border-width:0px;
  border-style: none;
  background-color: none;
  border-color: none; 
}

select{ 
  font-size: 11px;
  width: 150px;
  border-width: 1px;
  border-style: solid;
  background-color: #F7FBFF;
  border-color: #666666;
}
textarea{
  font-size: 11px;  
  border-width: 1px;
  border-style: solid;
  background-color: #F7FBFF;
  border-color: #666666;
}
