/*
 * Stylesheet for SWC Templates
 * (c) 2004 3DB Ltd - All Rights Reserved
 *
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td,input,select,option,li,.bodyText {
	font-family: Tahoma,Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
}

.SWCOheading {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

.SWCOsubheading {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

.SWCOcaption {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	color: rgb(0,0,0);
	
}

.tableHeader {
	font-weight:bold;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	font-size: 10pt;	
	padding-right:10px;
}

.tableRow {
	border-bottom: 1px #CCCCCC solid;
	font-size: 8pt;
}

td,p,li,.bodyText{
	font-size: 10pt;
}

.smallBodyText{
	font-size: 10pt;
}

.tinyBodyText{
	font-size: 8pt;
}

.MenuText{
	font-size: 8pt;
	color:#FFFFFF;
}

.FooterText{
	font-size: 8pt;
	color:#999999;
}

a:link, a:active, a:visited{
	color: rgb(28,102,170);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input{
	font-size: 10pt;
}

img {
	border:0px;
}

.title {
	font-family: Tahoma, Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	font-style:normal;
	color: rgb(96,103,96);
}


h1 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

h2 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

h3 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

h4 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

h5 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}

h6 {
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style:normal;
	color: rgb(0,0,0);
}



/* DIVs and other layout elements: */


.ContentArea {
	position:absolute;
	top:120px;
	left: 175PX;	
	width:589px;
	height:30px;
}


