/* This style sheet creates a left-column strip for a menu/navigation bar, and a main right hand body.  Both areas are completely flush, filling the screen with no margins.  Use it in conjunction with stdsample.htm*/
BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* background color : #FFFFFF */
	background : url(http://www.vicnet.net.au/~infolyte/textura.gif);
}

H1  {
	font-size : 2.2 em;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-weight : bold;
	font-style : normal;
	color : navy;
	line-height : 1.9 em;
	text-transform : uppercase;
}

H2  {
	font-size : 1.4 em;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-weight : bold;
	color : #000080;
	font-style : normal;
	line-height : 1.9 em;
}

H3  {
	font-size : 1.2 em;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-weight : bold;
	color : #000080;
	font-style : normal;
	line-height : 1.6 em;
}

H4  {
	font-size : 1.1 em;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-weight : bold;
	color : #000080;
	line-height : 1.4 em;
}

H5  {
	font-size : 1 em;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-weight : bold;
	color : #000080;
	line-height : 1.1 em;
}

TABLE  {
	margin : 0;
}

.sidebar  {
	padding : 0.2 em;
	bgcolor : red;
	background-color : #CCCCFF;
	padding-left : 1 em;
	padding-top : 1 em;
}

.sidebar UL LI A  {
	list-style-type : none;
	margin-left : 0;
	margin-right : 0.5em;
	font-size : 0.8 em;
	color : #FF0000;
}

.sidebar UL LI A  {
	color : #FF0000;
}

.sidebar A  {
	color : #FF0000;
	font-size : 0.8 em;
}

.body  {
	font-size : 0.95 em;
}

IMG.icon  {
	border : outset gray 3px;
	padding : 0;
}

P  {
	margin : 0.5em;
	text-indent : 1 em;
}

A  {
	text-decoration : none;
	font-weight : bold;
	color : #FF0000;
}

A:Visited  {
	text-decoration : none;
	font-weight : bold;
	color : #800000;
}

A:Active  {
	color : #808000;
	font-weight : bold;
	text-decoration : underline;
	font-style : italic;
}

A:Hover  {
	text-decoration : underline;
	text-transform : none;
}

.smallstrong  {
	font-size : 0.75 em;
	font-weight : bold;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-style : italic;
	margin : 0.75 em;
}

.small  {
	font-size : 0.75 em;
	font-weight : normal;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-style : normal;
}

.feature  {
	font-size : 1.4 em;
	font-weight : bold;
	font-family : Verdana, Helvetica, Arial, Geneva;
	font-style : normal;
	font-size : 0.75 em;
	color : #FF0000;
}

