@CHARSET "ISO-8859-1";

BODY  { 
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color: #0a0a0d;
	font-family: Arial, Helvetica;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #0a0a5f;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #0b5cff;
	cursor: pointer;
}

a.ball:link, a.ball:visited, a.ball:active {
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
a.ball:hover {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

h1 {
	font-weight: bold;
	font-size: 250%;
}

h2 {
	font-size: 160%;
	font-weight: normal;
}

h3 {
	font-size: 140%;
	margin-bottom: 0px;
}

h4 {
	font-size: 120%;
	margin-bottom: 0px;
}

h5 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 90%;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.brisbane {
	background: url(/images/brisbane400.jpg) no-repeat;
	width: 400px;
	height: 350px;
}
.caption {
	color: #535353;
	font-size: 75%;
	margin-top: 0px;
	padding-top: 2px;
}
.errormsg {
	color: red;
	font-weight: bold;
}
.feature {
	color: #506070;
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}	

.fieldlabel {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #88a3b6;
	text-align: right;
}
.help {
	font-size: 80%;
	color: #333040;
	padding-top: 0px;
	margin-top: 0px;
}
.hidedialog {
	display: none;
	visibility: hidden;
}

.login {
	font-size: 75%;
	color: #888090;
}

.labels {
	border-bottom: 2px solid black;
	text-align: left;
}
.mainblock {
	background: #ffffff url(images/2010/page-bg.gif) repeat-y;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.message {
	color: yellow;
	background-color: black;
	width: 100%;
}

.mouseover {
	cursor: pointer;
}

.setmainmargin {
	margin: 20px;
}
.showdialog {
	visibility: visible;
	display: inline;
}
.starlower {
	position: relative;
	top: 7px;
}
.subheading {
	color: #ffffff;
	background-color: #ee4712;
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 3px;
}	

.tabledata {
	background-color: #fffdf7;
	border-bottom: 1px solid #e7edef;
}
.topblock {
	background: url(images/2010/top-bg.gif) no-repeat;
}
.trailer {
	border-top: 2px solid black;
}




/* GM TABLES */
.columnheadings {
	border-bottom: 1px solid #888888;
}
.columnheading {
	font-weight: bold;
}
.columndata {
	padding-top: 3px;
	padding-bottom: 3px;
}
.roweven {
	background-color: #e6e8ed;
}
.rowodd {
	background-color: #f8f4fa;
}

form {
	padding: 0px;
	margin: 0px;
}


/* FOOTER */

#footer p{
	margin:0px;
	padding:5px 20px 0px 20px;
	font-size:10px;
}



