﻿body 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	/*background-image: url(images/HeaderBackground.png);
	background-repeat:repeat-x ;*/
	margin: 0px;
	padding: 0px;
}
h1, h2,h3,h4,h5
{
	margin-left: 8px;
}

input, textarea, option
{
	border: 1px solid #000080;
	background-color: #99CCFF;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}

.buttonLikeLink
{
	padding: 2px;
	position: relative;
	top: -2px;
	border: 1px solid #000080;
	background-color: #FFCC66;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
    white-space: nowrap;
}

.small
{
	font-size: 7pt;
}

.bigText
{
	font-size: 16pt;
	font-weight: bold;
}

.errorText
{
	color: #FF0000;
	text-align: center;
}

hr
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #000000;
}

.hr2
{
	border: solid 1px #99CCFF;
}

.bold
{
	font-weight: bold;
}

.highlight
{
	color: #0066FF;
}

th
{
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
}

.indent
{
	margin-left: 12px;
	margin-top: -18px;
}

.background
{
	background-color: #99CCFF;
}

.tab
{
	background-image: url(images/tab.png); 
	background-repeat: no-repeat; 
	height: 28px; 
	width: 149px; 
	text-align: center;
}

.naviLink
{
	font-family: Tahoma Arial Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
}