/* CSS Document */

body {
	background-color: #000000;
}

.cochin {
	font-family: Cochin;
}

.20 {
	font-size: 20px;
}

.36 {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}

.cochin36 {
	font-family: Cochin;
	font-size: 36px;
}

.cochin30 {
	font-family: Cochin;
	font-size: 30px;
}

.cochin24 {
	font-family: Cochin;
	font-size: 24px;
}

.cochin20 {
	font-family: Cochin;
	font-size: 20px;
}

.cochin16 {
	font-family: Cochin;
	font-size: 16px;
}

.lucinda72 {
	font-family: "Lucida Calligraphy";
	font-size: 72px;
}

.gold {
	color:#cc9966;
}

.red {
	color:#FF0000;
}

.white {
	color:#FFFFFF;
}

.italics {
	font-style: italic;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.height102 {
	height: 102px;
}

.width25 {
	width: 25%;
}

.width50 {
	width: 50%;
}

.width33 {
	width: 33%;
}
.width34 {
	width: 34%;
}

.valignbottom {
	vertical-align:bottom;
}

.valigntop {
	vertical-align:top;
}

td.pic4 {
	text-align: center;
	vertical-align: bottom;
	width: 25%;
}

td.text4 {
	text-align: center;
	vertical-align: top;
	width: 25%;
}
