/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, sans-serif;
    font-size: 80%;
    margin: 0 0 0 0;
		color: black;
}



.hrTitle
{
	padding:0;
	margin:0;
	border-bottom: 2px dotted #A1A1A1;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}



TD
{
	font-size:80%;
	font-family: Arial, Sans-Serif;
	font-color: yellow;
}

TD.headingCell
{
	background-color:White;
	border-bottom: 2px dotted #A4A4A4;
}

TD.infoTable
{
	background-color: #f1f1f1;
	padding-left: 4px;
}

.infotable A:link { text-decoration:	none;	font-weight: bold;	color:	#1118A2;}
.infotable A:hover { text-decoration:	none;	font-weight: bold;	color:	#1118E2;}
.infotable A:visited { text-decoration:	none;	font-weight: bold;	color:	#1118A2;}


TD.newsTable
{
	padding-left: 4px;
}
.newsTable A:link { text-decoration:	none;	font-weight: bold;	color:	#343FA5;}
.newsTable A:hover { text-decoration:	none;	font-weight: bold;	color:	#343FA5;}
.newsTable A:visited { text-decoration:	none;	font-weight: bold;	color:	#343FA5;}


TD.archiveHeader
{
	font-size:100%;
	background-color: #DDDDEF;
	padding: 1px;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
TD.archiveHeaderSelected
{
	font-size:110%;
	font-weight: bold;
	color: blue;
	background-color: #B4B4CF;
	padding: 1px;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
.archiveHeader A:link { text-decoration:	none;	font-weight: bold;	color:	#1118A2;}
.archiveHeader A:hover { text-decoration:	none;	font-weight: bold;	color:	#1118E2;}
.archiveHeader A:visited { text-decoration:	none;	font-weight: bold;	color:	#1118A2;}


.minorHeading 
{
	font-weight: bold;
	color: #616892;
}

.productHeader
{
	font-weight: bold;
	font-size: 170%;
	color: #616892;
}

.paragraphHeader
{
	font-weight: bold;
	font-size: 120%;
	color: #616892;
}

.newsTitle
{
	font-size:150%;
	font-weight: bold;
	color: #616892;
}

.tableTitle
{
	font-weight:bold;
	font-size: 100%;
	color: #F4F4F4;
}

.NavTree
{
	font-size:100%;
	font-weight:bold;
	color: #616892;
}

.pictureText
{
	font-weight: bold;
	font-size: 100%;
	color: #313862;
}

.imgProduct
{
	border: 1px solid black;
	margin-right: 10px;
	margin-left: 10px;
}


A:link	{	
	text-decoration:	none;
	font-weight: bold;
	color:	#CC0202;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#BB6161;
	}	
		
		
A:hover	{	
	text-decoration:	none;
	color:	#FF0000;
	}

.button
{
	font-family: Sans-Serif;
	background-color:#4C5173;
	color: White;
	border: 1px solid #CACDE1;
	font-size: 90%;
}

.textbox
{
	background-color: #CACDE1;
	color: Black;
	border: 1px dotted black;
	font-size: 90%;
}

.boxControl
{
	font-family: Sans-Serif;
	background-color: #EAEDF1;
	color:Black;
	border: 1px solid black;
	font-size: 9pt;
}
	
