/* Default CSS Stylesheet for a www.welcometocanada.com project */
A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: #800080;
}
A:hover
{
	text-decoration: underline;
	color: #ff0000;
}
A:active
{
	text-decoration: none;
	color: #006600;
}

BODY
{
	font-size: small;
	font-family: Arial, Verdana, Tahoma;
	background-color: #003300;
}
.drd
{
	font-size: xx-small;
	font-family: Arial, Tahoma, Verdana;
}

.alert
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	background-color: #ffffff;
}
.Grid
{
	font-size: 8pt;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffffff;
}
.GridHeader
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ccff99;
	text-align: center;
	text-decoration: none;
}
.GridNormalItems
{
	font-family: Arial, Tahoma, Verdana;
}
.GridSelectedItem
{
	font-family: Arial, Tahoma, Verdana;
	background-color: gainsboro;
}
.GridAltItems
{
	font-family: Arial, Tahoma, Verdana;
	background-color: #F2FFE6;
}
.GridFooter
{
	font-weight: bold;
	background-color: mistyrose;
	text-decoration: none;
}

.Table
{
	border-right: #cccccc 1px outset;
	border-top: #cccccc 1px outset;
	font-size: xx-small;
	border-left: #cccccc 1px outset;
	border-bottom: #cccccc 1px outset;
	font-family: Arial, Tahoma, Verdana;
}
.TextBox
{
	font-size: xx-small;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffffff;
}
.TextBoxRight
{
	font-size: xx-small;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffffff;
	text-align: right;
}
.TextBoxCentred
{
	font-size: xx-small;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffffff;
	text-align: center;
}
.Validator
{
	font-size: xx-small;
	color: red;
	font-family: Arial, Tahoma, Verdana;
}
