* {
	font-family: Verdana, Geneva, sans-serif; font-size:10pt; font-color:#993333;
}

body { margin-left:2px; margin-top:0px; margin-right:2px; margin-bottom:0px;
		color:#993333; 
		background: #FFFFEE;
		/*
		background: #FFFFEE url(gfx/cg_tbmm_back.jpg) no-repeat fixed bottom center
		*/
}

.cgmenu { font-size:9pt }

.little { font-size:8pt }

.heading1 { font-size:150% }
.heading2 { font-size:125% }

A:link    { color: #336633 }
A:visited { color: #336633 }
A:hover   { color: #336633 }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.red    { color: #993333; text-decoration: none }
A:visited.red { color: #993333; text-decoration: none }
A:hover.red   { color: #993333; text-decoration: none }

input, select, textarea {
	border-width:1;
	font-size:11;
	background-color:#FFFFEE;
	color:#000000;
}

#butchery_course{
	background:url('gfx/boxborder_mid.png') repeat-y;
	width:650px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}
#butchery_course_top {
	width:100%;
	height:35px;
	background:url('gfx/boxborder_top.png') no-repeat;
}
#butchery_course_bot {
	margin:0;
	width:100%;
	height:35px;
	background:url('gfx/boxborder_bot.png') no-repeat;
}
#butchery_course_mid {
	margin:0;
	width:100%;
}

#butchery_course h3,#butchery_course h4,#butchery_course p {
	line-height:30px;
	margin:10px;
	padding:0;
}

#butchery_course h2 {
	margin-top:20px;
	line-height:30px;
	font-size:45px;
	color:#7999ff;
}

#butchery_course h3 {
	font-size:20px;
	color:#990033;
}

#butchery_course h4 {
	font-size:18px;
	color:#7999ff;
}

#butchery_course p {
	color: #003af2;
	font-size:15px;
}


.proceed { background-color:#CC0000; color:white }
.green   { background-color:#FFCC00 }
.smgreen { background-color:#CCFFCC; font-size:85% }
.fixed   { font-family: Courier, monospace }
