/*

  Script:
	docs/cta+default.css

  Purpose:
	Stylesheet for Corpita public web sites.

  Copyright:
	Copyright © 2003 - 2006 Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
  	2006-12-06 by BMW
	   Develop version 2 style
	14-Dec-2004 by SLJ
	    Split off home page styles
	07-Feb-2003 by Brian M Warburton
	    Initial version
 #73C5EF;
*/

html {
	overflow: -moz-scrollbars-vertical !important; 
}

body {	color: #000000;
	background-color: #525252;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

a:link { 	color: #3355AA; text-decoration: underline; }
a:visited { 	color: #3355AA; text-decoration: underline; }
a:hover {	color: #990000; text-decoration: underline; }
a:active {	color: #990000; text-decoration: underline; }

td a:link { 	color: #3355AA; text-decoration: none; }
td a:visited { 	color: #3355AA; text-decoration: none; }
td a:hover {	color: #990000; text-decoration: none; }
td a:active {	color: #990000; text-decoration: none; }

div { text-align: left; vertical-align: top; }
table { border-collapse: collapse; }
td { 	text-align: left; vertical-align: top; }

h1 {	font-family: Times, serif;
	font-size: x-large;
	font-weight: normal;
	margin: 0px;
}

h2 {	font-family: Times, serif;
	font-size: x-large;
	font-weight: normal;
	margin: 0px;
}

h3 {	font-family: Times, serif;
	font-size: large;
	font-weight: normal;
	margin: 0px;
}

h4 {	font-family: Times, serif;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
}


/* main outer container */
div.otr { 
	border: 0px solid #000000;
	width: 720px;
	background-color: #FFFFFF;
}

div.border_top {
	background-image: url('/images/curve_upper_01.gif' );
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	clear: both;
}

div.main_content {
	margin: 30px 30px 30px 30px; 
}

div.cta_footer { 
	border: 0px solid red; 
	float: left; 
	margin-top: 10px; 
	font-size: x-small;
}

table.nav  {
	width: 100%; 
}

table.nav td {
	border: 1px solid #999999;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

div.border_bottom {
	background-image: url('/images/curve_lower_01.gif' );
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
}

pre {	font-size: 10pt; margin-left: 20pt; }
tt {	font-size: 11pt; }

.highlight_box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFEE;
}

.cta_strong{
	font-weight: bold;
	color: #333333;
}

table.formtable {
	margin: 10px;
}
