body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul,input,textarea 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body,td,div,p,pre,ul 
{
	font-size: 13px;
}

tr.header
{
	background-color: #E8E0C2; 
	color: #000000;
	font-weight: bold;
	height: 22pt;
}
tr.list
{
	background-color: #E0E2D4; 
	color: #000000;
	height: 22pt;
}


/* link */
a 
{
	font-size: 13px; 
	text-decoration: none; 
	font-weight: bold;
}
a:link 
{
	color: #AD351A;
}
a:visited 
{
	color: #78534A;
}
a:active 
{
	color: #000000;
}
a:hover 
{
	color: #FF4D00;
}

.header  
{
	font-weight:bold; 
	font-size:20pt; 
}

input.button:disabled
{
	color: #a2a2a2;
}

/* title */
td.title
{
	border: solid 1px #000000;  
	background-color: #E8E0C2; 
	text-align: left; 
	vertical-align: middle;
	padding: 6px;
	font-weight: bold; 
	font-size: x-large
}

td.titleleft
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #E8E0C2; 
	text-align: left; 
	vertical-align: middle;
	padding: 6px;
	font-weight: bold; 
	font-size: x-large
}

td.titleright
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #E8E0C2; 
	text-align: right; 
	vertical-align: middle;
	padding: 6px;
	font-weight: bold; 
}
