 
 /********************** PLEASE NOTE ************************* /  
 /															   /		
 / Please follow the directions above each section. They will  /
 / let you know what changes or additions can be made          /
 / IMPORTANT: Please ensure you are familiar with CSS protocol /
 / before making ANY CHANGES 	   /
 /															   /
 /*************************************************************/ 
 
 
 
 /****************** Site constant tags ********************** /  
 /															   /		
 / The tags below are NOT to be modified, deleted or added to. /
 / Doing so will result in deviation from the UQ template.     /
 /															   /
 /*************************************************************/

 .m10 { color: #505050; font-size: 10pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
  .m10b { color: #505050; font-weight: bold; font-size: 10pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
  .m8 { color: #505050; font-size: 8pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
  .m8b { color: #505050; font-weight: bold; font-size: 8pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
   .m6 { color: #505050; font-size: 6pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
  .m6b { color: #505050; font-weight: bold; font-size: 6pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none }
 .grape{color: #505050; font-size: 10pt; font-family: "MS Sans Serif, AngsanaUPC, Arial, Verdana,Tahoma, Thonburi"; text-decoration: none}
 td.toplinks 	 	 	{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}
 .quicklink             {
	font-size: 11px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
} 
 .textbody             {
	font-size: 11px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
}
 .textbody             {
	font-size: 12px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
}
 #breadcrumb 		 	{ background-color: #FAFAFA; border: 1px #E4E4E4 solid;	padding: 2px; margin-left: 10px; margin-right: 10px; }
 #content 	         	{ padding: 2px; margin-left: 10px; margin-right: 10px; }
 #relatedlink 		 	{ background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 2px; margin-left: 0px; margin-right: 10px; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 14px; color: #333; }
 td.contentheader 	 	{ font-family: MS Sans Serif, Tahoma, sans-serif; font-size: 18px;	font-weight: bold; color: #333; }
 font,th,td,p	   	 	{ font-family: MS Sans Serif, Tahoma, sans-serif; }
 input,textarea,select  { font-family: MS Sans Serif, Tahoma, sans-serif; font-size: 100%; }
    .footer 				{
	font-size: 9%;
	color: #999999;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
}
 
 
 /********************* Link Colour ************************** /  
 /															   /		
 / To make a change to the link colour and mouseover/hover     /
 / state of the link text, please change the color in BOTH     /
 / tags below if required. 	   								   /
 /															   /
 /*************************************************************/
 
 
 
 a:link,a:active,a:visited 		{ color : #3366CC; text-decoration:none;  }
 a:hover						{ color : #3366CC; text-decoration: underline; }

 

 /**************** Background Colour Tags ******************** /  
 /															   /		
 / The background colour of the navigation menu and divider    /
 / can be modified here. They should both be the SAME colour.  /
 /															   /
 /*************************************************************/

 
 
 td.textnamesmall    {
	background-color: none;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 18px;
	color: #333333;
}
 td.textname {
	background-color: none;
	height: 20px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
 
 
 
 
 /******************** Navigation Menu *********************** /  
 /															   /		
 / The Navigation Menu on all new templates are CSS controlled /
 / Only ONE element of the menu can be modified (below)        /
 / i.e. the colour of the mouseover/hover state.			   /
 / 															   /
 /*************************************************************/
 
  
 /********* Navigation Menu Tags - Do not modify these  *******/ 
 
 <!---table.navtable 			{ width: 190px; }
 <!---#button 					{ width: auto; padding: 2px; }
 <!---#button ul 				{ list-style: none; margin: 3px; padding: 0px; }
 <!---#button li 				{ border: 0px solid #E4E4E4; height: 20px; line-height: 11px; margin: 1px; }
 <!---#button li.unselected a 	{ font-family: "MS Sans Serif", Tahoma, sans-serif; font-size: 11px; text-decoration: none; background-color: #8BB1D8; color: #000000; padding: 4px 5px 4px 5px; display: block; width: 95%; }
 <!---html>body #button li.unselected a 	{ width: auto; }
  
 table.navtable 			{ width: 100%; }
 #button 					{ width: auto; padding: 2px; }
 #button ul 				{ list-style: none; margin: 3px; padding: 0px; }
 #button li 				{ border: 0px solid #ffffff; height: 5px; line-height: 15px; margin: 1px; }
 #button li.unselected a 	{ font-family: "MS Sans Serif", Tahoma, sans-serif; 
                              font-size: 11px; 
							  background-color: #105185; 
							  background-position: 0px 1px;
			                  color: #ffffff; 
							  padding-left: 1px;
							  margin: 5px;
							  height: 5px;
							  float: none;
							  display: block; 
							  width: 100%; }
 <html>body #button li.unselected a 	{ width: auto; }
 
 
 /*** Navigation Menu Tags - You can modify the hover (background) colour **/ 
 
 #button li a:hover 		{ background-color: #eeeeee; text-decoration: none; color: #oooooo; }
 <!---#button li a:hover 		{ background-image: none; text-decoration: none; color: #ff9900; }
 
 ul.arrowList li {
	display: list-item;
	clear: right;
	float: none;
	margin: 15px;
	padding-left: 15px;
	height: 15px;
	font-size: 11px;
	background-image: url("images/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
 
 
   
 /***************** Content (Level 2) Pages ****************** /  
 /															   /		
 / Please DO NOT modify any of these tags. They are separate   /
 / from the constant tags (above) as they serve their purpose  /
 / in only the content (Level 2) pages.                        / 
 / 															   /
 /*************************************************************/

 
 
 #breadcrumb 		{ background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 5px; margin-left: 10px; margin-right: 10px; }
 #content 			{ padding: 2px; margin-left: 10px; margin-right: 10px; }
 table.infotable    { background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 2px; margin-left: 2px; margin-right: 0px; width: 161px; }
 td.contentheader 	{ font-family: "MS Sans Serif", Tahoma, sans-serif; font-size: 18px; font-weight: bold; color: #333; }
