
table.ridge {
	border: 4px ridge black;


}

table.access_codes{
	text-align: center;
	border: 4px ridge black;
	background-color:#27F4A9;
	cellpadding: 15;

}
body {
	margin-left: 4px;
	margin-right: 4px;
}

font.account_title {
	display: block;
	text-align: center;
	font-size: 24;
	font-weight: bolder;
	color: green;
	position: relative;
	bottom: 12px;
}

font.info {
	font-size:18px;
}
a.account_button {
	font-size: 14px;
	font-color: blue;

}

h1.page_title {
	text-align: center;
	color:White;
	font-size: 14px;
	background-image: url("jpgs/title_strip.jpg");
	background-repeat: no-repeat;
}

div.normal {
	text-align: justify;
	text-indent: 12px;
	font-size: 14px;
	color: black;
}

div.norm-center {
	text-align: center;
	text-indent: 12px;
	font-size: 14px;
	color: black;

}

td.normal {
	font-size: 14px;
	color: black;
}

a.navLink {  
	display: block;
	font-size: 12px;
	font-weight: 800;
	color: black;
	width: 114px;
	padding-top: 9px;
	height: 29px;
	text-decoration: none;
	background-image: url("jpgs/butt_blue.jpg");
}

a:hover.navLink { 
	color: red;
	background-image: url("jpgs/butt_green.jpg");
}

td.grad1 { height: 38px;
	background-image: url("jpgs/grad1.jpg");
}
