﻿

@font-face
{
	font-family: 'Bradley';
	src: url('f1.eot');
	src: local('☺'), url('f1.woff') format('woff'), url('f1.ttf') format('truetype'), url('f1.svg#webfontDNB2s2R0') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cntClass
{
	font-family: Bradley;
	font-size: 1.8em;
}

body
{
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Tahoma, Verdana,Arial;
	position: relative;
	background-color: #FFFFFF;
}

table
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}

img
{
	border: none;
}

.opTable tr td
{
	border-color: #999999;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	width: 25%;
	border-bottom: lightgrey 1px solid;
	margin-left: auto;
	margin-right: auto;
}

textarea, pre
{
	border: 1px solid #B0C4DE;
	font-size: 10pt;
	color: #00008B;
	font-family: 'Courier New' , Courier, 'Lucida Console';
	background-color: #FFFCF0;
}

textarea
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

pre
{
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h6
{
	margin-left: 15;
	margin-right: 15;
	margin-top: 10;
	margin-bottom: 5;
}
td h6
{
	margin-left: 15;
	margin-right: 15;
	margin-top: 10;
	margin-bottom: 5;
}
a:visited
{
	color: blue;
}
a:hover
{
	color: red;
}

hr
{
	color: #b0c4de;
	height: 1px;
}

h1
{
	font-size: 1.5em;
}

h4
{
	font-size: 1.2em;
}

.header
{
	text-align: center;
}

.footer
{
	text-align: center;
}

.clear
{
	clear: both;
}


