/* 3ABN Australia Inc. Website Styles CSS
 * By James Hope
 * Copyright (c) 2009 3ABN Australia Inc. All rights reserved.
 * Created: 19 October 2009
 * Contains styles common to all subdomains
 */

/******************************************************************/
/* Base body styles */
body {
	font-family: Helvetica, Arial, Sans-serif;
	font-size:13px;
}

a {
	color:#1a3d85;
}

h3 {
	color:#000;
	font-size:1.2em;
	display:block;
	padding:0;
	margin:5px 0 8px 0;
}

h3 a {
	/*color:#041840;*/
	text-decoration:none;
}

h3 a:hover {
	color:#1a3d85;
	text-decoration:underline;
}

h2 {
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	border-bottom:2px solid;
	font-size:1.7em;
	font-weight:bold;
	color:#145282;
}
p {
	padding:0; 
	margin:0;
	font-size:1em;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 10px 40px;
}

/* Classes */
.redtext {
    color:#f00;
}
.bluetext {
    color:#00f;
}
.greentext {
    color:#0f0;
}
.external {
    background: url(../images/external.png) center right no-repeat;
	padding-right:13px;
}
