﻿body 
{
	font-family:		Tahoma, Arial, Helvetica, Sans-Serif; 
    font-size:			small;
    line-height:		1.3em;
    font-weight:        normal;
    color:              #444444;
    background-color:   #F4F4F4;
    margin:				0px; 
    padding-top:        10px;
	padding-bottom:     10px;
	text-align:			center;
}
#Content 
{
	width:              800px;
	margin:				0px auto;
	border:             solid 1px #123577;
}
.newline
{
	padding-top: 14px;
}
.text
{
	text-align:     left;
}
.smalltitle
{
    font-weight:    bold;
    color:          #E15A00;
    text-align:     left;
    padding-top:    10px;
    padding-bottom: 4px;
}
.title
{
    font-weight:      bold;
    font-size:		  1.4em;
    color:            #E15A00;
    border-bottom:    dotted 1px #E15A00;
    padding-bottom:   5px;
}
.menu
{
    padding-top:      3px;
    padding-bottom:   8px;
}
a.menulink
{
    font-weight:      bold;
    color:            #ffffff;
    padding-left:     12px;
    padding-right:    12px;
    padding-top:      5px;
    padding-bottom:   4px;
    text-align:		  left;
	text-decoration:  none;
}
a.menulink:hover
{
	text-decoration:	none;
	color:				#000000;
	background-color:   #BADFFF;
}
a
{
	text-decoration:	none;
	color:				#BC34E5;
}
a:hover
{
	text-decoration:	none;
	color:				#516DAE;
}
.copy
{
	padding-top:	  20px;
	font-size:        0.8em;
}
img
{
	border-style: none;
}
img.left-floating
{
	float:        left;
}
img.right-floating
{
	float:        right;
}
table
{
	border-collapse:	collapse; 
	border:				0px;
}
.TableHeader
{
	font-weight:      bold;
	color:            #ffffff;
	background-color: #123577;
	height:           20px;
	vertical-align:   middle;
	padding:          6px;
}
td.WithBorder
{
	padding:		8px; 
	border:			solid 1px #123577;
	vertical-align:	top; 
}
td.InputForm
{
	padding-top:	1px; 
	padding-bottom:	1px; 
	padding-right:	10px; 
	vertical-align:	top; 
}
ul
{
	list-style-type: square;
	margin-top:      3px;
	margin-bottom:   5px;
}