

body {
   /*transform: scale(0.9);
   transform-origin: 0 0;*/
   /* add prefixed versions too. */
	margin: 0px;
	background-color: #d9d9d9;
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:  15px;
	padding-left:   15px;
	padding-bottom: 15px;
	padding-top:    15px;
	}
	
table {
	font-size: 11pt;
	/*color: #000;
	color:#191970;
	color:#2171b5;*/
   color:#2166ac;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
	}
tr:first-of-type td:first-of-type {
  border-top-left-radius: 5px;
}
tr:first-of-type td:last-of-type {
  border-top-right-radius: 5px;
}
tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}
tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}
th {
   height: 30px;
   border: 0px;
}

	/*width: 1009px*/
table.standardContent {
	width: 70% 
    }

td {
	 /*font-size: 13px; color: #000000;*/ 
      font-family: Arial, Helvetica, sans-serif
	}
.td-highlight {
	background-color: #deebf7;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
   padding: 10px;
   margin: 10px;
}
.td-highlight-top-rounded {
	background-color: #f0f0f0;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
   padding: 10px;
   margin: 10px;
}
.td-highlight-bottom-rounded {
	background-color: #f0f0f0;
   border-color: #000;
   border-width: 2px;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
   padding: 10px;
   margin: 10px;
}
	
form {
	font-size: 14px; color: #000000; font-family: Ubuntu, sans-serif;
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px
	}

input {
	font-size: 14px;
   color: #000000;
   font-family: Ubuntu, sans-serif;
   border-radius: 6px;
   border-color: #bdbdbd;
   padding: 5px;
   margin: 5px;
	}

select {
	font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif
	}
h1 {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
}

h2 {
	font-size: 16px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold
	}

h3 {
	font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold
	}

h4 {
	font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold
	}

h5 {
	font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold
	}

h6 {
	font-size: 11px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold
	}
p {
	font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: normal 
	}
	
ul {
	/*list-style-image: url(../../images/plus.gif);*/
	}	
	
	


	
img { 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	//display: block; // to fix extra padding on IE8 - had side effects
}

a {
    text-decoration: none;
    color: #006699;
    font-style:normal;
}

a:active
{
                 outline:none;
}

a:focus
{
                 -moz-outline-style:none;
}


a:hover { color: #E06C1F; text-decoration: none; }

.STORMLogo {
	background-color: #000;
}

.siteNav {
	background-color: #bdbdbd;
}
	
.headerLnk {
	color: #cccccc;
	line-height: 18px;
	}
	
.footerLnk {
	color: #fff;
	line-height: 18px;
	}

.header_footer_main {
	background-color: #000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.sitenav {
	background-color: #666666;
}

