/** General Content for the page 

PRIMETEST BLUE =      #09c

*/

body {
	text-align:left;
	font-size: 0.8em;
	font-family: Verdana, Arial, san-serif;
}

#content {
	width:836px;
	height:498px;
	overflow: auto;
}

#table1 {
	margin-left: auto;   	margin-right: auto;
}

#tableoptions {
	margin-left: auto;   	margin-right: auto;
	margin-top: -20px;
	margin-bottom: -20px;
	text-align: left;
	border: none;
	line-height: 22px;
}

#tdoptions {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;	
}

#footer {
	padding-top: 6px;
	border-top: #cc0000 solid 1px;
	color:#cc0000;
	text-align:center;
	width:600px;
	height:50px;
}

#footer2 {
	border-top: #cc0000 solid 1px;
}

/** END General Content */


p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.3em;
}

h1, h2, h3 {
	text-align: center;
}

a {
	color: black;
	text-decoration:none;
	border:none;
}



a img {	border:0;}

a:hover {
	color: red;
}

a:active {
	color: maroon;
}

ul {
	list-style-type: none;
	line-height: 23px;
	margin: 0;
	padding: 0;
}

li {
	background-image: url(images/bulletline.png);	background-repeat: no-repeat;	background-position: 0 .7em;	padding-left: 3.3em;
}


/** Title for Main Machine pages (class)*/

.title {
	Margin-top: 15px;
	text-align: left;
	font-size: 1.2em;
	background: url(images/redpixel.gif) repeat-x center;
}


/** Large heading for individual Machine pages (class) Light Blue Large Font*/

.machineheading {
	font-size: 2.5em;
	color: #09c;
}

/** Large heading (class) BLACK medium Font*/

.mediumheading {
	font-size: 1.5em;
	color: black;
}

/** Smaller heading (class) BLACK smaller Font*/

.smallheading {
	font-size: 1.1em;
	color: black;
}
.mainp {	
	font-size: 1.05em;
	line-height: 1.5em;
}


form  {
	padding-left: 30px;
	padding-right: 30px;
}

/** ROUNDED BOX */

.box {
background: white url(images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
background: url(images/bottom-right.gif) no-repeat right bottom;
padding-bottom: 4px;
}

.box-inner {
background: url(images/top-left.gif) no-repeat left top;
}

.box-topright {
background: url(images/top-right.gif) no-repeat right top;
padding-top: 4px;
}

.box h2, .box h3, .box p {
padding-left: 5%;
padding-right: 5%;
}

/** ROUNDED BOX */


