/*
 * Brainworks Software Development Corporation Classified CSS Stylesheet.
 * First Create on May 7, 2003
 * Added distinct links for use with in Classifieds on May 8, 2003
 */

/* First, a list of anchor tags that can be used 
 * to provide a different link presentation within
 * the Classifieds section. These styles are assigned
 * as a class and override the standard anchor tags.
 */

.bwanchor
{
	/*font-family: Arial;*/
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}

.bwanchor:link
{
	/*font-family: Georgia;*/
	font-size: 9pt;
	color: green;
	text-decoration: none;
}

.bwanchor:hover
{ 
	/*
	font-family: Impact;
	font-size: 18pt;
	color: blue;
	text-decoration: none;
	*/
	text-decoration:none;
}

.bwanchor:active
{
	/*font-family: Verdana;*/
	font-size: 15pt;
	/*color: yellow;*/
	text-decoration: none;
}

.bwanchor:focus
{
	/*font-family: Courier New;*/
	font-size: 12pt;
	/*color: red;*/
	text-decoration: none;
}

.bwanchor:visited
{
	/*font-family: Roman;*/
	font-size: 10pt;
	/*color: orange;*/
	text-decoration: none;
}

/* Common text style attributes */
.bwads {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
.bwbold { font-weight: bold; }
.bwitalic { font-style: italic; }
.bwunderline { text-decoration: underline; }
.bwallcaps { text-transform: uppercase; }
.bwsmallcaps { font-variant: small-caps; }
.bwmonospace { font-family: monospace; }
.bwsuperscript  { vertical-align: super; }
.bwsubscript { vertical-align: sub; }
.bwstrikethru { text-decoration: line-through; }

/* Common text alignment styles */
.bwleft { text-align: left; }
.bwright { text-align: right; }
.bwjustify { text-align: justify; }
.bwcenter { text-align: center; }

/* Styles that change font size */
.bwsmall2{ font-size: 7pt; }
.bwsmall1{ font-size: 8pt; }
.bwlarge1{ font-size: 12pt; }
.bwlarge2{ font-size: 14pt; }
.bwlarge3{ font-size: 16pt; }
.bwlarge4{ font-size: 18pt; }




