body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
img {
	border:0px;
}
input,textarea,select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	padding:2px;
	border:1px solid #999999;
}
.error {
	color:#990000;
	font-weight: bold;
	text-align:center;
}
.header {
	width:750px;
	height:70px;
	margin:0px auto;
	padding:30px 40px 0px 0px;
	background:#525252 url(../images/afi-pc-header.jpg) no-repeat top left;
	text-align:right;
}
.customer_name {
	font-size:12px;
	color:#FFFFFF;
}
.user_name {
	font-size:10px;
	color:#CCCCCC;
}
.menu_bar {
	width:770px;
	height:28px;
	margin:0px auto;
	background:#FFFFFF url(../images/menu-bar-bg.jpg) repeat-x top left;
	text-align:left;
	font-size:10px;
	color:#000000;
}
.menu_item {
	height:21px;
	float:left;
	margin:0px;
	padding-top:7px;
	text-align:center;
}
.menu_item a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
}
.menu_item a:link {
	text-decoration: none;
}
.menu_item a:visited {
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration: underline;
}
.menu_item a:active {
	text-decoration: none;
}
.menu_item img {
	border:0px;
	vertical-align:middle;
}
.menu_separator {
	float:left;
	width:2px;
	height:28px;
	margin:0px;
	padding:0px;
	background:#999999 url(../images/menu-separator.gif) repeat-y top left;
}
.content_container {
	width:714px;
	margin:0px auto;
	padding:26px 28px 26px 28px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}
.table_header {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:21px;
	background-color:#123665;
	padding:0px 12px 0px 12px;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.table_header a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.table_header a:link {
	text-decoration:none;
}
.table_header a:visited {
	text-decoration:none;
}
.table_header a:hover {
	text-decoration:none;
	color:#879EBB;
}
.table_header a:active {
	text-decoration:none;
}
.table_cell_1 {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:21px;
	background:#B9B9B9 url(../images/table_cell-1-bg.jpg) repeat-x top left;
	padding:0px 12px 0px 12px;
	vertical-align:middle;
	font-size:11px;
	color:#000000;
}
.table_cell_2 {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:21px;
	background-color:#F0F0F0;
	padding:0px 12px 0px 12px;
	vertical-align:middle;
	font-size:11px;
	color:#000000;
}
.grey {
	color:#999999;
}

.success_box {/* not using anymore */
	background-color:#009933;
	color:#FFFFFF;
	padding:5px;
	margin:10px 0px 10px 0px;
	text-align:center;
}
.error_box {/* not using anymore */
	background-color:#CC0000;
	color:#FFFFFF;
	padding:5px;
	margin:10px 0px 10px 0px;
	text-align:center;
}
div.message, 
div.success, 
div.error {
	border-width:1px;
	border-style:solid;
	padding:15px 15px 15px 78px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:15px 0px;
	color:#000000;
	text-align:left;
}
div.error {
	border-color:#990000;
	background:#ff9999 url(../images/error.gif) left center no-repeat;
}
div.success {
	border-color:#99cc00;
	background:#edf8cc url(../images/success.gif) left center no-repeat;
}
div.message {
	border-color:#2E65A8;
	background:#C2DBF8 url(../images/info.gif) left center no-repeat;
}

