﻿/***************************************************************************
Author(s)             : Martin Bussieres                   Date : 2007-10-14
Description           : Specific CSS for VGI Solutions Website HTML elements

Revision              : $Revision: 2 $
Last Changed By       : $Author: Mbus $
Date                  : $Modtime: 07-10-18 5:45 $
****************************************************************************/
body 
{
	margin-top: 0;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color: white; 
	text-align: left;
}
img
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
}
h1
{
	font-weight: bold;
	font-size: 14pt;
	color: #F0BE3B;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	color: #F0BE3B;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3
{
	font-weight: bold;
	font-size: 10pt;
	color: #F0BE3B;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
td
{
	vertical-align: top;
}
li
{
	margin-bottom: 3pt;
}
a:link
{
	color: #664422;
	text-decoration: underline;
}
a:visited
{
	color: #664422;
	text-decoration: underline;
}
a:hover
{
	color: #AA8866;
	text-decoration: underline;
}
/*
 * $Log: /VIASAT/Web/Solutions/VGISolutions/App_Themes/Default/VGISolutionsWebsiteElements.css $ 
 * 
 * 2     07-10-18 7:07 Mbus
 * 
 * 1     07-10-14 10:06 Mbus
 */
