/* -======================================- 
MAIN
 -======================================- */
HTML, BODY {
	background-color: #FFEFD5;
	background-image: url(img/bg.jpg);
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

/* -======================================- 
LINKS
 -======================================- */
TABLE.category A {
	color: #006600;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

TABLE.category A:hover {
	color: Red;
	text-decoration: none;
}

TD.d A {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

TD.d A:hover {
	color: Red;
	text-decoration: none;
}

/* -======================================- 
GRIDS
 -======================================- */
TD.category {
	text-align: left;
}

TABLE.catalog {
	background-color: #FFEFD5;
	border: solid;
	border-collapse: collapse;
	border-color: #800000;
	border-width: 1px;
}

TD.code, TD.name, TD.time, TD.cont, TD.cost, TD.cd, TD.dvd, TD.a, TD.b, TD.c, TD.d, TD.e, TD.g {
	border: solid;
	border-color: #800000;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

TD.code {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 5%;
}

TD.name {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 55%;
}

TD.time {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 15%;
}

TD.cont {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 15%;
}

TD.cost {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 10%;
}

TD.cd {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 5%;
}

TD.dvd {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 5%;
}

TD.a {
	color: #800000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	text-align: center;
}

TD.b {
	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}

TD.c {
	color: #800000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

TD.d {
	text-align: center;
}

TD.e {
	color: #800000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

TD.g {
	color: #800000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


