
/* used to import stylesheet for the WYSIWYG editor*/
@import "/system/modules/gov.va.deq.pao.DEQtemplate_one/resources/deqweb.css";
@import "/info/info.css";

a:link {
	color: #905314;
	text-decoration: none;
}
a:visited {
	color: #905314;
	text-decoration: none;
}
a:hover {
	color: #F3A65E;
	text-decoration: underline;
}
a:active {
	color: #905314;
	text-decoration: none;
}
h4 {
	color: #575757;
}
table#whatsnewtable {
  float: right;
  width: 250px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  clear: right;
}

table#whatsnewtable th,
table#whatsnewtable td
{
  border: 1px solid #999;
  vertical-align: top;
  text-align: center;
  padding: 6px;
}

table#whatsnewtable2 {
  float: left;
  width: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 4px solid #905314;
/*  background: url("/info/images/CCC.logo.small.fadeleft.gif") right bottom no-repeat ; */
}

table#whatsnewtable2 th,
table#whatsnewtable2 td
{
  vertical-align: top;
  text-align: left;
  padding: 6px;
}

h2 {
	color: #EC7600;
}
h1 {
	color: #000000;
}

