@charset "UTF-8";
 
/*
Name: Main Style Sheet
Version: 1.0
Author: Fox Parlor
Description: Main Millar Law website style sheet
Copyright 2006 Law Offices of James Millar
*/

body	{
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C172D;
	background-color: #333333;
	font-size: 11px;
	line-height: 20px;
	}

a	{
	color: #006699;
	text-decoration: none;
	}

/*
a:visited	{
	color: #003366;
	}

a.subnav:visited	{
	color: #FFFFFF;
	}
*/

a:hover	{
	text-decoration: underline;
	}

a.subnav	{
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	font-weight: normal;
	}

.subnav2	{
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}

.headline	{
	font-size: 17px;
	line-height: 22px;
	color: #003366;
	font-weight: bold;
	}

.blue1	{
	color: #003366;
	line-height: 15px;
	}

.blue2	{
	color: #003366;
	line-height: 15px;
	font-weight: bold;
	}

.footnote	{
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	}


