@charset "utf-8";
/* CSS Document */

/*~~ Chalk Talk CSS stuff~~*/

.chalktop
{
	background-image:url(/Images/chalkTalkTop.jpg);
	background-repeat:repeat-x repeat-y;
}

#ctleft
{
	background-image:url(/Images/chalkSideLeft.gif);
	background-position: 0% 100%;
	background-repeat:repeat-y;
}

#ctright {
	background-image:url(/Images/chalkSideRight.gif);
	background-position: 100% 0%;
	background-repeat:repeat-y;
}

.ctH1 {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: inherit;
	text-decoration: underline;
	text-align:center;
}

.ctH2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	list-style: none;
}

.ctH3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	list-style:inside square;
}

.ctbody {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ffffff;
	padding-right: 5px;
}

.ctbodynote {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.ctbkgrnd {
	background-color: #0a1600;
	color: #FFFFFF;
	text-align:left;
}

.chalktalkhead {
	font-size: large;
}
table.ct {
	margin: 0px;
	padding: 0px;
	width: 560px;
	border-width: 0px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}