
/* 041x - Alfredo Chamberlain 								*/
/* $Id: style.css,v 1.1 2006/10/06 00:13:45 unconed Exp $ 	*/

/* -------------------------------*/
/* Body elements */
a {
	color: #0000ff;
}

p {
	font-family:arial;
	text-align:justify;
	font-weight:normal;
	font-size: small;
  line-height: 140%;
	color: #000000;
}

/* -------------------------------*/
/* Table elements */
.box_color_yellow {
	background-color: #ffefcd; 
	border-top: 1px solid #fdd692;
  border-left: 1px solid #fdd692;
  border-right: 1px solid #c98105;
  border-bottom: 1px solid #c98105;
  width:  100%;
  padding: 2px;
}
.box_color_green {
	background-color: #e5f3d9;
	border-top: 1px solid #b4e787;
  border-left: 1px solid #b4e787;
  border-right: 1px solid #3e9a00;
  border-bottom: 1px solid #3e9a00;
  padding: 2px;
}
.box_color_blue {
  background-color: #F4F8FB;
  border-top: 1px solid #BDE4FF;
  border-left: 1px solid #BDE4FF;
  border-right: 1px solid #2176B1;
  border-bottom: 1px solid #2176B1;
  padding: 2px; 
}

.required {
	font-family:arial;
	font-weight: normal;
	font-size: small;
	color: #FF0000;
}

.requiredMarker {
	font-family:arial;
	font-weight: normal;
  font-size: 13px;
	color: #FF0000;
}

/* -------------------------------*/
/* Font elements */
.xtitle{
	font-family:arial;text-align:left;font-weight:bolder;font-size: x-large;color: #000060;
}
.titleBlue{
	font-family:arial;text-align:left;font-weight:bolder;font-size: large;color: #31679a;
}
.titleGreen{
	font-family:arial;text-align:left;font-weight:bolder;font-size: large;color: #3e9a00;
}
.titleBlack{
	font-family:arial;text-align:left;font-weight:bolder;font-size: large;color: #000000;
}
.subtitle{
	font-family:arial;text-align:left;font-weight:bolder;font-size: large;color: #000000;
}
.normalF{
	font-family:arial;text-align:left;font-weight:normal;font-size: small;color: #000000;
}
.smallF{
	font-family:arial;text-align:left;font-weight:normal;font-size: x-small;color: #000000;
}