a:link
{
	color: rgb(244,121,31);
}
a:visited
{
	color: rgb(248,163,99); 
} 
a:active 
{
	color: rgb(248,163,99); 
}

a.dummy{
	color: rgb(244,121,31);
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: rgb(255,255,255)
}

h1
{
	color: rgb(244,121,31);
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}
h2
{
	color: rgb(248,163,99); 
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;	
	text-align: center;
}
h3
{
	color: rgb(248,163,99); 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
}

td.desc {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

td.warning {
	font-size: 9px;
}

td.company_name {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	border_color: rgb(248,163,99);
	color: rgb(244,121,31);
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
}

td.project_name {

	font-weight: bold;	
}

td.rightbar{
	border-left-style: solid;
	border-left-width: 1px;	
	border-left-color: rgb(244,121,31);
}

td.error {
	color: rgb(244,121,31);
}

input.subbutton {
	border-style: solid;
	color: rgb(244,121,31);
	border-color: rgb(244,121,31);
	background-color: rgb(255,255,255);
	border-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
}

input.minisub {
	border-style: solid;
	color: rgb(244,121,31);
	font-size: 10px;
	border-color: rgb(244,121,31);
	background-color: rgb(255,255,255);
	border-width: 1px;

}


