/*
 * $Id: style.css,v 1.2 2005/09/09 15:41:32 smiths Exp $ Copyright BT
 */
/*
 * General appearance.
 */
h1	{
	font-size:			24pt; 
	font-style:			italic; 
	font-family:		times;
	}
h2	{
	font-size:			14pt; 
	font-family:		sans-serif;
	}
h3	{
	font-size:			12pt; 
	font-family:		sans-serif;
	}
h4	{
	font-size:			12pt; 
	font-style:			italic; 
	font-family:		sans-serif;
	}
body	{
	color:				rgb(0,34,144); 
	font-size:			10pt; 
	font-family:		sans-serif;
	}

/*
 * Common CSS bug, inheritance doesn't go into tables.
 */
table	{
	font-size:			10pt;
	font-family:		sans-serif;
	margin-left:		20;
	}

/*
 * Hyperlink definitions.
 */
a	{
	font-family:		sans-serif; 
	font-size:			10pt; 
	color:				rgb(0,34,144);
	}
a:visited	{
	color: 				rgb(0,34,144);
	}
a:hover		{
	color: 				rgb(255,0,0);
	}

/*
 * All our web pages should be defined within <div class="ccsi">
 */
div.ccsi	{
	background-color:	rgb(228,234,246); 
	padding-left:		1%;
	padding-right:		1%;
	margin-left:		7%;
	margin-right:		8%;
	height:				100%;
}

/*
 * <div class="code" is for showing blocks of source code or HTML.
 */
div.code	{
	background-color:	white; 
	padding-left:		1%;
	padding-right:		1%;
	margin-left:		6%;
	margin-right:		6%;
	font-family:		monospace;
	color:				black;
}
/*
 * <div class="browser" is for showing parts of web pages.
 */
div.browser	{
	background-color:	white; 
	padding-top:		10;
	padding-bottom:		10;
	padding-left:		2%;
	padding-right:		2%;
	margin-left:		7%;
	margin-right:		9%;
}

/*
 * Are T&T adverts are like this.
 */
div.advert	{
	font-style:			italic; 
}

/*
 * <span class="cc"> for displaying the word "CargoConnect"
 */
span.cc	{
	font-style:			italic; 
}

