﻿body 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #666633;
	font-size: 8pt;
	margin:0px 0px 0px 0px;

}

tr,td
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	vertical-align:top;
}

H1
{
	font-size: 1.75em;
	font-weight: bold;
	}
H2
{
	font-size: 1.58em;
	font-weight: 600;
}
H3
{
	font-size: 1.45em;
	font-weight: 500;
}
H4
{
	font-size: 1.33em;
	font-weight: 400;
}
H5
{
	font-size: 1.2em;
	font-weight: 400;
}

H1, H2, H3, H4, TH, THEAD, TFOOT
{
	color: #666633;
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
}

.head1
{
	font-size: 1.75em;
	font-weight: bold;
}
.head2
{
	font-size: 1.58em;
	font-weight: 600;
}
.head3
{
	font-size: 1.45em;
	font-weight: 500;
}

.head3red
{
	font-size: 1.45em;
	font-weight: 500;
	color: Red;
}
.head4
{
	font-size: 1.33em;
	font-weight: 400;
}

.head1, .head2, .head3, .head3red, .head4
{
	color: #666633;
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
}

.homepage
{
	font-size: 1.45em;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
}

.homepagebold
{
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
}

.boldlink
{
	font-size: 1.33em;
	font-weight: 400;
}

.topleft
{
	text-align: left;
	vertical-align: top;
}
.topright
{
	text-align: right;
	vertical-align: top;
}

.topleftbold
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.newstable
{
	border-right: #666633 1px solid; 
	border-top: #666633 1px solid; 
	padding-left: 4px;
    padding-bottom: 4px; 
    border-left: #666633 1px solid; 
    width: 100%; 
    padding-top: 4px;
    border-bottom: #666633 1px solid; 
    height: 100%	
}

THEAD, TFOOT
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	
}

TH
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	vertical-align:baseline;
}

/* popup styles */
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;/* ##ffffcc */
	border-width:1px;
	border-style:solid;
	border-color:black;/* #666633 */
	padding:3px;
	width:250px;
}


/*tabcontrol styles */
.tabControl 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #666633;
	font-size: 8pt;
	padding: 10;
	
	/*background-color:#ffffcc;*/
	border-width:1px;
	border-color: Black;
	
	
}
/* master page styles  */

/* style for tab menu and related cell  */
.menucell
{
	background-color:#ffcc00;
	text-align: left;
}

.menu
{
	Height: 17px;
                                             
}

.menustatic
{
	Width: 95%;
}

.menudynamic
{
	border: solid 1px;
 }

.menudynamichover
{
	background-color: #FFFFCC;
}

.menustatichover
{
	background-color: #FFFFCC;
}

/* style for master page colours  */
.paleyellow
{
	background-color: #ffffcc;
	vertical-align: top;
}

.midyellow
{
	background-color: #fef8a2;	
	text-align: left;
	vertical-align: top;
}

.olivegreen
{
	background-color: #666633;
}

.ivory
{
	background-color: #fffff0;
}
.hspacer
{
	width: 2px; 
	background-color: #666633	
}

.vspacer
{
	height: 2px; 
	background-color: #666633	
}

.maintable
{
	width: 1000px; 
	border-right: black 0px solid; 
	border-top: black 0px solid; 
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	height: 570px;
}

.maintablecell
{
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: black thin solid; 
	WIDTH: 1000px; 
	BORDER-BOTTOM: black thin solid; 
	HEIGHT: 570px; 
	TEXT-ALIGN: left	
}

.linkstable
{
	VERTICAL-ALIGN: top; 
	WIDTH: 97%; 
	TEXT-ALIGN: left	
}


