﻿body 
{
	margin:0;
	padding:0;
}

.Font
{
	font-family:Tahoma;
	font-size:10pt;
	color:#0969CF;
}

.Font2
{
	font-family:Tahoma;
	font-size:9pt;
	color:Navy;
}

.Note
{
	font-family:Tahoma;
	font-size:10pt;
	color:#9400d3;
}

.Info
{
	font-family:Tahoma;
	font-size:10pt;
	color:Green;
}
.Msg
{
	font-family:Tahoma;
	font-size:10pt;
	color:Red;
}
.Box
{
	border-bottom-color:#79a7e3;
	border-top-color:#79a7e3;
	border-right-color:#79a7e3;
	border-left-color:#79a7e3;
	border-bottom-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	font-family:Tahoma;
	font-size:9pt;
	color:Green;
}

.copyright
{
	font-family:Tahoma;
	font-size:9pt;
	color:#c35008;
}

.design
{
	font-family:Tahoma;
	font-size:8pt;
	color:Gray;
	text-decoration:none;
}

.design:visited
{
	font-family:Tahoma;
	font-size:8pt;
	color:Gray;
	text-decoration:none;
}

.design:hover
{
	font-family:Tahoma;
	font-size:8pt;
	color:Orange;
	text-decoration:underline; 
}

.password
{
	font-family:Tahoma;
	font-size:9pt;
	color:#cc0033;
}

.home
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#cc0033;
	text-decoration:none;
}

.home.visited
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#cc0033;
	text-decoration:none;
}

.home:hover
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#cc0033;
	text-decoration:none;
}

.link
{
	font-family:Tahoma;
	font-size:8pt;
	color:#cc0033;
	font-weight:bold;
	text-decoration:none;
}

.link:visited
{
	font-family:Tahoma;
	font-size:8pt;
	color:#cc0033;
	font-weight:bold;
	text-decoration:none;
}

.link:hover
{
	font-family:Tahoma;
	font-size:8pt;
	color:Navy;
	font-weight:bold;
	text-decoration:underline;
}

.cpIcon
{
	font-family:Tahoma;
	font-size:8pt;
	color:Purple;
	font-weight:normal;
}