body
	{
    FONT-SIZE: 90%;
    background:url(Q.jpg);
	 background-repeat: repeat-x;

    background-attachment: fixed;
    FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif;
	 
    BACKGROUND-COLOR: transparent;
	 margin-top: 0;
	 
	}
SmallFont
{
color: #666666;
font-size: smaller;
}
h1
	{
	text-align: center;
	}

p.bigfix	
 	{
 	margin-top: -.4em; 
	margin-bottom: 0em;
	}
p.margin
	{ 
	margin-left: 2em; 
	margin-top: -1.75em;
	}	

table	
	{ 
	font-size: 100%;
	margin-top: 0em; 
	margin-bottom: 0em 
	}


h1		{ font-size: 145%; 
	          margin-bottom: .5em; }

h2		{ font-size: 125%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em  }

h5		{font-size: 100%;
		margin-top: 1.2em;
		margin-bottom: .5em }

big		{  font-weight: bold; 
		font-size: 105%;  }
		
p.proclabel		{ font-weight: bold;
				font-size: 100%;
				margin-top: 1.2em }  	



ol		{ margin-top: .6em; margin-bottom: 0em; margin-left: 4em }		
ul		{ margin-top: .6em; margin-bottom: 0em }	
ol ul	{ list-style: disc; margin-top: .6em  }
ul ul	{ list-style: disc }

li		{ margin-bottom: .7em;
		margin-left: -2em }
		
		

/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ font-weight: bold;
		margin-top: 1em;
		margin-left: 1.5em;  }


dl li	{ margin-bottom: .7em }	

dl dl	{  margin-top: 0em;
		margin-left: 0em  }	


						
a:hover { }

TR.Even
{
	background-color: #F0F8FF;
}
TR.odd
{
	background-color: #E0FFFF;
}

TR.High-light
{
background-color: #FEFF84;
color: #000140;
}

.Risk
{
background-color: Red;
color: White;
}

.Yellow
{
background-color: Yellow;
color: Blue;
}


.BOLDIT
{
font-weight:bold;
}
.formdropdown {
	background : Silver;
	color : black;
	}
table.inputtext
{ text-align: center; }

.mycoolbutton
{
color: White;
background:#0096ff;
cursor:pointer;
cursor:hand;
}
.buttonGO
{
	color: White;
	background: Green;
	cursor: pointer;
	cursor: hand;
}
.buttonSTOP
{
	color: White;
	background: red;
	cursor: pointer;
	cursor: hand;
}
Table.Report
{
border: 1px solid Black;
}
.printonly
{ 
display: none; 
}


.feedbackform{
padding: 5px;
}
div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 900px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}
div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}
div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}
/*
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
*/
}
div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 900px;
height: 350px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}
div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tohoma;
width: 100%;
border: 0px solid #625e00;
background-color: #E6E6E6;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 100%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: blue;
padding: 2px 10px;
text-decoration: none;
background: transparent url(../images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: blue;
}

#vdividermenu ul li a:hover{
color: blue;
background-color: #ADC7F5;
}

#vdividermenu current {
color: blue;
background-color: white;
}
