﻿body {
	background-color : #DCDCDC;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #CCCCCC;
}
@media print {
      .noprint { display: none; }
}
img, a img {	
	border: 0 none;
}
.over:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
background-color: white;
}
td {
	padding: 0;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}
.box1, table.box1 td {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_top {
	background-color: #1D4F98;
}
.box_main {
	background-color: White;
}
.box_body {
	padding-top: 60px;
}
.box_left {
	padding-top: 50px;
	width: 270px;
}
.box_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 70px;
}
.support, .support:Link, .support:Visited {
	background-color: #06224b;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 10px;
	color: White;
	display: block;
	font-size: 12px;
	background-image: url(../images/bg_customer_support.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.support:Hover {
	background-color: White;
	color: Black;
	background-image: url(../images/bg_customer_support_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: White;
	display: block;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
.main_menu:Hover {
	background-color: White;
	color: Black;
}
.left_menu, .left_menu:Link, .left_menu:Visited {
	color: #333333;
	display: block;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
}
.left_menu:Hover {
	color: #1D4F98;
}
.portfolio_menu, .portfolio_menu:Link, .portfolio_menu:Visited {
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}
.portfolio_menu:Hover {
	color: #1D4F98;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #1D4F98;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #1E5099;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #1E5099;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: Black;
	font-weight: bold;
}
hr {
	border: 0px solid #9C9C9C;
	color: #9C9C9C;
	height: 1px;
	background-color: #9C9C9C;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #696969;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #004c7e;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #007ECE;
	text-decoration: none;
}
.gray_link, .gray_link:Link, .gray_link:Visited {
	color: #424242;
}
.gray_link:Hover {
	text-decoration: underline;
}
.portfolio, .portfolio, .portfolio:Visited {
	font-size: 12px;
}
.portfolio:Hover {
	text-decoration: none;
}
/* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
