/* Cascading Style Sheet for Bocra Industries, Inc. */
/* 271287 - blue color in logo */
body {
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	font-size:12px;
	font-weight:bold;
}

a:link { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:12px; }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:12px; }
a:hover { color:#271287; text-decoration:underline; font-weight:bold; font-size:12px; }

/* this is the row directly under the logo and menu button */
td.headerRow {
	background-image:url(images/headerRow.jpg);
	height:48px;
}

td.main {
	background-image:url("images/body.jpg");
	text-align:left;
	vertical-align:top;
	padding:4px 30px 0 10px;
}
td.index {
	background-image:url("images/body.jpg");
	text-align:left;
	vertical-align:top;
	padding:4px 20px 0 0;
}
td.left {
	background-image:url(images/bodyLeft.jpg);
	background-repeat:repeat-y;
}
td.footerCell {
	background-image:url("images/footer_02.png");
	text-align:right;
	vertical-align:middle;
	font-size:10px;
	color:#666666;
}
td.footerText {
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	color:#FFFFFF;
}
td.footerLinks {
	padding:3px 10px 0 0;
	text-align:right;
	vertical-align:top;
	font-size:10px;
	color:#777777;
}

a.footerLinks:link { font-size:10px; color:#666666; text-decoration:none; }
a.footerLinks:visited { font-size:10px; color:#666666; text-decoration:none; }
a.footerLinks:hover { font-size:10px; color:#999999; text-decoration:none; }


.header {
	font-weight:bold;
	font-size:14px;
	color:#271287;
}
.list {
	font-size:11px;
}
