@font-face { font-family: "BankGothic"; src: url("/aglettericacondensedbold.ttf"); }


body {
	background-color :#ffffff;
	margin	: 0px 0px 0px 0px;
	color	: #000000;
    font-family: "BankGothic";
	font-size: 13px;
}


a {
	color 			: #0000FF;
/*	font-family 	: Arial, Helvetica, sans-serif; */
	font-size 		: 12px;
	text-decoration : none;
}


a.bottomlink {
        color:#FFFFFF;
	text-decoration:none;
    font-family: "BankGothic";
	font-size: 12px;
	font-weight:bold;
	}
	
	
a:hover  {
	text-decoration : underline;
}


.back_left{
	background : url("images/back_left.jpg") right;
}

.back_right{
	background : url("images/back_right.jpg") left;
}

.verdana_10_red {
	font	: 11px  BankGothic;
	color	: #D70000;
}

.verdana_10_black {
	font	: 11px  BankGothic;
	color	: #000000;
}

.verdana_10_blue {
	font	: 11px  BankGothic;
	color	: #0C52B2;
}

.verdana_10_white {
	font	: 11px  BankGothic;
	color	: #ffffff;
}

.verdana_11_newblack {
	font	: 12px  BankGothic;
	color	: #171717;
}

.verdana_11_black {
	font	: 12px  BankGothic;
	color	: #000000;
}

.verdana_11_red {
	font	: 12px  BankGothic;
	color	: #D70000;
}

.verdana_12_black {
	font	: 13px  BankGothic;
	color	: #000000;
}

.verdana_12_red {
	font	: 13px  BankGothic;
	color	: #D70000;
}

.verdana_12_blue {
	font	: 13px  BankGothic;
	color	: #0C52B2;
}

.normal_12_black {
	font	: 13px  BankGothic;
	color	: #000000;
}


.normal_12_blue {
	font	: 13px  BankGothic;
	color	: #0C52B2;
}

.normal_12_white {
	font	: 13px  BankGothic;
	color	: #FFFFFF;
}

.normal_12_red {
	font	: 13px  BankGothic;
	color	: #FF0000;
}


.title_large {
	font		: 15px  BankGothic;
	color		: #C80000;
	font-weight	: bold;
}

.title_small {
	font		: 13px  BankGothic;
	color		: #C80000;
	font-weight	: bold;
}


.warning {
	font	: 13px  BankGothic;
	color	: #FF0000;
}


.textbox {
	border	: 1px solid #898989;
	font	: 13px  BankGothic;
	color 	: #000000;
	vertical-align : middle;
	
}

.form_button {
	border	: 1px ridge #dedede;
	font	: 13px  BankGothic;
	color	: #626569;
	background-color : #dedede;
}

