/*
----------------------------------------------------------
heneveld.com base styles for screen media
FileName: sitestyle.css
Version: June 30th, 2003
----------------------------------------------------------
*/

body { 
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 11px;
	background-color: #336699;
	margin-bottom: 10; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

td				{ font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; font-size: 11px; color: #333333; line-height: 16px; }

A:link			{ text-decoration: underline; color: #ff6600; font-weight: normal; }
A:visited		{ text-decoration: underline; color: #ff6600; font-weight: normal; }
A:hover			{ text-decoration: underline; color: #999999; 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: 13px;
line-height: 16px;
background-color:#FFFFFF ;
}

/* Borders */
td.border-all {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    border-left: solid 1px #999999;
}
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;
}


/* Dotted Borders */

td.dotted-border-all {
    border-top: dotted 1px #cccccc;
    border-bottom: dotted 1px #cccccc;
    border-right: dotted 1px #cccccc;
    border-left: dotted 1px #cccccc;
}
td.dotted-border-top {
    border-top: dotted 1px #cccccc;
}
td.dotted-border-bottom {
    border-bottom: dotted 1px #cccccc;
}
td.dotted-border-left {
    border-left: dotted 1px #cccccc;
}
td.dotted-border-right {
    border-right: dotted 1px #cccccc;
}
