/* Base Styles for prosolution Site */
/* www.indigoe.com.au */
/* info@indigoe.com.au */
/* November 2002 */
/* W3C Valid CSS */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Styles for exisitng XHTML 1.0 Elements */
/* User Defined Elements appear further down the sheet */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */





/* ------------------------------------------------------- */
/* [HTML] Body Element  */

/* body {
   		margin : 0;
		color : #666666;
		background: #ffffff;			   */
}

/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Heading & Paragraph Elements */


.blue{
   color : #7B9AC6;
}

.green{
   color : #99CC00;
}

.grey{
   color : #666666;
}


h1 {
   font-weight : normal;
   font-size : 32px;
   font-family : arial, helvetica, sans-serif;
   color : #7B9AC6;
   background: transparent;
   margin-top : 10px;
   margin-bottom : 12px;
}


h2 {
   font-weight : bold;
   font-size : 13px;
   font-family : arial, helvetica, sans-serif;
   background: transparent;
   margin-top : 20px;
   margin-bottom : 10px;
}


p {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #999999;
   background: transparent;
   margin-top : 10px;
   margin-bottom : 10px;
}


p.front {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #999999;
   margin-top : 0px;
   margin-bottom : 0px;
}



span.strong {
   font-weight : bold;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #FFBA53;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}


blockquote {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 15px;
   margin-bottom : 9px;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

p.datetxt {
   font-weight : normal;
   font-size : 10px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #FFFFFF;
   background: transparent;
   margin-top : 1px;
   margin-bottom : 1px;
}








p.first {
   margin-top : 1px;
}


p.mmenutext
{
font-size : 11px;
font-weight: normal;
font-family : Verdana, arial, helvetica, sans-serif;
color : #999999;
margin-top : 1px;
margin-bottom : 1px;
}


p.mmenutexth
	{
	font-size : 11px;
	font-weight: normal;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #999999;
	margin-top : 1px;
	margin-bottom : 1px;
	}


p.breadcrumbtext {
   font-size : 11px;
   line-height : 100%;
   color: #B2B2B2;
   background: transparent; 
   margin-top : 8px;
   margin-bottom : 1px;
}

p.footer {
   font-size : 11px;
   line-height : 100%;
   color: #ffffff;
   background: transparent; 
   margin-top : 1px;
   margin-bottom : 1px;
}

p.formlabel {
   font-weight : normal;
   font-size : 11px;
   line-height : 100%;
   margin-top : 18px;
   margin-bottom : 1px;
}

p.formlabel2 {
   font-weight : normal;
   color : #666666;
   font-size : 11px;
   line-height : 100%;
   margin-top : 1px;
   margin-bottom : 1px;
}

span.bccurrenttext {

	color : #999999;
}

.first {
   margin-top : 0px;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] List Elements */

ol {
   font-weight : normal;
   font-size : 11px;
   font-family : arial, helvetica, sans-serif;
   color: #666666;
   background: transparent; 
   margin-top : 10px;
   margin-bottom : 1px;
}

ol.number { list-style: decimal; }
ol.alpha { list-style: lower-alpha; }



ul {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #999999;
   background: transparent; 
   margin-top : 4px;
   margin-bottom : 4px;
}


li {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
   color: #999999;
   background: transparent; 
   margin-top : 1px;
   margin-bottom : 1px;
}

* li {
   font-weight : normal;
   font-size : 11px;
   line-height : 19px;
   font-family : Verdana, arial, helvetica, sans-serif;
}


/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Form Elements */
input {
    font: normal 11px Arial, sans-serif;
}


* select {
    font: normal;
	font-size : 11px;
	border: 1px solid #999999;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #F5F5F5;
    margin: 2px 2px 2px 2px;
}

* input {
    font: normal;
	font-size : 11px;
	border: 1px solid #999999;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #F5F5F5;
    margin: 2px 2px 2px 2px;
}



* textarea {
    font: normal;
	font-size : 11px;
	border: 1px solid #999999;
	font-family : Helvetica, Arial, sans-serif;
    color: #666666;
	background-color: #F5F5F5;
    margin: 2px 2px 2px 2px;
}



* form {
	    margin: 0em 0em 0em 0em;
}

* .formbutton
		{ 
		font-size: 10px;
		color: #666666; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none; 
		font-decoration: none; 
		}

/* ------------------------------------------------------- */





/* ------------------------------------------------------- */
/* [HTML] Link Elements */


a:link {
   font-weight : normal;
   color : #C1C1C1;
   text-decoration : none;
   background: transparent; 
}

a:visited {
   font-weight : normal;
   color : #C1C1C1;
   text-decoration : none;
   background: transparent; 
}

a:active {
   font-weight : normal;
   color : #C1C1C1;
   text-decoration : none;
   background: transparent; 
}

a:hover {
   font-weight : normal;
   color : #C1C1C1;
   text-decoration : none;
   background: transparent; 
}





a.breadcrumblink:link {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.breadcrumblink:visited {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.breadcrumblink:active {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.breadcrumblink:hover {
   font-weight : normal;
   color : #ff6600;
   text-decoration : underline;
   background: transparent; 
}






a.whitelink:link {
   font-weight : bold;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.whitelink:visited {
   font-weight : bold;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.whitelink:active {
   font-weight : bold;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.whitelink:hover {
   font-weight : bold; 
   color : #666666;
   text-decoration : none;
   background: transparent; 
}







a.footerlink:link {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:visited {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:active {
   font-weight : normal;
   color : #7B9AC6;
   text-decoration : underline;
   background: transparent; 
}

a.footerlink:hover {
   font-weight : normal; 
   color : #FFCF00;
   text-decoration : underline;
   background: transparent; 
}






a.mmenulinkh:link {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent;
   margin-top : 0px;
   margin-bottom : 0px; 
}

a.mmenulinkh:visited {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent; 
   margin-top : 0px;
   margin-bottom : 0px;
}

a.mmenulinkh:active {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent; 
   margin-top : 0px;
   margin-bottom : 0px;
}

a.mmenulinkh:hover {
   font-weight : normal;
   color : #FF6600;
   text-decoration : none;
   background: transparent;
   margin-top : 0px;
   margin-bottom : 0px; 
}







a.mmenulink:link {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent;
margin-top : 0px;
	margin-bottom : 0px; 
}

a.mmenulink:visited {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent;
margin-top : 0px;
	margin-bottom : 0px; 
}

a.mmenulink:active {
   font-weight : normal;
   color : #999999;
   text-decoration : none;
   background: transparent;
margin-top : 0px;
	margin-bottom : 0px; 
}

a.mmenulink:hover {
   font-weight : normal;
   color : #FF6600;
   text-decoration : none;
   background: transparent;
margin-top : 0px;
	margin-bottom : 0px; 
}



a.mmenulinkblank:link {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkblank:visited {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkblank:active {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkblank:hover {
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
   background: transparent; 
}





a.mmenulinkchosen:link {
   font-weight : normal;
   color : #FFFF33;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:visited {
   font-weight : normal;
   color : #FFFF33;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:active {
   font-weight : normal;
   color : #FFFF33;
   text-decoration : none;
   background: transparent; 
}

a.mmenulinkchosen:hover {
   font-weight : normal;
   color : #FFFF33;
   text-decoration : none;
   background: transparent; 
}







/* ------------------------------------------------------- */


*table.blueblock {
	border: #cccccc
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

*table.greyblock {
	border: #999999;
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


*table.clearblock {
	border: #999999;
	border-style: dotted;
	border-style: dashed; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}



*td.blockcell
{

padding : 15px 15px 15px 15px;

}