﻿
body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

form{
	height: 100%;
}

#SideBar
{
	width: 100px;
	height: 1000px;
	background-color: #75263D;
}

.NavLink
{
	font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
	color: #666666;
	text-decoration: none;
	font-weight:bolder;
	font-size: small;
}

.NavLink:hover
{
	font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
	color: Red;
	text-decoration: none;
	font-weight:bolder;
	font-size: small;
}

.DarkText
{
	font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
	color: #666666;
}

.DarkTextHeader
{
	font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
	color: #75263D;
	font-variant: small-caps;
}