/*----------------------------------------------------------------------
        Name: style.css 
      Author: Neville Lee, WebFuzion.com Internet Applications
    Last Rev: 10/31/03
------------------------------------------------------------------------*/
	
body {
  border: 0;
  padding: 0;
  margin: 0;
  background-color : Black; 
  color : Black;
}

.imageborder {
	/*border : thin solid #990000;*/
  border : solid;
	border-color : #990000 ThreedLightShadow ThreedLightShadow #990000;
}

.caption_photo {
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
  font-weight: normal;
  color: #999999;
}

.menu8white {
	padding : 0px 0px 0px 10px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8px;
  font-weight: bold;
  color: #EFEFEF;
}

.content10tablewhite {
	padding : 2px 2px 2px 2px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11pt;
  font-weight: normal;
  color: #EFEFEF;
}

.content10tableblack {
	padding : 2px 2px 2px 2px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
  font-weight: normal;
  color: #000000;
}

.content10boldwhite {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10pt;
  font-weight: bold;
  color: #EFEFEF;
  line-height: 130%;
}

.content10boldred {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10pt;
  font-weight: bold;
  color: #E42D4B;
  line-height: 130%;
}

.content12boldwhite {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12pt;
  font-weight: bold;
  /*color: #E42D4B;*/
  color: #EFEFEF;
  line-height: 150%;
}

.content12boldblack {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
  font-weight: bold;
  color: #000000;
  line-height: 150%;
}

.content12boldred {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12pt;
  font-weight: bold;
  /*color: #E42D4B;*/
  color: #E42D4B;
  line-height: 150%;
}

.header14boldred {
	padding : 0px 0px 0px 0px;
  font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 16pt;
  font-weight: normal;
  /*color: #E42D4B;*/
  color: #E42D4B;
  line-height: 150%;
}

.send_button {
font-family: Verdana, Arial, Helvertica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #330134;
background-color: #E42D4B;
padding : 2px 2px 2px 2px;
}


