﻿.container
{
	width: 1010px;
	height: 100%;
	margin: auto;
	border: 0px solid #558ED5;
	text-align: center;
	background-color: #ffffff;
}

.containerMaster
{
	border: 2px solid #558ED5;
}

.container2
{
	width: 100%;
	height: 100%;
	margin: auto;
	border: 0px solid #558ED5;
	text-align: center;
}

.containerMaster2
{
	background-image: url('../img/bif/border.jpg');
	background-repeat: no-repeat;
}

body
{
	font-size: 11px;
	color: black;
	background-color: #ffffff;
	scrollbar-face-color: white;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	scrollbar-darkshadow-color: white;
}
.menu
{
	font-size: 11px;
	font-family: Arial;
	background-color: #558ED5;
	color: #ffffff;
	border-right: #558ED5 thin solid;
	border-top: #558ED5 thin solid;
	border-left: #558ED5 thin solid;
	border-bottom: #558ED5 thin solid;
}
.menuover
{
	font-family: Arial;
	text-decoration: none;
	color: #000000;
}
.bold
{
	font-weight: bold;
}
.logo
{
	font-size: 25pt;
	color: #FFFFCC;
	font-family: 'Tunga';
}
.logosmall
{
	font-size: 11px;
	color: #FFFFFF;
}
.logotext
{
	font-size: 14px;
	font-family: Arial;
	color: #558ED5;
}

.picturedescription
{
	font-size: 10px;
	font-style: italic;
}
.tableheader
{
	background-color: #558ED5;
	color: #ffffff;
}
.table
{
	border-right: #558ED5 thin solid;
	border-top: #558ED5 thin solid;
	border-left: #558ED5 thin solid;
	border-bottom: #558ED5 thin solid;
}
.tablealtrow
{
	background-color: #e9e9e9;
}
.textbox
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
	background-color: #ffffff;
	height: 14px;
}
.ddlist
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
	background-color: #ffffff;
	height: 20px;
}
.multilinetextbox
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
	background-color: #ffffff;
}
.button
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	font-size: 10px;
	font-family: Ariel;
	background-color: #cccccc;
	font-weight: bold;
	height: 18px;
}

.link
{
	color: #6699ff;
	font-family: Arial;
	text-decoration: none;
}
.link:hover
{
	text-decoration: underline;
}
