/*styles for Browning SALT website, created by Nancy Snow*/

body	{background-color: #FFFFEF;
	background-image: url(images/background.gif);
	 color: #000000;
	font-family: arial, sans-serif}

tr, td	{text-align: left;
	vertical-align: top}

p, li  {font-size: smaller}

h1	{font-family: "Lucida Bright", Times, serif;
	font-size: 20px}

h2	{font-family: "Lucida Bright", Times, serif; 
	font-style: italic;
	font-size: 16px}

a	{color: #230C98;
	text-decoration: none}

a:hover	{text-decoration: underline}

.beige 	{background-color: #D4C6B6} 

.blue	{background-color: #18086B}

.center {text-align: center}

.navigation {font-family: verdana, sans-serif;
	font-weight: bold;
	background-color: #A58463;
	padding: 5px;
	text-align: center;	
	border-width: 2px;
	border-color: #18086B;
	border-style: solid}

.navigation a	{color: #000000;
	text-decoration: none}

.navigation a:hover	{color: #18086B}

.navigationlight {font-family: verdana, sans-serif;
	font-weight: bold;
	padding: 5px;
	text-align: center;	
	border-width: 2px;
	border-style: solid;
	border-color: #2C10B8;
	background-color: #E1D5C9}

.navigationlight a	{color: #000000;
	text-decoration: none}

.navigationlight a:hover	{color: #2C10B8;
	text-decoration: none}

.outline	{border-width: 1px;
		border-color: #000000;
		border-style: solid}

.right	{text-align: right}

.small	{font-size: smaller}

.white	{background-color: #ffffff;
	border-width: 1px;
	border-color: #18086B;
	border-style: solid}



