/*

Default Cascade Style Sheet

*/

/* general */

body
	{ margin: 0px; padding: 0px; background-color: white; }
table, tr, td, input
	{ font-family: 'Times New Roman',arial; font-size: 13px; color: #505050; }

a { text-decoration: none; }
a:link { color: #2B659F; }
a:visited { color: #2B659F; }
a:active { color: #2B659F; }
a:hover { color: #a00000; }

image.imagelink
	{ cursor: hand; }

.defaultbody
	{  padding-left: 0px; }

td.infotitle
	{ border-left: solid 10px #e0e0e0; padding: 0px 8px; }
td.infofield
	{ color: #505050; padding-left: 0px; text-align: right; }

td.historytitle
	{
		text-align: center; vertical-align: top;  padding: 5px 10px;
		font-family: "arial black", arial; font-weight: bold; color: #a00000; letter-spacing: 3px;
	}
td.historyfield
	{ padding-left: 10px; line-height: 25px; }
