
/******************************************************************************
* Defines default styles for My Site.                                         *
******************************************************************************/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:0px;
	margin-left:0px;
}

a, a:link, a:visited, a:active {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration:none;
}

a {
    outline: none;
 }
a img {
    border:none;
 }

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}
h5 {
  font-size: 90%;
}
h6 {
  font-size: 80%;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

textarea, input, select, radio, checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/****************************************************************************************************
*Styles used in SBT Style Dropdown                                                         *
****************************************************************************************************/
.depthead {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	font-family: georgia;
}

.deptsubhead {
	color: #003366;
	font-size: 16px; 
	font-weight: bold; 
	font-family: georgia; 
}

.texthighlight {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	font-family: "sans-serif",Arial,"MS Sans Serif";
}
.rowhead {
	background-color: #003366;
	color: #FFFFFF;
	padding: 5px;
}
.h1blue {
	color: #003366;
         font-family: georgia;
	font-size: 18px;
	font-weight: bold;
}
.h2blue {
	color: #003366;
         font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}
.h3blue {
	color: #003366;
         font-family: georgia;
	font-size: 14px;
	font-weight: bold;
}
.bluebox {
	background-color: #003366;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}
.sideNav {
   font-family: 'Verdana', 'Arial', 'Helvetica';
   font-weight: Normal;
   text-decoration: underline;
   color: #FFFFFF;
}
.boldtest {
	font-weight: bold;
}
/****************************************************************************************************
*Buttons Added by KJ 12/06/07                                                          				*
****************************************************************************************************/
.coloredButtons {
  color:#FFFFFF; 
  background: #003366; 
  font-family:"sans-serif",Arial,"MS Sans Serif";
  font-weight: bold;
}
