body, p, td, textarea { 
	color: #565656; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-familiy: Verdana
}

.small { font-size: 9px; }
.micro { font-size: 9px; color: gray}
.h1, h1 { font-size: 12px; color: darkblue; margin: 0px; padding: 0px; font-weight: normal;}

		
td.mainlinks {
	color: #232323;
	font-size: 9px;
	padding-top: 4px;
}

td.mainheadline {
	color: black;
	font-weight: bold;
	size: 12px;
	padding-top: 3px;
	padding-right: 5px;
}

td.maincontent {
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 10px;
}

hr {
	height: 1px; color: silver;
}

table.t tr.header {
	background-image: url(t_header.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

td.l {
	border-left: 1px solid silver;
	padding-left: 5px;
}

table.t td {
	color: black;
	font-size: 11px;
}

table.t tr {
	background-color: #f3f3f6;
	background-image: url(t_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
	
	padding-bottom: 4px;
	padding-top: 2px;
	
}


table.t tr.header td { 
	color: gray;
	background-color: white;
	text-align: right;
	font-size: 12px;
	padding-bottom: 15px;
}

table.t tr.head td { 
	background: none;
	color: darkblue;
	font-weight: bold;
	background-image: url(t_head.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 3px;
	padding-top: 10px;
}

table.t tr.zebra {
	background-color: #E3E3E6;
}

table.t tr.white {
	background-color: white;
}

table.t tr.warning {background-color: #F0C7BC;}
table.t tr.warning td {color: darkred;}

table.t tr.info  { background-color: #d3def6; }
table.t tr.info td {color: darkblue; font-weight:bolder;}

table.t tr.footer td {
	background-color: white;
	color: gray;
	text-align: right;
	font-size: 9px;
}

input, select {
	border: 1px solid gray;
	font-size: 10px;
}

input.cd {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-familiy: Verdana;
	font-size: 11px;
	border: none;
	background-color: transparent;
}

textarea {
	color: black;
	border: 1px solid gray;
}

a:visited, a, a:active {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
	
table.blank, table.blank tr, table.blank tr td {
	border: 0px;
	background-color: none;
	background-image: none;
}


input.button {
	border: 1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #d5dcf0;
	padding-bottom: 1px;
	font-size: 10px;
}


div.box{
	width: 100%;
	margin-left: 8px;
	margin-top: 15px;
	margin-right: 4px;
}

input.click {
	border: none;
}
	
