﻿body 
{
	background-color:#10216b;
}
a
{
	outline: none;
}
#TFree
{ 
	text-align:center;
	font-family :Arial;
	font-weight:bold; 
    font-size:15px;
	color:#CC0000;
}
#table_quoteRequest
{
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
}
#location
{
	font-size:x-small;
}
#byte_it
{
	font-size: 8pt; font-family:Verdana; color:#ffffff;
}
div.links a, #links a:link, #links a:hover
{
	text-decoration: none;
	color: #102168;
	font-size:small;
}
div.links a:visited
{
	text-decoration: none;
	color: #102168;
}
div.links a:active
{
	text-decoration: none;
}

div.links a:hover
{
	font-weight: bold;
	color: #ff9933;
}

/* sky banner on CanadaUSA */
tr.Bild
{
	background-image: url(pix/500x60set3.JPG);
	background-repeat: no-repeat;
}
img.WithBorder
{
	border-color:#313131;
	border-width:2px;
}
img.WithWhiteBorder
{
	text-decoration: none;
	border-color: white;
	border-width: 0px;
}
/*main menu on the left*/

#menu a, #menu a:visited
{
	position: relative;
	text-decoration: none;
	text-align: left;
	background-image: url(pix/Icons/menu_button.png); /*background color from button*/
	color: #ffffff;
	display: block;
	width: 130px;
	border: 4px solid #333;
	border-color: #def #678 #345 #cde;
	padding: 0.5em;
	margin: 0.5em auto;
}

#menu a:hover
{
	top: 2px;
	left: 2px;
	color: #fff;
	border-color: #345 #cde #def #678;
}
  
#menu1
{
	text-align: right;
}  
#menu1 a, #menu1 a:visited
{
	position: relative;
	text-decoration: none;
	text-align: right;
	background-image: url(pix/Icons/menu_button.png); /*background color from button*/
	color: #ffffff;
	display: block;
	width: 90%;
	border: 0px solid #333;
	/*border-color: #def #678 #345 #cde;*/
	padding: 0.5em;
	margin: 0.5em auto;
}

#menu1 a:hover
{
	top: 2px;
	left: 2px;
	color: #fff;
	font-weight:bold;
	border-color: #345 #cde #def #678;
}
  
  