﻿/* ### GWLAW Content Page Style Sheet ### */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
	}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}


hr {
	border-top: 2px dotted #999999;
	border-bottom: none;
	width: 100%;
	margin-bottom: 5px;
}


a:link {
	color: #996600;
	text-decoration: none;
	}

a:visited {
	color: #996600;
	text-decoration: none;
	}

a:hover {
	color: #996600;
	text-decoration: underline;
	}

a:active {
	color: #996600;
	text-decoration: none;
	}



.GWtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	padding: 2px;
	}

.GWtableHeader {
	background-color: #CCCCCC;
	font-weight: bold;
	}


.ParentLandingHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #003366;
	}

.PageTitle {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	}

