BODY {
	BACKGROUND: #CCCCCC;
	MARGIN: 0px;
	FONT-SIZE: 13px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
}

A,A:link {
	COLOR: #003366;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0066CC;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #666666;
	TEXT-DECORATION: underline;
}
A:active {
   color : #FF9900; 
   text-decoration : underline; 
}

A.th,A.th:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
A.th:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
A.th:hover {
	COLOR: #FFCC00;
	TEXT-DECORATION: underline;
}
A.th:active {
   color : #FF9900; 
   text-decoration : underline; 
}

P {
	MARGIN-LEFT: 10px;
	MARGIN-RIGHT: 10px;
}

.slogan {
    color: white;
	font-style:oblique;
}

TH {
	FONT-SIZE: 13px;
	COLOR: white;
	background: #003366;
}

TH.top {
	FONT-SIZE: 13px;
	COLOR: white;
	background: #02458E;
}

TH.side {
	FONT-SIZE: 13px;
	COLOR: black;
	background: #FFFFFF;
}

TD {
	FONT-SIZE: 13px;
}

TD.body {
	background: white;
	padding-top: 10px;
}

TABLE.indent {
    MARGIN-LEFT: 10px;
}

TH.list {
    border: 1px solid #000;
	background: #006699;
	color: white;
	padding: 4px;
} 
TD.list {
    border: 1px solid #000;
	padding: 2px;
} 
TABLE.list {
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
    border: 1px solid #000;
}
TD.bg2 {
    border: 1px solid #000;
	padding: 2px;
	background-color: #CCCCCC;
} 

FORM {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

CODE {
	FONT: 11px monospace
}

H1 {
    FONT-SIZE: 28px;
	FONT-FAMILY: Arial,Helvetica;
	COLOR: #811515;
	MARGIN-LEFT: 10px;
	MARGIN-RIGHT: 10px;
}

H1.title {
    FONT-SIZE: 22px;
	FONT-FAMILY: Arial,Helvetica;
	COLOR: #CC0000;
	MARGIN-LEFT: 10px;
}

H2 {
	FONT-SIZE: 24px;
	FONT-FAMILY: Arial,Helvetica;
	FONT-STYLE: normal;
	COLOR: #006699;
	MARGIN-LEFT: 10px;
}

H3 {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial,Helvetica;
	FONT-STYLE: normal;
	COLOR: #083C75;
	MARGIN-LEFT: 10px;
}
.H3 {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial,Helvetica;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	COLOR: #083C75;
}

H4 {
	FONT-FAMILY: Arial,Helvetica;
	FONT-SIZE: 16px;
	MARGIN-LEFT: 10px;
	MARGIN-LEFT: 10px;
}

HR {
	COLOR: #669966;
	HEIGHT: 1px;
	WIDTH: 98%;
}

.warning {
	FONT-SIZE: 22px;
	FONT-FAMILY: Arial,Helvetica;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	COLOR: #FF3300;
	border: 1px solid;
	background: #FFCCCC;
	text-align: center;
}

.small {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

.highlight {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #990099;
	FONT-WEIGHT: bold;
}

DIV.topmenu {
	BACKGROUND: #666666;
}

INPUT,TEXTAREA,SELECT,OPTION {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}
INPUT.edit,TEXTAREA.edit,SELECT.edit {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #CCCCCC;
}
OPTION.edit {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
	background: #CCCCCC;
}
OPTION.mandatory {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
	background: #FF9999;
}
INPUT.mandatory,TEXTAREA.mandatory,SELECT.mandatory {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #CC0000;
	border-style: solid;
	border-width: 1px;
	background: #FF9999;
}
INPUT.noedit,TEXTAREA.noedit,SELECT.noedit {
	FONT: 13px Verdana, Arial, Helvetica, sans-serif;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #FF3300;
	color: white;
}
INPUT.radio {
    font-family : Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
}

DIV.indicators {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #CCCCCC;
	margin: 10px;
	padding: 10px;
}

MARQUEE.indicators {
	FONT: 11px Tahoma,Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

A.indicators,A.indicators:link {
	font-weight     : bold;
	font-style      : normal;
	color           : #0066CC;
	text-decoration : none;
}
A.indicators:visited {
	COLOR: #0066CC;
	TEXT-DECORATION: none;
}
A.indicators:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
A.indicators:active {
   color : #FF9900; 
   text-decoration : underline; 
}

DIV.footer {
	background: #083C75;
	margin: 0px;
	padding: 2px;
	color: white;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

A.footer,A.footer:link {
	font-weight     : normal;
	font-style      : normal;
	color           : #FFFFFF;
	text-decoration : underline;
}
A.footer:visited {
	font-weight     : normal;
	font-style      : normal;
	color           : #FFFFFF;
	text-decoration : underline;
}
A.footer:hover {
	font-weight     : normal;
	font-style      : normal;
	color           : #FFFFFF;
	text-decoration : none;
}
A.footer:active {
	font-weight     : normal;
	font-style      : normal;
	color           : #FFFFFF;
	text-decoration : none;
}

HR {
    color: #CC3300;
	width: 100%;
}

.vic-gov-logo {
   float:right;
}

LI.pdf {
   list-style-image: url(/images/icon_pdf.gif);
   padding-left: 2px;
}

DIV.adm-chart {
   margin-left: 25px;
}
.adm-chart {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

P.alpha {
	FONT-SIZE: 16px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	margin-left: 20px;
}
