/* Global Styles */
body {
margin: 0px;
}

.nbsp {
	font-size: 1px;
}

/* Redefined HTML Styles */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
}
p a {
	color: 2A5DA1;
	text-decoration: none;
}
p a:hover {
	color: 2A5DA1;
	text-decoration: underline;
}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	font-weight: bold;
}

.red{
	color: #B32A0A;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -20px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 12px;
	color: 666666;
	background-image: url(http://www.choicechoice.com.au/employment/images/css/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
}
li a{
	color: 2A5DA1;
	text-decoration: none;
}
li a:hover{
	color: 2A5DA1;
	text-decoration: underline;
}

/* Text Styles */

.sectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
	}
	
.sectionsubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	}

.text-tahoma {
font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: 6A6A6A;
	
}
.text-tahoma a{
	font-size: 11px;
	color: 6A6A6A;
	text-decoration: none;
	
}
.text-tahoma a:hover{
	font-size: 11px;
	color: 6A6A6A;
	text-decoration: underline;
}
.text-copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 5C5C5C;
}
.text-copyright a{
	color: 0032D6;
	text-decoration: none;
}
.text-copyright a:hover{
	color: 0032D6;
	text-decoration: underline;
}

/* Text Nav Styles */

.text-subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4F4F4F;
	text-decoration: none;
}
.text-subnav a{
	color: 4F4F4F;
	text-decoration: none;
}
.text-subnav a:hover{
	color: 4F4F4F;
	text-decoration: underline;
}
.text-nav-heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ffffff;
	font-weight: bold;
	margin-left: 18px;
	text-decoration: none;
}
.text-nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4F4F4F;
	margin-left: 30px;
	text-decoration: none;
}
.text-nav a:hover{
	color: 4F4F4F;
	text-decoration: underline;
}
.text-right-nav {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 13px;
	line-height: 18px;
	font-size: 12px;
	color: 939393;
	background-image: url(http://www.choicechoice.com.au/employment/images/css/arrow-red-rightnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.text-right-nav a{
	color: 939393;
	text-decoration: none;
}
.text-right-nav a:hover{
	color: 939393;
	text-decoration: underline;
}

/* Line Styles */

.line-bottom-white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.line-box-white {

	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.line-top-darkgrey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #575757;
}
.line-dash-rightcol {
	background-image: url(http://www.choicechoice.com.au/employment/images/line-dash-rightcol.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.line-topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: B4B4B4;
	border-bottom-color: B4B4B4;
}
.table-border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	border-collapse: collapse;
	border: 1px solid #333333;
}
.table-main {
	border-collapse: collapse;
	border: 1px solid #333333;
}
.text-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
}
.float-left {
	float: left;
}
.float-left2 {
	float: left;
	margin-left: -10px;
}
