/*  
File:        	/netsea_styles.css
Application: 	NETSEA.org

Written by:   Dan Cote

VSS Notes:
$$Author: $ 
$$Revision: $
Last Modified $$Modtime: $
Last Checkin $$Date: $

Updates
Date       | Who | Notes
-----------+-----+--------------------------------------------------------------
*/

/*----------------------------------------------------------------------------*/
/* General overall page styles                                               */
/*----------------------------------------------------------------------------*/

.body {
  background-color : d5d6d8;
  margin: 0px 0px 0px 0px;
}

.bodytext {
  margin: 0px 0px 0px 0px;
  color: #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  line-height: 20px;
}

.tableheader {
  margin: 0px 0px 0px 0px;
  color: #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-weight: bold;
  line-height: 15px;
}

.subhead {
  font-family : Arial, Helvetica, sans-serif;
  color: #003399;
  font-weight: bold;
  font-size : 14px;
  line-height: 20px;
}
  
.title {
  font-family : Arial, Helvetica, sans-serif;
  color: #cc6600;
  font-weight: bold;
  font-size : 13px;
  line-height: 20px;
}
  
.hometitle {
  font-family : Arial, Helvetica, sans-serif;
  color: #cc6600;
  font-weight: bold;
  font-size : 14px;
  line-height: 20px;
}
  
.subtitle {
  font-family : Arial, Helvetica, sans-serif;
  color: #cc6600;
  font-weight: bold;
  font-size : 13px;
  font-style: italic; 
  line-height: 20px;
}
  
p {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

a:link {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  line-height: 17px;
  color: #006699;
  background-color: transparent;
  text-decoration: none;

}

a:visited {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  line-height: 17px;
  color : #006699;
  background-color: transparent;
  text-decoration: none;

}

a:hover {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  line-height: 17px;
  color : #6699cc;
  background-color: transparent;
  text-decoration: underline;
}

td {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #000000;

}

div {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #000000;
  background-color: transparent;
}

b, strong {
  font-weight:     bold; 
}

i, em {
  font-style:      italic; 
}

.navLink:link {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  line-height: 100px;
  color : #006699;
  background-color: transparent;
}

.navLink:visited {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #ff9900;
  background-color: transparent;
}

.navLink:hover {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #ffcc00;
  background-color: transparent;
}


/*----------------------------------------------------------------------------*/
/* Page Text Header */

.header {
  font-family: Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-decoration : none;
}

.homeheader {
  font-family: Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-decoration : none;
}

/*----------------------------------------------------------------------------*/
/* Custom text */
.errorText {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
  text-decoration : none;
}


/*----------------------------------------------------------------------------*/
/* Footer Styles  */
.footerLink:link {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #006699;
  background-color: transparent;
}

.footerLink:visited {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #ff9900;
  background-color: transparent;
}

.footerLink:hover {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #6699cc;
  background-color: transparent;
  text-decoration: underline;
}

.footerText {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
  background-color: transparent;
}

