/* TMSL V1.0 */
/* Author: J. Thompson (jthompson@offlineonline.ca)
/* Feb 25, 2010 */


body {
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-family: arial, verdana;
}



td {
	text-align: left;
}

.centerCell {
	text-align: center;
}

.rightCell {
	text-align: right;
}

img {
	border: 0px;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #fff702;
	text-decoration: none;
}

a.footer {
	color: #fff702;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}


a {
	color: #3059a6;
	text-decoration: none;
}

a:hover {
	color: #25b11c;
	text-decoration: underline;
}

a.lnkGrey {
	color:#9f9f9f;
	text-decoration: none;
}
a.lnkGrey:hover {
	color:#ffb400;
	text-decoration: none;
}

a.lnkDarkGrey {
	color:#535353;
	text-decoration: none;
}
a.lnkDarkGrey:hover {
	color:#ffffff;
	text-decoration: none;
}

a.lnkRed {
	color:#e10031;
	text-decoration: none;
}
a.lnkRed:hover {
	color:#ffb400;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
	margin: 0 0 5 0;
	color: #77cc33;
}

h2 {
	font-size: 12pt;
	color: #3059a6;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 12pt;
	color: #000000;
	margin: 0px;
}

small {
	font-size: 8pt;
}

.txtGrey {
	color: #9f9f9f;
	margin: 0 40 10 0;
}

p {
	text-align: left;
	margin: 5 0 0 0;
}

ol {
	text-align: left;
	margin: 0;
}

ul {
	text-align: left;
	margin: 0;
	margin-top: 5px;
}

b {
	color: #000000;
}

.footer {
	color: #ffffff;
	font-size: 10pt;
}


input.adminSubmit {
	border: 1 socid #000000;
	width: 504px;
	background-color: #e9e9e9;
	color: #000000;
	font-style: bold;
}

input.admin {
	border: 1 socid #808080;
	width: 500px;
}

input.adminInput {
	border: 1 socid #808080;
	width: 500px;
	text-align: left;
}

.admin {
	border: 1 socid #000000;
	width: 504px;
	background-color: #e9e9e9;
	color: #000000;
	font-style: bold;
}

select.formSelect {
	width: 503px;
}

.txtWhite {
	color: #ffffff;
}
