/* Main style sheet for BlackLionArt.com
   www.blacklionart.com
   Latest revision Feb 08, 2006 */

body {color:#000000; BACKGROUND:#F1B869; margin-top:0; 
font-family: Verdana, Helvetica, san serif; font-weight: normal; font-size: 12px; }
:focus, :active { outline: 0; }

/* --- Link properties --- */

A:link {
	color:#ffc268;
	text-decoration: none;
}
A:visited {
	color:#ffc268;
	text-decoration: none;
}
A:hover {
	color:#ff4f01;
	text-decoration: none;
}
.borderclr {
	border-width: 1px;
	border-style: solid;
	border-color:#a3331d;
}

/* --- Classes --- */

/* --- This pformat classes allow the ability to indent paragraphs separately from the non-indented regtext classes --- */

 .pformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

/* --- Default text formats and complicated colors --- */

.regtext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00003C;
	font-family: Verdana, Helvetica, "san serif";
}
.regtext A:link {
	color: #7B0606;
	text-decoration: none;
}
.regtext A:visited {
	color: #7B0606;
	text-decoration: none;
}
.regtext A:hover {
	color: #BD0909;
	text-decoration: none;
}
.req {
	color: red;
	}
.db {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00003C;
}
.db A:link {
	color: #5B0000;
}
.db A:visited {
	color: #5B0000;
}
.db A:hover {
	color: #D53500;
}

/* --- small headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.nav_links {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0em;
	color: #dddddd;
	}
.smlheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}

/* --- Medium headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */

.medheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0em;
	}
.largeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0em;
}
.parttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	color: #000080;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	color: #00003C;
}
.tiny A:link {
	color: #7B0606;
	text-decoration: none;
}
.tiny A:visited {
	color: #7B0606;
	text-decoration: none;
}
.tiny A:hover {
	color: #BD0909;
	text-decoration: none;
}
