/********************************************************/
/* Stylesheet for PoLA dynamic landing pages 			*/
/* Copyright 2006 by MSO.net			 				*/
/* By Daniel Dabner										*/
/* 					 									*/
/* File Created on 6th February 2006					*/
/* Last Edited on 6th February 2006						*/
/********************************************************/

table.dyn_SectionsTable {
	width						: 100%;
}

table.dyn_SectionsTable td {
	padding						: 0 3em 1em 0;
	vertical-align				: top;
	width						: 50%;
}

table.dyn_SectionsTable h2 a {
	font-weight					: bold;
	text-decoration				: none;
}

table.dyn_SectionsTable h2 a:hover {
	font-weight					: bold;
	text-decoration				: underline;
}

div.dyn_HeaderPage {
	font-weight					: normal;
	margin						: 0 0 1em 0;
}

div.dyn_HeaderPage * {
	font-weight					: normal;
}

div.dyn_level3List {
	margin						: 0 0 1.5em 0;
	padding						: 0 0 0 0;
}

div.dyn_level3List p {
	margin						: 0 0 .5em 0;
}

div.dyn_level3List h2 a {
	font-weight					: bold;
	text-decoration				: none;
}

div.dyn_level3List h2 a:hover {
	font-weight					: bold;
	text-decoration				: underline;
}

hr.dyn_dottedHR {
	width						: 100%;
	height						: 0px;
	color						: black;
	border						: 0;
	border-top					: 1px dotted black;
	margin						: 0 0 .5em 0;
	padding						: 0 0 0 0;
}