/*

DESCRIPTION
    Cascading Style Sheet for Lantzy.com; to use, place following text in <HEAD>:
    
    <link REL="STYLESHEET" TYPE="text/css" HREF="/style.css">

*/

<!-- color ref
 color: #0000FF; /* blue */
 color: #3366FF;  /* medium blue */
 color: #800080; /* purple */ 
 color: #FF0000; /* red */
 color: #FFFFFF; /* white */
 color: #000000; /* black */
 color: #666666; /* "dirty" green */
 color: #c0c0c0; /* gray */
 color: #FFFFCC; /* light yellow */
 color: #FFCE00; /* yellowish orange */
-->

BODY
{
    background-color: #982306; /* white */
    margin: 0px;
    margin-bottom: 10px;
}

.divpad
{
    padding-bottom: 14px;
}

A:link
{
    color: #CCFF33; /* black */
    text-decoration: none;
}

A:active
{
    color: #FFFF00; /* purple */ 
    text-decoration: none;
}

A:visited
{
    color: #CCFF99; /* red */
    text-decoration: none;
   
}

A:hover
{
    color: #FFFFFF; /* white */
    background-color: #666666; /* medium blue */
}

.common-footer
{
    text-align: center;
    font-family: arial,sans-serif;
    font-size: 8pt;
}

A.common-footer:link
{
    color: #0000FF; /* blue */
}

A.common-footer:visited
{
    color: #0000FF; /* blue */
}

A.common-footer:hover
{
    color: #FFFFFF; /* white */
    background-color: #3366FF; /* medium blue */
}

A.standardTextLink:link
{
    color: #0000FF; /* blue */
}

A.standardTextLink:visited
{
    color: #0000FF; /* blue */
}

A.standardTextLink:hover
{
    color: #FFFFFF; /* white */
    background-color: #3366FF; /* medium blue */
}

.last-updated
{
    text-align: right;
    font-family: arial,sans-serif;
    font-size: 8pt;
    margin-right: 6px;
}

.main-content            /* main content of web page without navigation */
{
    margin-left: 6px;
    margin-right: 6px;
}




A.sectionHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

A.sectionHeader:link
{
    color: #666666; /* "dirty" green */
}

A.sectionHeader:visited
{
    color: #666666; /* "dirty" green */
}

A.sectionHeader:hover
{
    color: #FFFFFF; /* white */
    background-color: #3366FF; /* medium blue */
    text-decoration: underline;
}

.bulletList
{
    position: relative;
    left: - 25px;
    top: -3px;
}

.smalltext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

A.smalltext:link
{
    color: #0000FF; /* blue */
}

A.smalltext:visited
{
    color: #0000FF; /* blue */
}

A.smalltext:hover
{
    color: #FFFFFF; /* white */
    background-color: #3366FF; /* medium blue */
}

.smalltextOutage
{
    color: #FFFF00; /* yellow */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    margin: 0px;
}


.questionText
{
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  
}

.answerText
{
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;	

}

.menuBar
{
	background-color: #000000; /* black */
	color: #FFFFFF; /* white */
}

.upperRight
{
	color: #000000; /* black */
	background-color: #FFFFFF; /* white */
	font-family: Arial;
	font-size: 12pt;
	font-weight: ;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	cell-align: center;
	text-align: justify;
}

.menuText
{
	color: #000000; /* black */
	background-color: #c0c0c0; /* gray */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;

}

.generalContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 1em 1em 1em;
	text-align: justify;

}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 1em 1em 1em;
	text-align: right;
	font-style: italic;
}

.nav {
background-color: #336;
color: #aaa;
}

.nav A:link, .nav A:visited { color: #fff; }
.navHighlight A:link, .navHighlight A:visited { color: #fff; }
.navGroup A:link, .navGroup A:visited { color: #fff; }

.navHighlight {
background-color: #c00;
color: #fff;
}

.navGroup {
background-color: #666;
color: #fff;
}


.headlineText
{
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    font-weight: bold;
    padding: 1em 1em 1em 
}

