/* ------------ General css ------------ */

/* body */
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	line-height: 13px;

	/* windows only */

	/* raised scrollbar colour */
	scrollbar-face-color: #dddddd;

	/* raised scrollbar left and right */
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #666666;

	/* this is also on the left of the raised edge */
	scrollbar-3Dlight-color: #cccccc;

	/* this is also on the right of the raised edge */
	scrollbar-darkshadow-color: #666666;

	/* the arrows colour */
	scrollbar-arrow-color: #333333;

	/* the scrollbars track colour */
	scrollbar-track-color: #cccccc;

	/* windows only */
}
/* body */


/* links */
a:link
{
	text-decoration: none;
	color: #999999;
	letter-spacing: 1px;
}

a:visited
{
 	text-decoration: none;
	color: #999999;
	letter-spacing: 1px;
}

a:hover
{
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;
}

a:active
{
	text-decoration: none;
	color: #999999;
	letter-spacing: 1px;
}

/* links */

/* ------------ General css ------------ */





/* ------------- classes ---------------*/

/* To centre something on a page use this class, */
/* and two divs (the table is only needed to fix a issue in */
/* Macintosh ie 5.2).  This only works with fixed size */
/* items not expanding items */
/*  */
/* This works on... */
/* Macintosh: ie 5.2, Safari 1.2.4, Firefox 1.0.1 */
/* Windows: ie 6.0, Firefox 1.0.2 */

.centrescreendiv
{
	position: absolute;
	width: 682px;
	height: 741px;
	margin-left: -341px;
	margin-top: -370px;
	top: 50%;
	left: 50%;
	text-align: center;
	vertical-align: middle;
}
/* to here */

/* outer and inner site frames */
.site_divouter
{
	background-color: #999999;
	padding: 1px 1px 1px 1px;
	width: 680px;
}

.site_divouteralt
{
	background-color: #999999;
	width: 682px;
}

.site_divinner
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

.site_divinneralt
{
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}
/* outer and inner site frames */



/* content table */
.headertd
{
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	height: 100px;
}

.contenttd
{
	padding: 10px 10px 10px 10px;
}

.iframeheading
{
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: top;
	height: 40px;
}

.iframetd
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 10px;
	width: 300px;
}

.footertd
{
	padding: 10px 10px 10px 10px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
/* content table */



/* iframe */
.quotes_iframe
{
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 0px;
	height: 520px;
	width: 100%;

	/* windows only */

	/* raised scrollbar colour */
	scrollbar-face-color: #dddddd;

	/* raised scrollbar left and right */
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #666666;

	/* this is also on the left of the raised edge */
	scrollbar-3Dlight-color: #cccccc;

	/* this is also on the right of the raised edge */
	scrollbar-darkshadow-color: #666666;

	/* the arrows colour */
	scrollbar-arrow-color: #333333;

	/* the scrollbars track colour */
	scrollbar-track-color: #cccccc;

	/* windows only */
}

.quotes_iframetable
{
	width: 100%;
	font-size: 10px;
	line-height: 11px;
}
/* iframe */



/* quote table on index page */
.quotetd
{
	height: 300px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	vertical-align: bottom;
}
/* quote table definition on index page */

/* the quote */
.quote
{
	font-size: 34px;
	line-height: 34px;
	color: #333333;
	font-style: bold;
}
/* the quote */

/* the quotes author */
.authortd
{
	height: 20px;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}
/* the quotes author */



/* text */
.capitaltext
{
	margin: 0px 0px 0px -4px;
	font-size: 44px;
	line-height: 38px;
	letter-spacing: 3px;
	color: #666666;
	font-style: bold;
	float: left;
}

.heading1
{
	position: absolute;
	left: 11px;
	top: 50px;
	font-size: 34px;
	line-height: 34px;
	color: #333333;
	font-style: bold;
}

.heading2
{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-style: bold;
}
/* text */




/* ------------- classes ---------------*/
