/***************************************************************
* Thomas Richard Miles Boxall
* thomasrmboxall@gmail.com
* 17 May 2008
*
* template.css
* This is the default stylesheet for the website.
***************************************************************/
body {
     color:#000000;
     font-family: "san-serif";
}

.template {
	color:#000099;
	font-family: "san-serif";
	font-weight:bold;
	font-size: 24pt;
}

.title {
	color:#cc0000;
	font-family: "serif";
	text-align:center;
	font-weight:bold;
	font-size: 24pt;
}

.titlebk {
	color:#000000;
	font-family: "serif";
	text-align:center;
	font-weight:bold;
	font-size: 24pt;
}

.important {
	color:#cc0000;
	font-family: "Comic Sans MS";
	text-align:center;
	font-style: italic;
	font-size: 20pt;
}

.information {
	font-size: 7pt;
}

.empRed {
	color:#cc0000;
	font-weight: bold;
	font-size: 20pt;
}

.empBlue {
	color:#0000cc;
	font-weight: bold;
	font-size: 20pt;
}
	
.boldred {
	color:#cc0000;
	font-weight: bold;
	font-size:12pt;
}

.italicblack {
	color:#000000;
	font-style: italic;
	font-size:12pt;
}

b {
	font-weight: normal;
	font-size: 18pt;
}

table {
	border-spacing:1px;
	padding:0;
}

table.tabbar {
	border-spacing:10 0;
}

table.green {
	border:2px solid green;
	width:90%;
}

table.red {
	border:2px solid red;
	width:90%
}

table.blue {
	border:2px solid blue;
	width:90%
}

table.yellow {
	border:2px solid yellow;
	width:90%
}

table.orange {
	border:2px solid orange;
	width:90%
}

table.violet {
	border:2px solid violet;
	width:90%
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

td.tab {
	background-color:#ffff99;
	text-align:center;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
