﻿.QHiddenSettings { display: none; position: absolute; }

body {
	font-family:	Arial, Sans-Serif; 
	font-size:		11px;
	color:			black;
	letter-spacing: 0.03em;
}
body * {
	font-family:	inherit;
	font-size:		inherit;
}

a			{ color: #00629f;}
a:link		{ color: #00629f;}
a:hover		{ color: orange}
a:active	{ color: #00629f;}
a:visited	{ color: #00629f;}


body	{
	margin: 0;	padding: 0;
	background-color: white;
	text-align: left;
}
div {margin: 0;padding: 0;/*border: solid 1px red;*/}

frame, frameset	{	border: none;	}

h1 { 
	font-size:300%; 
	font-weight: bold;
	letter-spacing: -2px;
	color: #00629f;
}
h2 {
	font-size:125%; 
	font-weight: 100;
	margin: 3px 0 3px 0;
	line-height:140%;
} /*shendry line-height added*/
h3 { 
	font-size:120%; 
}
.ARMSnet
{
	font-size:300%; 
	font-weight: bold;
	letter-spacing: -2px;
	color: #00629f;
}
.ARMSnet_orange 	{
	color: orange;
	font-size: 75%;
}

/*input, textarea
{
	border: solid 1px #00470B;
	background: url(../images/HighlightTop.jpg) repeat-x top left;
}*/

img
{
	border: none;
}

/*.TextArea, .ListBox { width: 90%; }*/
.Option input
{
	border: none;
	background: none;
}
.Button
{
	border: solid 1px #009cfc;
	padding-bottom: 1px;
	background-image: url(../images/button_bg.gif);
}
.Updating { background-image: url(../qwebcontrols/images/loaders/indicator.gif); }

