/* DTE Entertainment Stylesheet. Written by Dan Spada. */

/* This first section is soley for stuff in the headfoot.php (the skeleton) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
}
P, .body-normal, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.designed_by {
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}
.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #A7092A;
	background-color: #CCCCCC;
	border: 1px solid #A7092A;
}
a:link {
	color: #8D8E83;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7B0619;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
a:visited {
	color: #8D8E83;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.text2 a:link {
	color: #7B0619;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
.text2 a:hover {
	color: #7B0619;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
.text2 a:visited {
	color: #7B0619;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

H1, .title {
	font-size: 14px;
	font-weight: bold;
	color: #BF302C;
}

/* Stuff used in the admin area */
.text6 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* I dont know WHAT the hell this stuff is for... */
.text2 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.text3 {
	font-size: 10px;
	font-weight: bold;
	color: #A7092A;
}