.large-title{
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: 600;
}

.small-pane{
	background-image: url(../images/small_pane.jpg);
	background-repeat: no-repeat;
	width: 445;
	height: 54;
}

.medium-pane{
	background-image: url(../images/medium_pane.jpg);
	background-repeat: no-repeat;
	width: 445;
	height: 363;
}

.bottom-pane{
	background-image: url(../images/bottom_pane.jpg);
	background-repeat: no-repeat;
	width: 950;
	height: 147;
}

.large-pane{
	background-image: url(../images/large_pane.jpg);
	background-repeat: no-repeat;
	width: 501;
	height: 417;
}

.td-click{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #4E5083;
	cursor:hand;
	cursor:pointer;
}

.td-over{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #4E5083;
	color: White;
	cursor:hand;
	cursor:pointer;
}

.td-over-orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #c33a30;
	color: White;
	cursor:hand;
	cursor:pointer;
}

.td-over-green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #5d8a4c;
	color: White;
	cursor:hand;
	cursor:pointer;
}

.td-over-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #99cccc;
	color: White;
	cursor:hand;
	cursor:pointer;
}

.text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a:active.text-medium, a:focus.text-medium, a:link.text-medium, a:visited.text-medium {
	color: #4E5083;
	text-decoration: underline;
}

a:hover.text-medium{
	color: #40B0DF;
	text-decoration: none;
}

.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:active.text-small, a:focus.text-small, a:link.text-small, a:visited.text-small {
	color: #4E5083;
	text-decoration: underline;
}

a:hover.text-small{
	color: #40B0DF;
	text-decoration: none;
}

