/* 
	Valkir StyleSheet
	Author: David Saul (david@project359.com)
	Date: 22nd February 2006
	Revised: 
*/



/* Page layout tags*/

body	{
	color: #000000;
	background: url(../images/mainback.jpg) repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



p	{
	color: #7d7442;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

p.header	{
	color: #666666;
	font-family: arial;
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
}

li	{
	color: #7d7442;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	text-indent: -10px;
	text-align: left;
}

textarea	{
	color: #7d7442;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
}

/* Table layout*/

.border	{
	background: url(../images/filler.jpg) repeat;
}

.mainPanel	{
	background-color: #000000;
}

.menuFill	{
	background: url(../images/menu_fill.jpg) repeat;
}

.headText	{
	padding-left: 19px;
}
/* Headers */

h1		{
	color: #7d7442;
	font-family: arial;
	font-size: 14px;
	line-height: 15px;
	margin-left: 19px;
	text-align: left;
}

/* Links */


a	{
	color: #7d7442;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:Active	{
	color: #7d7442;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:Visited	{
	color: #7d7442;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
	
a:Hover	{
	color: #666666;
	font-family: arial;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a.menu	{
	color: #333333;
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.menu:Active	{
	color: #333333;
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.menu:Visited	{
	color: #333333;
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
	
a.menu:Hover	{
	color: #999999;
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}




/* Layers */

.mainFrame	{
	width: 758px;
	color: #7d7442;
	background-color: #000000;
	padding-left: 19;
	padding-right: 19;
}


/* Other */

.input	{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	background-color: #ffffff;
	border-color: #cccccc;
}

hr	{
	height: 1px;
	color: #7d7442;
}