/* Styles for Traing schedule */

body {
	margin: 20px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
table {
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
}
td {
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	padding: 6px;
}
.subject {
	background: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.topinfo {
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Verdana;
	font-size: 12px;
	text-align: center;
}
.orange {
	background: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
; font-size: 11px}
.year {
	background: #CCCCCC;
	text-align: center;
	font-family: "Arial Black", Arial, Verdana;
	font-size: 16px;
	color: #999999;
	letter-spacing: 6px;
	padding: 2px 0px;
}
.bold {
	font-weight: bold;
; font-size: 12px; color: #003366}
.windowclose {
	padding: 20px;
	border: 1px solid #FFFFFF;
}
.no_outline {
	border: #FFFFFF;
}
.td_no_outline {
	border: #FFFFFF;
}

