﻿/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #003366;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, table
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	color:#003366;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	color:#003366;
	}	


a
{
	text-decoration: none;
	color: #003366;
}	
A:link
{
	text-decoration: none;
	color: #003366;
}	
		
A:visited
{
	text-decoration: none;
	color: #003366;
}	
		
A:active	{	
	text-decoration:	none;
	color: #003366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #003366;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*css styles from Jenny*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003399;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.Jennytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;

}
.subheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003399;
}
.bottomline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.border {
	border: thin solid #003399;
}
.smtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
}
.whheader {


	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.textind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	padding: 4px 4px 4px 12px;


}
.smheader {


	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003399;
}
.rightborder {
	border: thin solid #CC3366;
}
.barback {
background-image: url(Images/blue_bar.gif);
background-repeat: repeat-x;
}
.borderwphoto {
border: thin solid #003399;
background-image: url(Images/SalesMeeting.jpg);
background-repeat: no-repeat;
}
.textpkbld {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
line-height: normal;
font-weight: bold;
color: #FF0066;

}
legend
{
	color: #003366;
}
input
{
	color: #003366;
	border-width:1px;
	border-style:solid;
}

select
{
	color: #003366;
	border-width:1px;
	border-style:solid;
}
