﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Lato&family=Tinos&family=Ubuntu&display=swap');
/* CSS Document */
BODY {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
.awardname {
	font-weight: bold;
	font-style: oblique;
	color: #FFD700;
}
.cap {
	color: #eeeeef;
	font-size: 9px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	text-align: center;
}
h1 {
	color: #c8102e;
	font-family: 'Tinos', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.header {
	color: #c8102e;
	font-family: 'Tinos', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.title {
	font-family: 'Alegreya', serif;
	font-size: 16px;
	font-weight: bold;
	color: #ee0001;
	text-align: center;
	text-decoration: underline;
}
.intro {
	font-size: small;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	line-height: 14px;
}
.main {
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
}
hr.red {
	border: 0;
	color: #E4002B;
	background-color: #E4002B;
	height: 2px;
	width: 90%;
}
img.logo {
	border-style: none;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	text-align: center;
	z-index: 0;
	top: auto;
}
table.page-menu_left {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	z-index: 0;
	top: auto;
}
table.t1 {
	border-style: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	text-align: left;
}
div.c2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 85%;
	text-align: center;
}
table.c3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	text-align: left;
}
td {
	border-style: none;
	margin: 1px;
	padding: 3px;
}
