/* CSS Document */
/* text definition */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background-color:#444444;*/
	background: url(../pic/bg_strip.gif) repeat-x #FFFFFF;
	cursor: default;
}

/*main top menu text ------------------------------------------------------------------------------------------*/
.t_menu {
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
}
.t_menu a {
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-decoration:none;
	cursor: pointer;
}
/*.t_white1 a:hover { color: #FF3300}
.t_menu a:hover { color: #fdc689}
.t_menu a:hover { color: #004589}*/
.t_menu a:hover { color: #005ab2}

.t_menu_off {
	color:#005ab2;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
}

.t_menu_off a {
	color:#005ab2;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
	text-decoration:none;
}

/*Left-hand column sub-menu text ------------------------------------------------------------------------------------------*/
.t_submenu {
	color:#444444;
	font-weight:bold;
	font-style:normal;
	font-size:9pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
}
.t_submenu a {
	color:#444444;
	font-weight:bold;
	font-style:normal;
	font-size:9pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-decoration:none;
	cursor: pointer;
}
/*.t_submenu a:hover { color: #FFFFFF}*/
.t_submenu a:hover { color: #005ab2}

.t_submenu_inactive {
	color:#767676;
	font-weight:bold;
	font-style:normal;
	font-size:9pt;
	line-height:12pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
}

/*colour blue normal 11pt ------------------------------------------------------------------------------------------*/
.t_title
{
	/*color:#004589;*/
	color:#005ab2;
	font-weight:bold;
	font-style:normal;
	font-size:12pt;
	line-height:15pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
	text-align:left;
}

/*
.t_title a {
	color:#004589;
	font-weight:normal;
	font-style:normal;
	font-size:11pt;
	line-height:15pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-decoration:underline;
	cursor: pointer;
}
.t_title a:hover { color: #004589}
*/

/*standard content body text, including link rollover highlight colour ------------------------------------------------------------------------------------------*/
.t_content {
	color:#666666;
	font-weight:normal;
	font-style:normal;
	font-size:11pt;
	line-height:14pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
	text-align:left;
	vertical-align: baseline;
}
.t_content a {
	color:#666666;
	font-weight: normal;
	font-style: normal;
	font-size:11pt;
	line-height:14pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-decoration:underline;
	cursor: pointer;
}

.t_content a:hover
{
	/*color: #e6a053;*/
	color: #fa8f27;
	/*background-color: #fabc79;*/
}

/* extra content title in addition to BOLD*/

.t_content .t_title_embolden {
	font-weight:bolder;
	font-size:12pt;
	text-indent: -5px;
	padding: 0px 0px 10px 0px;
}

.t_content ul 
{
	font-size:11pt;
	line-height:13pt;
}

/*additional used for "go to top" links------------------------------------------------------------------------------------------*/
.t_additional {
	color:#49597D;
	font-weight:normal;
	font-style:normal;
	font-size:10pt;
	line-height:11pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-indent: 0pt;
	text-align: right;
}
.t_additional a {
	color:#49597D;
	font-weight:normal;
	font-style:normal;
	font-size:10pt;
	line-height:11pt;
	letter-spacing: 0pt;
	word-spacing: 0px;
	text-decoration:underline;
	text-align: right;
	cursor: pointer;
}
.t_additional a:hover { color: #e6a053}


/* list bullets ------------------------------------------------------------------------------------------*/
.bull_circle
{
	list-style: circle;
	margin-left:-1.5em;
	padding: 0px 0px 6px 0px;
}

.bull_disc
{
	list-style: disc;
	margin-left:-1.5em;
}

.bull_num
{
	list-style: 1;
	margin-left:1em;
}

.bull_none
{
	list-style-type: none;
	margin-left: 0; /* needed to fix IE bug */
	font-size: 7pt;
	line-height: 1.3;
	padding: 6px 0 0 20px;
	margin-top: 0px;
	text-indent: -0.4em;
}

