body {
	font-family: comic-sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
    background: #000000 url('/local/templates/local_01/images/stars.gif');
	margin: 2px; 
}

table {
	padding: 15px;	
}

td {
	font-size: 14px;
}

#outer {
	border: 0px;
	padding: 0px;
	vertical-align: middle;
}

#outer-frame {
}

#page {
	width: 100%;	
	text-align: center;
	padding: 1px;	
}


.border-right {
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 99%; 
	width: 13px;
	background-image: url(/images/site/rightborder.gif);
	top: 0px;
	right: 0px;
}

.border-left {
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 99%;
	width: 15px;
	background-image: url(/images/site/leftborder.gif);
	top: 0px;
	left: 0px;
}

.border-top {
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 15px;
	width: 99%;
	background-image: url(/images/site/topborder.gif);
	top: 0px;
	left: 0px;
}

.border-bottom {
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 13px;
	width: 99%;
	background-image: url(/images/site/bottomborder.gif);
	left: 0px;
	bottom: 0px;
}

.cork {
	background-image: url(/images/site/cork.jpg);
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	height: 98%;
	width: 98%;
	left: 1%;
	top: 1%;
}

	.title {
		font-family: 'comic sans ms';
        font-size: 14px;
        font-weight: bold;
		color: black;
	}
	
	.tape {
		font-family: 'comic sans ms';
        font-size: 14px;
        font-weight: bold;
		color: black;
	}
	
	.subtitle {
		font-family: 'comic sans ms';
        font-size: 12px;
		color: black;
	}
	
	td {
		font-family: 'comic sans ms';
        font-size: 12px;
		color: black;
	}
	
	li {
		font-family: 'comic sans ms';
        font-size: 12px;
		color: black;
	}
	
	p {
		font-family: 'comic sans ms';
        font-size: 12px;
		color: black;
	}
	
	a {
		font-family: 'comic sans ms';
        font-size: 12px;
		color: black;
	}




