/* $Id: style.css,v 1.1.1.1 2005/09/28 06:39:10 ryan Exp $ */

/* (C)2001, 2002 SaskNow Technologies */

BODY {
	font-size: 14px; 
	font-family: Times New Roman, Times, serif;
}

P {
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

SMALL {
	font-size: 80%;
}

LI {
	font-size: 12px;
	color: #333333;
}

ADDRESS {
	font-size: 14px;
	color: #666699;
	font-style: normal;
}

P.body {
	font-size: 14px;
	text-align: justify;
}

P.menu {
	font-size: 14px;
	text-align: left;
}

P.reverse {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

P.quote {
	font-size: 12px;
	text-align: justify;
	margin-left: 20px;
	color: #333333;
}

EM {
	color: #993300;
	font-style: italic;
}

EM.sans {
	color: #993300;
	font-style: normal;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.bordered { 
	border-style:none;
}

HR {
	color: #003399;
}


/* Default Link Properties -- Define after menu! */ 
A {
	color: #003399;  
	font-size: 12px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:visited {
	color: #003399; 
}

A:hover {
	color: #993300;
	text-decoration: underline;
}

/* Menu styles ----------------------------------- */

/* link style is an unvisited link */

A.menu, A.menu:visited, A.menu:link {
    color: #ffffff;	
    height: 18px;
    margin-top: 10px;	
    margin-bottom: 0px;
}

A.submenu, A.submenu:visited, A.submenu:link {
    color: #ffffff;	
    height: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}   

A.menuLightBG, A.menuLightBG:visited, A.menuLightBG:link {
	color: #000000;		height: 18px;
	margin-top: 10px;	margin-bottom: 0px;
}

A.submenuLightBG, A.submenuLightBG:visited, A.submenuLightBG:link {
	color: #000000;		height: 18px;
	margin-bottom: 0px;
}

A.menuSelected, A.menuSelected:visited, A.menuSelected:link {
	color: #cccccc;		height: 18px;
	margin-top: 10px;	margin-bottom: 0px;
	text-decoration: underline;
}

A.menuSelectedLightBG, A.menuSelectedLightBG:visited, 
A.menuSelectedLightBG:link {
	color: #333333;		height: 18px;
	margin-top: 10px;	margin-bottom: 0px;
	text-decoration: underline;
}

/* Mouse hovering over link (not in Netscape) */

A.menu:hover {
	color: #cccccc;		height: 18px;
	margin-top: 10px;	margin-bottom: 0px;
	text-decoration: underline;
}

A.submenu:hover {
	color: #cccccc;		height: 18px;
	text-decoration: underline;
}

A.menuLightBG:hover {
	color: #333333;		height: 18px;
	margin-top: 10px;	margin-bottom: 0px;
	text-decoration: underline;
}

A.submenuLightBG:hover {
	color: #333333;		height: 18px;
	text-decoration: underline;
}

/* Selected options are only used on the main menu */


/* Miscellaneous definitions */

TABLE {
	border-color: #663399; 
	border:1;
}

H1 {
	text-decoration:none; 
	font-size: 24px;  
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	color: #006699; 
	margin-top: 0px;
}

H2 {
	text-decoration:none;
	font-size: 18px;  
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	color: #003399;
	border-bottom: #003399 2px solid;
	margin-bottom: -12px;
}

H3 {
	text-decoration:none;
	color: #003399;
	font-style: italic;
	margin-bottom: -15px;
}

H4 {
	text-decoration:none;
	color: #993300;
	font-size: 14px;
	font-style: italic;
	margin-bottom: -15px;
}

TH {
	text-align: left; 
	font-size: 20px; 
	text-decoration:none; 
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	color: white; 
	font-style:italic; 
}

