﻿@import url('Reset.css');
@import url('Typography.css');
@import url('Forms.css');

.ClearFix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.MenuDynamicMenu
{
    z-index: 1000;
}
/* Global Styles */
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}
.NoBullet > li
{
    list-style-type: none;
}
table.NoOuterBorder td
{
	border-style: none;
}
table.NoOuterBorder table td
{
	border-style: solid;
}
