﻿@charset "utf-8";
/* CSS Document */

.head{
	font-family:Arial;
	color:#000000;
	font-size:20px;
	line-height:22px;
	padding:0px;
}
.contentblack{
	font-family:Calibri,Arial;
	color:#000000;
	font-size:14px;
	line-height:16px;
	padding:0px;
}
.contentblack_cali{
	font-family:Calibri;
	color:#000000;
	font-size:14px;
	line-height:14px;
	padding:0px;
}

.black1{
	font-family:Arial;
	color:#000000;
	font-size:14px;
	line-height:18px;
	padding:0px;
}

.white{
	font-family:Arial;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
}
.emaillink{
	font-family:Arial;
	color:#000000;
	font-size:14px;
	line-height:18px;
	padding:0px;
	text-decoration:none;
}
.emaillink:hover{
	font-family:Arial;
	color:#990000;
	font-size:14px;
	line-height:18px;
	padding:0px;
	text-decoration:none;
}
.whitelink{
	font-family:Arial;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
}
.whitelink:hover{
	font-family:Arial;
	color:#990000;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
}
.black{
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding:0px;
}
.footer{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	line-height:16px;
	padding:0px;
}
.footerlink{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	padding:0px;
	text-decoration:none;
}
.footerlink:hover{
	font-family:Arial;
	color:#B0B0B0;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}
.contentlink{
	font-family:Arial;
	color:#990000;
	font-size:12px;
	line-height:14px;
	padding:0px;
}
.contentlink:hover{
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	padding:0px;
}
.link{
	font-family:Arial;
	color:#ffffff;
	font-size:11px;
	padding:0px;
	text-decoration:none;
}
.link:hover{
	font-family:Arial;
	color:#6A6A6A;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}
.table_border
{
  border-top-width:2px;
  border-top-style:solid;
  border-top-color:#6A6A6A;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#6A6A6A;
  border-left-width:2px;
  border-left-style:solid;
  border-left-color:#6A6A6A;
  border-right-width:2px;
  border-right-style:solid;
  border-right-color:#6A6A6A;
}