@charset "utf-8";
/* CSS Document - Australian Independant Shipbrokers: Print */

/* Redefined Tags */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Content Related Tags are in styltsheet_ag_ce.html */

/* Layout and Design Class Tags */
.header {
	width: 1000px;
}

.content_main {
	width: 1000px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A7A9AC;
	border-bottom-color: #A7A9AC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_main {
	width: 500px;
}

.footer_txt {
	color: #58595B;
	font-size: 0.7em;
	line-height: 1.1em;
}

a.footer_txt:link, a.footer_txt:visited {
	text-decoration: none;
	font-size: 1em;
	color: #58595B;
}

a.footer_txt:hover, a.footer_txt:active {
	text-decoration: underline;
	font-size: 1em;
	color: #58595B;
}

.footer_txt_1 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
}

.footer_txt_2 {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.footer_txt_3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer_txt_4 {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: right;
}

/* Menu Class Tags */
.print_view_menu {
	font-size: 0.9em;
	color: #58595B;
	padding: 2px;
}

a.print_view_menu:link, a.print_view_menu:visited {
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	color: #58595B;
}

a.print_view_menu:hover, a.print_view_menu:active {
	text-decoration: underline;
	font-size: 1em;
	text-align: left;
	color: #58595B;

}

/* Image and Other Class Tags */
.logo_large {
	height: 57px;
	width: 191px;
	float: left;
}

