﻿body 
{
	background: #1794d4  url('tbg.jpg') repeat-x fixed;
	margin-left:15px;
	margin-right:15px;
	font-family: Segoe UI, Verdana, Tahoma, Arial;
	font-size:10pt;
}
.BBody
{
	    position:relative;
	font-size:10pt;
}
.BLeft
{
	position:relative;
	float:left;	
	max-width:580px;
	min-width:580px;
	padding-right:10px;
    left: 0;
	font-size:10pt;
	}
.BRight
{
	position:absolute;
	float:right;	
	max-width:300px;
	min-width:300px;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color:#CCCCCC;
	padding-left:10px;
    right: 0;
	font-size:10pt;
	}
.BLeftF
{
	position:relative;	
	float:left;	
	max-width:700px;
	min-width:700px;
	padding-right:10px;
    left: 0;
	font-size:10pt;
	}
.BRightF
{
	position:absolute;
	float:right;	
	max-width:200px;
	min-width:200px;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color:#CCCCCC;
	padding-left:10px;
    right: 0;
	font-size:10pt;
	}
.Title 
{
	font-size:16px;
	color:#808080;
	text-decoration: underline;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
	font-family: Segoe UI, Verdana, Tahoma, Arial;
	}
.TitleF 
{
	font-size:16px;
	color:#888899;
	text-decoration: none;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
	font-family: Segoe UI, Verdana, Tahoma, Arial;
	}
.Pad 
{
	padding-bottom:20px;
	padding-top:8px;
	}
.Img 
{
	padding-right:5px;
	padding-bottom:5px;
	}
.text
{	padding-bottom:20px;
	padding-top:3px;
	text-align:justify;
	}
texts
{	padding-bottom:20px;
	padding-top:3px;
	text-align:justify;
	font-size:10pt;
	}/* Hyperlinks */
a:link {
	font-size:10pt;
	COLOR: #0b83c1; 
	TEXT-DECORATION: none;
}
a:visited{
	font-size:10pt;
	COLOR: #0b83c1; 
	TEXT-DECORATION: none;	
}
a:hover, a:visited:hover{
	font-size:10pt;
	COLOR: #0b83c1; 
	TEXT-DECORATION: underline;
}
a:active, a:visited:hover{
	font-size:10pt;
	COLOR: #0b83c1; 
	TEXT-DECORATION: underline;
}
.gcomvistamenu{
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url('gbar_bg.png') repeat-x; /*tab background image path*/
	height: 49px;
	list-style: none;
}

.gcomvistamenu li{
	float:left;
}

.gcomvistamenu li a, .gcomvistamenu li a:visited{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 49px;
	line-height: 49px;
	text-align: center;
	cursor: pointer;	
}

.gcomvistamenu li a b{
	float: left;
	display: block;
	padding: 0 16px 0 8px; /*Padding of menu items*/
}

.gcomvistamenu li.current a, .gcomvistamenu li a:hover{
	color: #fff;
	background: url('gbar_bg1.png') no-repeat; /*left tab image path*/
	background-position: left;
}

.gcomvistamenu li.current a b, .gcomvistamenu li a:hover b{
	color: #fff;
	background: url('gbar_bg2.png') no-repeat right top; /*right tab image path*/
}
