﻿
.DefaultText, TD, INPUT, SELECT, TEXTAREA
{
	font-family: Tahoma;
	font-size: 13px;
}

/* A */
A
{
	font-family: tahoma;
	font-size: 12px;
	color: #2980DE;
	text-decoration: none;
}
A:visited
{
	font-family: tahoma;
	font-size: 12px;
	color: #2980DE;
	text-decoration: none;
}
A:hover
{
	font-family: tahoma;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

A.MasterLeft1Link
{
	font-family: tahoma;
	font-size: 13px;
	color: white;
	text-decoration: none;
}
A.MasterLeft1Link:visited
{
	font-family: tahoma;
	font-size: 13px;
	color: white;
	text-decoration: none;
}
A.MasterLeft1Link:hover
{
	font-family: tahoma;
	font-size: 13px;
	color: white;
	text-decoration: underline;
}

/* LI */
LI.InGrid
{
	list-style-image: url('Images/li.gif');
	list-style-position: outside;
}

/* Misc */
HR
{
	height: 1px;
	color: #CCCCCC;
}

H1, H2, H3, H4, H5, H6
{
	font-family: Arial;
}

/* Button */
.SwitchButton_True
{
	color: #fff;
	background-color: Green;
}
.SwitchButton_False
{
	color: #fff;
	background-color: Red;
}

