/* style sheet for GOM Smart Created by Larry White 2009*/
pre {
display:none;
}
body  {
	font-family:Arial,sans-serif
	font-size:10pt;
	color: #000;
	background-color: #FBFFFF;
	margin: 0.25in;
	}

H1 {
	margin-left:0.05in; 
	position:relative; 
	top:-6; 
	text-align:center;
	font-weight:bold; 
	font-size:18; 
	font-family:Verdana,sans-serif; 
	color:#140000;
	}

H2   {
	margin-left:0.25in; 
	position:relative; 
	top:-16; 
	text-align:center;
    font-size:13; 
	font-family:Verdana,sans-serif; 
	color:#140000
	}
	
TABLE  {
	position:relative; 
	top:-10; 
	valign:top; 
	table-layout:fixed; 
    border-collapse:collapse;
	}
	
TD   {
	text-align:center;
	font-weight:bold; 
	font-size:11pt; 
	/*border-color:#6495ED;*/
	/*border-color:#BA1122;*/
	border-color:#3056b5;
	}

.tsel  {
	color:#FFFFFF; 
	/*background-color:#BA1122;*/
	background-color:#3056b5;
	}

.tun   {
	/*color:#8B0000; 
	background-color:#EACAC8; */
	color:#000080;
	background-color:#c4d2ed;
	}

.tover {
	/*color:#CD0000; 
	background-color:#FBD6D3; */
	color:#000080; 
	background-color:#f0f3f9; 
	cursor:hand;
	}

.f   {
	background-color:#FFFFFF; 
	/*border:'1.5pt solid #6495ED'; */
	/*border:1.5pt solid #BA1122;*/
	border:1.5pt solid #3056b5;
    position:relative; 
	top:-10;
	}

.ph1  {
	/*color:#600000;*/
	color:#3056b5;
	font-weight:bold; cursor:}

.ph2  {
	margin-left:0.2in; 
	/*color:#2E8B57;*/
	color:#3056b5;
	font-weight:bold; cursor:}

.pover1 {
	/*color:#BA1122; */
	color:#3056b5;
	font-weight:bold; 
	cursor:hand}

.pover2 {
	margin-left:0.2in; 
	/*color:#BA1122; */
	color:#3056b5;
	font-weight:bold; 
	cursor:hand}

.pn  {
	/*color:#00008B; */
	color:#100000; 
	font-weight:bold;
	}

.pv  {
	font-family:Verdana,sans-serif; 
	line-height:135%;
    /*color:#191970;*/
	color:#100000;	
	margin:0in 0.15in 0.75in 0.15in;
	}

.pe1  {margin-left:0.2in}
        
.pe2  {
	margin-left:0.25in; 
	font-weight:normal; 
    /*color:#191970;*/
	color:#100000;
	}

.lt  {line-height:115%}

.lt2  {
	line-height:115%; 
	margin-bottom:1mm;
	}

.sr1  {margin-left:0in}

.sr2  {margin-left:0.2in}

.sr3  {margin-left:0.4in}
 
.srh1  {
	color:#000060; 
	font-weight:bold; 
	margin-left:0in;
	}

.srh2  {
	color:#000060; 
	font-weight:bold; 
	margin-left:0.2in;
	}

.name   {
	margin-left:0.05in; 
	position:relative; 
	top:-6; 
	text-align:center;
    font-weight:bold; 
	font-size:18; 
	font-family:Verdana,sans-serif; 
	color:#006400;
	}
	
.sub   {
	margin-left:0.25in; 
	text-align:center; 
	position:relative; 
	top:3; 
    font-weight:bold; 
	font-size:13; 
	font-family:Verdana,sans-serif; 
	color:#006400;
	}

.search   {
	margin:0in 0.15in 0.75in 0.15in; 
    color:#191970; 
	font-family:Verdana,sans-serif; 
	font-size:13;
	}
	
.head   {color:#006400}

	
/* meta navigation */

#navigation {
	font-size: 135%;
  	letter-spacing: 2px;
  	text-align: center;
  	color: #c2191e;
  	margin-top: 1.5em;
  	}

#navigation ul {
	list-style: none;
	}

#navigation li {
    display: inline;
    margin-top: 3em;
    padding: 4em 1.5em 0em 0em;
    }

#navigation a:link, #navigation a:visited {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    }

#navigation a:hover {
	color: #c2191e;
	background-color: inherit;
	text-decoration: none;
	} 

#navigation a.current {
    color: #c2191e;
    background-color: inherit;
    text-decoration: none;
    }

* html #navigation a {
    width: 100%;
    }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
	
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.red {
	color: #c2191e;
	background-color: inherit;
	}

.link-text {
	-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		}

ul li{
	-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		}
span {
	-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		}

/* end style sheet for GOM Smart */
