/*
----------------------------------------------------------
FileName: mindtrust.css
Version: November 5th, 2005
----------------------------------------------------------
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E3E3E;
	background-color: #ffffff;
	margin-bottom: 0; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	list-style-position: outside;
	list-style-type: square;
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

A:link			{ text-decoration: underline; color: #336699; font-weight: normal; }
A:visited		{ text-decoration: underline; color: #336699; font-weight: normal; }
A:hover			{ text-decoration: underline; color: #cccccc; font-weight: normal; }

.form {	
border-left:1px solid #999999;
border-right:1px solid #999999;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
color: #35302C;
font-size: 9px;
line-height: 16px;
background-color:#FFFFFF ;
}

/* --- GRAY BORDERS --- */
td.border-top {
    border-top: solid 1px #cccccc;
}
td.border-bottom {
    border-bottom: solid 1px #cccccc;
}
td.border-left {
    border-left: solid 1px #cccccc;
}
td.border-right {
    border-right: solid 1px #cccccc;
}
td.border-all {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
td.border-left-bottom {
    border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-right-top {
    border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
td.border-right-bottom {
    border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-right-top-bottom {
    border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
td.border-top-bottom {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
