/* This is the primary (default) css for the t1goold website */
body.gen {
	background-color: #e6e8fa;
	font-color: #000000;
	font-size: medium;
	font-family: "Georgia", serif;
}
body.nano {
	background-color: #e6e8fa;
	font-color: #00007D;
	font-size: medium;
	font-family: "Georgia", serif;
}
body.misc {
	background-color: #d9d9f3;
	font-color: #000000;
	font-size: medium;
	font-family: "Georgia", serif;
}
body.tan {
	background-color: #e9c2a6;
	font-color: #000000;
	font-size: medium;
	font-family: "Georgia", serif;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2.0em;
}
h3 {
	font-size: 1.5em;
	text-align: center;
	font-color: #207030;
}
p {
	display: block;
	font-family: "Georgia", serif;
	font-size: 1em;
	text-align: left;
}
p.em {
	display: block;
	font-style: italic;
}
p.center {
	display: block;
	text-align: center;
}
p.warning {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #8c1717;
}
p.u {
	font-style: italic;
	text-decoration: underline;
}
br {
	line-height: 1.5;
}
.small {
	font-size: 0.75em;
}
em {
	font-style: italic;
}
em.double {
	text-decoration: underline;
	font-style: italic;
}
strong {
	font-weight: bold;
}
.news {
	color: #8c1717;
}
.note {
	color: #1010E0;
}
strong.title1 {
	color: #00004a;
}
strong.title2 {
	color: #f00000;
}
strong.note2 {
	color: #401060;
}
span.u {
	text-decoration: underline;
}
u {
	text-decoration: underline;
}
cite {
	font-style: italic;
}
blockquote {
	display: block;
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
}
hr.one {
	width: 50%;
}
hr.red {
	background-color: #8c1717;
	height: 5px;
}
hr.redtwo {
	background-color: #8c1717;
	height: 5px;
	width: 50%;
}
a:link {
	color: #006600;
}
a:visited {
	color: #aa0280;
}
table {
	display: table;
	border-collapse: collapse;
	border-width: 1px;
}
table.one {
	table-layout: auto;
	border-style: groove;
}
table.two {
	table-layout: fixed;
	width: 50%;
	border-width: 5px;
	border-style: groove;
}
colgroup {
	display: table-column-group;
}
col#c1 {
	display: table-column;
	width: 12em;
	vertical-align: middle;
}
col#c2 {
	display: table-column;
	width: auto;
	vertical-align: top;
}
col#c3 {
	display: table-column;
	width: 12em;
	vertical-align: middle;
}
col#c4 {
	display: table-column;
	width: 12em;
	vertical-align: middle;
}
col#c5 {
	display: table-column;
	width: auto;
	vertical-align: top;
}
tr {
	display: table-row;
}
td {
	display: table-cell;
	border: 1px groove;
}
td.middle {
	vertical-align: middle;
	text-align: center;
}
td.center {
	vertical-align: middle;
	text-align: center;
	border: 5px groove;
}
th {
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}
img {
	border: none;
}
li.title {
	font-size: 1.2em;
}