﻿/***************************************************************************
Author(s)             : Martin Bussieres                   Date : 2007-09-22
Description           : Specific CSS for OnPOZ Website HTML elements

Revision              : $Revision: 2 $
Last Changed By       : $Author: Slevert $
Date                  : $Modtime: 10/13/07 2:47p $
****************************************************************************/
body 
{
	margin-top: 0;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Verdana, 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: 12pt;
	color: #F57828;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2
{
	font-weight: bold;
	font-size: 10pt;
	color: #F59628;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3
{
	font-weight: bold;
	font-size: 10pt;
	color: #F57828;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
td
{
	vertical-align: top;
}
li
{
	margin-bottom: 3pt;
}
a:link
{
	color: #E17832;
	text-decoration: underline;
}
a:visited
{
	color: #E17832;
	text-decoration: underline;
}
a:hover
{
	color: #7BB72B;
	text-decoration: underline;
}
/*
 * $Log: /VIASAT/Web/Solutions/OnPOZ/App_Themes/Default/OnPOZWebsiteElements.css $
 * 
 * 2     10/18/07 11:34a Slevert
 * 
 * 1     07-10-13 15:20 Mbus
 * 
 */

