/*
iwt-format.css

David Abbott
IWroteThis.co.uk
November 2003

Contains format elements,
	e.g. fonts, colours, borders, alignment
Does not contain layout elements,
	e.g. margins, padding, positioning, size
*/

body
{
	background: #ffffcc;
	background-image: url(./images/iwtbg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #505050;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}
	
.main, .footer
{
	border-top: 2px solid #909090;
	border-left: 2px solid #a0a0a0;
	border-right: 2px solid #d0d0d0;
	border-bottom: 2px solid #e0e0e0;
	background:#ffffff;
	color: #505050;
}

.main .menu
{
	border-top: 2px solid #e0e0e0;
	border-left: 2px solid #d0d0d0;
	border-right: 2px solid #a0a0a0;
	border-bottom: 2px solid #909090;
	background: #ffffff;
	color: #505050;
}

.banner
{
	text-align: right;
	border: none;
}

.footer
{
	text-align: center;
}

.quote
{
	font-size: 0.8em;
	color: #a00000;
	background: #ffffff;
}

.footer p, .menu p, .banner p, p.small
{
	font-size: 0.8em;
}

th
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #505050;
	color: #ffffff;
	font-weight: normal;
}

td
{
	vertical-align: top;
}

h1
{
	font-size: 1.33em;
	padding-top: 0.5em;
}

h2
{
	color: #ffffff;
	background-color: #505050;
	font-size: 1.00em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-weight: bold;
}

h3
{
	font-size: 0.8em;
	padding-top: 0.5em;
	font-weight: bold;
}

img
{
	border: none;
}

.images
{
	text-align: center;
}

a:link
{
	color: #0000a0;
	background-color: #ffffff;
	text-decoration: none;
} 

a:visited
{
	color: #a000a0;
	background-color: #ffffff;
	text-decoration: none;
}
 
a:active
{
	color: #a00000;
	background-color: #ffffff;
	text-decoration: underline;
} 

a:hover
{
	color: #a00000;
	background-color: #ffffff;
	text-decoration: underline;
}

.banner a:link, th a:link
{
	color: #0000a0;
	background-color: #ffffcc;
	font-weight: bold;
}

.banner a:visited, th a:visited
{
	color: #a000a0;
	background-color: #ffffcc;
	font-weight: bold;
}

.banner a:active, th a:active
{
	color: #a00000;
	background-color: #ffffcc;
	font-weight: bold;
	text-decoration: underline;
}

.banner a:hover, th a:hover
{
	color: #a00000;
	background-color: #ffffcc;
	font-weight: bold;
	text-decoration: underline;
}

h2 a:link
{
	color: #ffffcc;
	background-color: #505050;
	font-weight: bold;
}

h2 a:visited
{
	color: #ffffcc;
	background-color: #505050;
	font-weight: bold;
}

h2 a:active
{
	color: #ffffff;
	background-color: #505050;
	font-weight: bold;
	text-decoration: underline;
}

h2 a:hover
{
	color: #ffffff;
	background-color: #505050;
	font-weight: bold;
	text-decoration: underline;
}