﻿.TinyBoxText { font-family: arial; font-size: 8pt }
span.TinyText { font-family: arial; font-size: 8pt }

a:link.linkNoLine { text-decoration: none; color: blue }
a:visited.linkNoLine { text-decoration: none; color: blue }
a:active.linkNoLine { text-decoration: none; color: blue }
a:hover.linkNoLine { text-decoration: underline; color: red }

a:link.linkNoLineRed { text-decoration: none; color: red }
a:visited.linkNoLineRed { text-decoration: none; color: red }
a:active.linkNoLineRed { text-decoration: none; color: red }
a:hover.linkNoLineRed { text-decoration: underline; color: red }

a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: blue }
a:active { text-decoration: none; color: blue }
a:hover { text-decoration: underline; color: red }

/*Table*/
td.cellHeader {
	background: #ccccdd;
	height: 24px;
	text-align: center;
	font-family: arial;
	color: #505050;
	background-image: url('images/menu/back_silver_2.gif');
	font-weight: bold;
}
td.textSubhead { font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: italic; background: #ffffff; color: #808080; }

td {
	text-align: left;
}
p {
	text-align: left;
}
.fontCenter {
	text-align: center;
}

.fontRight {
	text-align: right;
}

/* Entire Page */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF; 
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}

/* Image styles */

.imageNoborder{
	/* No margin or it'll break icon images in little tables margin: 3px; */
	border-width: 0;
}

.imageLeft{
	border-width: 0;
	float: left
}

.imageRight{
	border-width: 0;
	float: right
}

.imageNoborderPadded{
	margin: 3px; 
	border-width: 0;
}

.imageLeftPadded{
	margin: 3px; 
	border-width: 0;
	float: left
}

.imageRightPadded{
	margin: 3px; 
	border-width: 0;
	float: right
}

