A.menulink {
	display: block;
	width: 170px;
	text-align: left;
	text-decoration: none;
	font-family:verdana;
	font-size:12px;
	color: navy;
	border: solid 1px navy;
	background-color : #ffffff;
}

A  {
	font-size:11px;
	font-family : Verdana;
	background-color : #ffffff;
	color : navy;
}

A:Visited  {
	font-size:11px;
	font-family : Verdana;
	background-color : #ffffff;
	color : blue;
}

A:Active  {
	font-size:11px;
	font-family : Verdana;
	background-color : #ffffff;
	color : red;
}

A:Hover  {
	font-size:11px;
	font-family : Verdana;
	background-color : #e6e6fa;
	color : red;
}

BODY  {
	font-size:11px;
	font-family : tahoma;
	color : navy;
	background : #f5f5f5;
	background-image: url(images/pnw_logo2.png);
}

.bigheader  {
	font-size :16px;
	font-weight : bold;
}

.smallheader  {
	font-size : x-small;
	font-weight : bold;
}

.smallerheader  {
	font-weight : bold;
	font-size : xx-small;
}

.smalltext  {
	font-size : x-small;
	font-family : Verdana;
}

.smallertext  {
	font-size : xx-small;
	font-family : Arial;
}

.tbflat  {
	font-size: xx-small;
	font-family: Verdana;
	border-width: 1;
	border-style: solid;
	border-color: Navy;
}

.tbbig  {
	font-size : small;
	font-family : Verdana;
	font-weight : bold;
	background-color : #ffffff;	
}


.lsflat  {
	font-family : Verdana;
	border-width : 1;
	border-color : Blue;
	font-size : x-small;
}

.lsbold  {
	font-family : Verdana;
	font-weight : bold;
	border-width : 0;
	font-size : x-small;
}

.cmdflat  {
	font-size: x-small;
	font-family: Verdana;
	background-color: Silver;
	color: navy;
	font-weight: bold;
	border-width: thin;
	cursor: hand;
	border-bottom: thin solid Gray;
	border-left: thin solid White;
	border-right: thin solid Gray;
	border-top: thin solid White;
}
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: white;
	font-size: 11px;
	font-weight: bold;
	background-color: #6495ed;
	height: 25px;
}
td	{
	color: navy;
	font-size: 9px;
	font-family: Verdana;
	border-width: 0;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.anounce{
font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: bold; line-height : 120%; color : red;
}
/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : navy;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

/* input { text-indent : 2px; } */

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}
