/* stylesheet by Mark de Beer */
/* designed for the TruckDoorSafer website */
/* Copyright 2008 */

body
	{ 
 	background: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial;
	color: #666666;
	}

h1	{
	font-size: 11pt;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
	padding-left: 10px;
	}

h2	{
	font-size: 11pt;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	}

ul 
	{ list-style-type : square; 
	margin-left : 20px; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	}

ol 
	{ margin-left : 20px; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	}

td	{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #666666;
	}
	
a img	{
	border: 0px;
	}

a 	{ 
	text-decoration: none;
	font-weight: bold; 
	color: #CC0000;
	cursor: hand;
	}

a:hover { 
	text-decoration: underline;  
	}

.dc_date
	{
	font-weight: bold;
	}
	
.dc_title
	{
	font-size: 9pt;	
	font-weight: bold;
	color: #CC0000;
	}
	
.dc_intro
	{
	font-style: italic;
	}

.send_button	{
	background: #FFFFFF;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 20px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	}

