 TABLE	{
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	verdana;
	}


A:link 
{
	color: red;
	font-family: verdana;
	text-decoration: none;
	font-size:1em;
}

A:visited 
{
	color: red;
	font-family: verdana;
	text-decoration: none;
	font-size:1em;	
}       

A:hover
{
	color:gray;
	font-family: verdana;
	font-size:1em;		
}

INPUT {
    background-color:	white;
    font-family:		verdana;
    font-weight:		normal;
    text-transform:		none;
		font-size:1em;
		border: thin;		
}


/*
TR:hover {
    background-color:	black;
    font-family:		verdana;
    font-weight:		normal;
    text-transform:		none;
		font-size:1em;
		border: thin;		
}
*/
SELECT {
    background-color:	white;
    font-family:		verdana;
    font-weight:		normal;
    text-transform:		none;
		font-size:1em;
		border: none;		
}

TEXTAREA {
    background-color:	white;
    font-family:		verdana;
    font-weight:		normal;
    text-transform:		none;
		font-size:1em;
		border: none;
		width:80%;
/*		horizontal-align:center;		*/
}

BODY
{
    background-color:	white;
    font-family:		verdana;
    font-weight:		normal;
    text-transform:		none;
		font-size:1em;		
}
.newheading
{
    text-align:center;
		vertical-align: middle;
	  font-weight:bold;
		text-decoration:underline;
}

.newpageheading {
		font-size:2em;
		font-weight:bold;
		text-align:center;
		vertical-align: middle;
  	font-family:		verdana;
    background-color:	red;				
}

.newmargin {
    margin:5px;
}

.maintable {
    border-style:none;
	  margin: 10px;
}

.newmiddle {
    text-align:center;
		vertical-align: middle;
}

.newtop {
    text-align:right;
		vertical-align: top;
		width:20%;
}

.new
{
    text-align:right;
		vertical-align: middle;				
}

.newdata
{
    text-align:left;
		vertical-align: middle;
}

.headings {
		font-size:3em;
		text-align:center;
		vertical-align: middle;
  	font-family: verdana;		
}

.header {
	font-family: verdana;
	font-size:1em;
}
.footer {
	font-family: verdana;
	font-size:1em;
}

.button {
  background-color:	white;
  font-family: verdana;
  font-weight: normal;
  text-transform:	none;
  font-size:1em;
  border: thin solid gray;
	cursor:pointer;		
}

.field {
  background-color:	white;
  font-family: verdana;
  font-weight: normal;
  text-transform:	none;
  font-size:1em;
  border: thin solid gray;		
}

.ReleaseDocTable
{
  border-width: thin; 
	border-color: white;
  border-style: none;
	font-family:	verdana;
}
.TestPlanTable
{
  border-width: thin; 
	border-color: black;
  border-style: solid;	
	width: 100%;  
	font-family: verdana;	
}
.TestPlanCellLabels
{
  border-width: thin; 
	border-color: black;
  border-style: solid;
	font-family: verdana;		
}
.TestPlanRow
{
  font-weight:bold;
	font-family: verdana;	
}
.TestPlanCellData
{
  height:50px;
	vertical-align:top;
  border-width: thin; 
	border-color: black;
  border-style: solid;	
	font-family: verdana;	
}
.TestPlanCellLabels
{
  border-width: thin; 
	border-color: black;
  border-style: solid;	
	font-family: verdana;	
}
H1	{	
	font-family: verdana;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:		verdana;
	font-size:			1.75em;
	font-weight:		700;
	font-style:			normal;
	text-decoration:	none;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	}	
		
H3	{	
	font-family:		verdana;
	font-size:			1.58em;
	font-weight:		500;
	font-style:			normal;
	text-decoration:	none;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	}	
		
H4	{	
	font-family:		verdana;
	font-size:			1.33em;
	font-weight:		500;
	text-decoration:	none;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	}	
		
H5, DT	{	
	font-family:		verdana;
	font-size:			1em;
	font-weight:		700;
	font-style:			normal;
	text-decoration:	none;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	}	
		
H6	{	
	font-family:		verdana;
	font-size:			.8em;
	font-weight:		700;
	font-style:			normal;
	text-decoration:	none;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	}	
		
.menutitle{
  margin-bottom: 1em;
  margin-left:auto;
  margin-right:auto;
  background-color:"<% = Application("Color2") %>";
  cursor:pointer;
  width:140px;
  padding:2px;
  align:center;
  text-align:center;
  font-weight:bold;
  border-style:solid;
  border-width:thin;
  border-color: "<% = Application("Color2") %>";
  font-family:verdana;	
}

.multipleMenuTitle{
  margin-bottom: 0px;
  background-color:"<% = Application("Color2") %>";
  cursor:pointer;
  width:140px;
  padding:0px;
  text-align:left;
  border:0px solid "<% = Application("Color2") %>";
	font-family:	verdana;
}

.submenu{
	margin-bottom: 0.5em;
	font-family:		verdana;	
}

.radio {
  background:red;
}

.radiogrey {
  background:"<% = Application("Color2") %>";
}