/* Default CSS Stylesheet for a new Web Application project */

/* Fonts*/
H1 {font-weight: bold; font-size: medium; word-spacing: normal; text-transform: none; color: gray; font-style: italic; font-family: Arial; letter-spacing: normal; font-variant: small-caps; text-decoration: none; background-color: #e8e8dd;}	
H2 {font-weight: 700; font-size: small; word-spacing: normal; text-transform: none; color: black; font-style: italic; font-family: Arial; letter-spacing: normal; background-color: #e8e8dd; text-decoration: none;}
H3 {font-weight: bold; font-size: x-small; word-spacing: normal; text-transform: none; font-style: normal; font-family: Arial; letter-spacing: normal; text-decoration: none; background-color: #e8e8dd;}		
.BODY {font-weight: normal; font-size: x-small; word-spacing: normal; text-transform: none; color: black; font-style: normal; font-family: Arial; letter-spacing: normal; background-color: #e8e8dd;}

/* Bullet Lists*/
.Bullet {list-style-type:disc;}	

/* Hyperlinks */
A:link {font-weight: bold; font-size: x-small; color: #3333cc; font-family: Arial; text-decoration: none;}	
A:visited {font-weight: bold; font-size: x-small;	color: #333399; font-family: Arial; text-decoration: none;}	
A:active {text-decoration: none; color:	#333399;}	
A:hover	{text-decoration: underline; color:	#3333cc;}

/* The hidden links available for crawlers */
.StaticLink {color: black; font-size: x-small; font-family: Arial;}

/* Page styles */
.PageHeaderStyle
{
	vertical-align: top;
	background-color: black;
	text-align: left;
}

.LeftMenuStyle
{
	vertical-align: top;
	background-color: black;
	text-align: left;
}

.BodyBackGround
{
	background-color: #e8e8dd;
}


.BlackBackGround
{
	background-color: black;
}

.SubTotal
{
	color: green;
	font-style: italic;
}
