@charset "utf-8";
/* CSS Document */

.showStyle
{
	float:left;
	/*background-color:#CCCCCC;*/
	color:#000000;
	cursor:auto;
	font-weight:bold;
	/*border:1px solid;*/
}

.academicStyle:hover
{
	color:#66FF00;
	

}

.hideStyle
{
	float:right;
	/*background-color:#CCCCCC;*/
	/*color:#FF0000;*/
	color:gray;
	cursor:pointer;
	font-weight:bold;
	/*border:1px solid;*/
}

.header
{
	background-color:#FFFFFF;


}

td
{
	font-size: 9pt;
  	background-color: #FFFFFF;
  	color: #000000;
  	padding-left: 10px;
}

li.list
{
	list-style:url(../aus/images/arrow.gif);
	/*vertical-align:middle;*/
	line-height:normal;
}

li.listNone
{
	list-style:none;
	/*vertical-align:middle;*/
	line-height:normal;
	/*float:right;*/
	text-align:right;
}
	

.linkClass:link
{
	color:#000000;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
}

.linkClass:visited
{
	color:#000000;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
}

.linkClass:active
{
	color:#000000;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
}

.linkClass:hover
{
	/*text-decoration:underline;*/
	color:#FF0000;
	font-family:Trebuchet MS;
	font-size:11px;
	border-bottom: 1px dashed #000000;
}








