/* web mentor style sheet */

html, body {
	height: 100%;
	}

body {
	padding: 2em;
	margin: 0em;
	font-family: verdana, sans, arial, helvetica, sans-serif;
	font-size: .8em;
	}

/* header section */
.header {
	/*width: 100%;*/
	text-align: center;
	}

.topSection {
	margin: 0em;
	padding: 0em;
	width: 100%;
	height: 30px;
	background-color: #CCCCCC;
	}
.topSection  image{
	margin: 0em;
	padding: 0em;
	height: 30px;
	}

.topLeft {
	width: 45%;
	height: 100%;
	text-align: left;
	background:url(../images/blue-fade.jpg) left repeat-y;
	float: left;
	clear: none;
	}
.topRight {
	width: 45%;
	height: 100%;
	text-align: right;
	background:url(../images/blue-fade2.jpg) right repeat-y;
	float: right;
	}
.topLogo{
	text-align: center;
	clear: both;
	}

/* horizontal divides */
.hdivide {
	width: 100%;
	line-height: .6em;
	clear: both;
	margin-bottom: 1em;
	background-color: #003399;
	}

.hdivide2 {
	width: 20%;
	line-height: .6em;
	margin-top: .8em;
	margin-bottom: .8em;
	background-color: #003399;
	}

/* section for company logo or graphic */
.logo {
	clear: none;
	text-align: right;
	float: right;
	width: 46%;
	}

.nav {
	float: left;
	width: 46%;
	line-height: 1.6em;
	padding: .4em;
	margin: .2em;
	}

/* content section */
.content {

	}

table {
	clear: both;
	}

/* spectab */
.spectab h1 {
	text-align: center;
	color: #003399;
	}

.spectab h2 {
	text-align: center;
	color: #FF9900;
	}

.spectab h3 {
	text-align: center;
	}

.spectab table {
	width: 80%;
	margin-left: 10%;
	border-collapse: collapse;
	}

.spectab td {
  padding: .1em;
	border: .06em solid #c0c0c0;
	text-align: center;
	font-size: 1em;
	}

.spectab td a {
	text-decoration: none;
	color:#0000ff ;
	}

.spectab td a:visited {
	text-decoration: none;
	color:#0000ff ;
	}

.spectab td a:hover {
	text-decoration: underline;
	color:#0000ff;
    }

/*table of contents section*/
.toc h1 {
	text-align: center;
	}

.toc h2 {
	text-align: center;
	}

.toc h3 {
	text-align: center;
	}

.toc table {
	width: 80%;
	margin-left: 10%;
	border-collapse: collapse;
	}

.toc td {
	padding: .1em;
	border: .06em solid #c0c0c0;
	text-align: center;
	font-size: 1em;
	}

.toc td a {
	text-decoration: none;
	color:#000000 ;
	}

/*tables section*/
.tables table {
	}

.tables td {
	font-size: .8em;
	padding: .1em;
	}

.tables a {
	text-decoration: none;
	font-size: .9em;
	color: #0066cc;
	}

.tables a:hover {
	text-decoration: underline;
	}

.tables hr {
	width: 90%;
	}

/*table footer section*/
.tfooter {
	font-size: .75em;
	text-align: center;
	}
center { /* this tag is obsolete and the html should be changed */
	font-size: .75em;
	}

/* default text size for text in tables */
td {
    font-size: .7em;
    }

/*link styles*/
a  {
    text-decoration: none;
    }
a:link {
    color: #000000;
    }
a:visited {
    color: #000000;
    }
a:hover {
    text-decoration: underline;
    color: #0000ff;
    }

.foot a:link {
    color: #0000ff;
    }
.foot a:visited {
    color: #0000ff;
    }
.foot a:hover {
    text-decoration: underline;
    color: #0000ff;
    }

.banner  {
    text-align:center;
    }
.banner a {
    color: #000000;
    }

/* styles for different table elements */
.vper {
    color:#009900;
    text-align:center;
    }

.stat {
    color:red;
    }

.stub  {
	}

.stub a {
    color: #000000;
    }
	
.comm  {
	}

.freq {
    text-align:center;
    }

.freq a {
    color: #000000;
    }

.ondemand {
    font-size: 1.2em;
    }
    
.ondemand table {
    border-collapse: collapse;
    } 
        
.ondemand td {
    border: .06em solid #c0c0c0;
		padding: .2em;
    } 
    
.ondemand h2 {
    text-align: center;
    color: #003399;
    }  
    
.ondemand th {
		color: #ff9900;
		font-size: 1em;
		padding: .1em .3em .1em .3em;
    }

.ondemand fieldset {
	border: none;
	}

.ondemand legend {
	font-size: .9em;
	color:#003399;
	}

.baseweight {
	font-size: .8em;
	}

	           
.radbut {
        text-align:center;
        }                
