﻿body {
	padding-left: 2vw;
	padding-right: 2vw;
	color:black;
/*	font-family: Arial, Verdana, sans-serif; */
	font-family: Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
  }

.normal { font-size: 1em; }
  
h1 {
/*	font-family: Arial rounded, Helvetica Rounded, Arial, Verdana, sans-serif; */
	font-family: Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 160%;
	font-style: normal;
/*	font-weight: bold; */
	font-weight: normal;
  }
  
h2 {
	font-family: Calibri, Lucida Sans Unicode, Lucida Grande, sans-serif;
/*	font-family: Arial, Verdana, sans-serif; */
	font-size: 2em;
	font-style: normal;
/*	font-weight: bold; */
	font-weight: normal;
  }
  
h3 {
	color:black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 133%;
	font-style: normal;
	font-weight: bold;
  }

h4 {
	color:black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 121%;
	font-style: normal;
	font-weight: bold;
  }

h5 {
	color:black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
  }

h6 {
	color:black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
  }

.inpu[type="text"] {
	height: 80px;
	padding: 8px;
	box-sizing: border-box;
}

p {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
  }
  
p.right {
	text-align:right;
 	font-size: 1em;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.black	{	color:#000000 !important; }
.white	{	color:#FFFFFF !important; }
.blue	{	color:#0000FF !important; }
.darkblue {	color:#000077 !important; }
.bdayskyblue { background:#82CAFF !important; }
.cyan	{	color:#007777 !important; }
.green	{	color:#008800 !important; }
.darkgreen { color:#005500 !important; }
.red	{	color:#BB000C !important; }
.redred	{	color:#FF0000 !important; }
.magenta {	color:#770077 !important; }
.brown	{	color:#803000 !important; }
.orange	{	color:#FF7000 !important; }

.big	 { font-size: 110%; }
.smaller { font-size:  85%; }
.small	 { font-size:  70%; }
.tiny	 { font-size:  55%; }

.center { text-align:center }

.centert { 
			margin-left: auto;
			margin-right: auto;
		 }

a.greenlink:link { color: #00AA00; }
a.brownlink:link { color: #803000; }
a.magentalink:link { color: #770077; }
a.orangelink:link { color: #FF7000; }
a.redlink:link { color: #BB000C; }
a.neviden { color: black; text-decoration: none; }

table {
    border-collapse: collapse;
}

table.bdrless td{
       border-width: 0px;
}

td, th {
    border: 1px solid lightgray;
	font-size: 1.1em;
}

table.buttons td{
	padding: 10px;
	text-align: center;
}

a.class1 {color:blue;}
a.class1:link  {text-decoration: none; color: blue;}
a.class1:visited {text-decoration: none; color: #770077;}
a.class1:hover {text-decoration: none; color: white;}
a.class1:active {text-decoration: none; color: red;}

.alignleft {
	float: left;
}
.alignleftop {
	color: #E3B62E !important;
	float: left;
	margin: 60px 0 0 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}


.submit,
.reset,
.button {
    background-color: steelblue; /* blue */
    border: none;
	border-radius: 5px;
    color: white;
    padding: 0.5em 1.2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {font-size: 1.1em;}
.button2 {font-size: 12px;}
.button3 {font-size: 16px;}
.button4 {font-size: 20px;}
.button5 {font-size: 24px;}
