/* DW.CSS

 * Copyright (C) 2005 Six Ray Vision LLC.  All rights reserved.

 * version: $Id: dw.css,v 1.2 2005/04/20 17:17:40 doug Exp $

 */







/* STYLE FOR BODY AREA */




#body h2.alt {
	background-image:  url(/transera/data/arrow-h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin: 17px 0px 5px;
	padding-top: 4px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #aaa;
}




#body ul {

  position: relative; left: -10px;
  margin-top: 10px;

  list-style-image: url('/transera/data/arrow-li.gif');

}

#body li {
margin-bottom: 5px;
}


#body em {

  color: #7e8998 ! important;

}



#body p {

  color: #333;

  margin: 2px 0px 5px;

}
#body p.red {

  color: #c45d4a;
}



#body h2.title {

  font-size: 13px;

  padding: 0px;

  margin: 10px 0px;

  color: #57667d;

}
#body h3.title {

  font-size: 12px;

  padding: 0px;

  margin: 10px 0px;

  color: #57667d;

}
#body h3.myth {

  font-size: 12px;

  padding: 0px;

  margin: 7px 0px;

}





