﻿/* General styles */
body {
	margin:0;
	padding:0;
	border:0;	    		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ffffff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					        /* The min-width property does not work in old versions of Internet Explorer */
	margin: 0px;
    font-family: arial;
    text-align: center;
    font-size: 12px;
    color: #000000;
	line-height: 1.7em;
}
a:link
{
    color: #007CC3;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a:visited
{
    color: #007CC3;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a:hover
{
    color: #007CC3;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: underline;
}
a.LinkGray:link
{
    color: gray;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a.LinkGray:visited
{
    color: gray;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a.LinkGray:hover
{
    color: gray;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: underline;
}
a.LinkBold:link
{
    color: maroon;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a.LinkBold:visited
{
    color: maroon;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: none;
}
a.LinkBold:hover
{
    color: maroon;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    text-decoration: underline;
}
Input, Textarea
{
    font-family: sans-serif, Verdana, arial;
    font-size: 11px;
    color: #333333;
}
H2
{
	color: #528AC7;
	font-family: arial;
    text-align: left;
    font-size: 16px;
}
H4
{
	color: #528AC7;
	font-family: arial;
    text-align: left;
    font-size: 12px;
}
P, Br, div.text
{
    font-family: arial;
    text-align: left;
    font-size: 12px;
    color: #000000;
	line-height: 1.7em;
}	