/* Default CSS Stylesheet for a new Web Application project */

BODY{
	margin-top: 0px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

P	{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	}
LI
{
	text-align: left;
}

TD	{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.4;
	}


A
{
	font-size: 9pt;
	color: #182d70;
	text-decoration: underline;
}
INPUT, TEXTAREA, SELECT	{
						border : 1px solid #358BC5;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 7pt
						}
				
.heading1	{
			font-size: 14pt;
			color: #182d70;
			color: #182d70;	
			}

.heading2	{
			font-size: 10pt;
			color: #182d70;	
			 font-weight:bold ;		
			}

.heading3
{
	font-weight: bold;
	font-size: 9pt;
	color: #182d70;
	font-style: italic;
}
.home
{
	font-size: 10pt;
	color: white;
	font-style: italic;
	font-family: Verdana;
}
			
.subMenu	{
			font-size: 6pt;
			color: #BFAFBF
			}
.languageLinks	{
			font-size: 7pt;
			color: #000000;
			text-decoration: none;
			}
		

.big	{
		font-size: 9pt
		}

.bigger	{
		font-size: 11pt
		}

.biggest	{
			font-size: 12pt
			}

.small	{
		font-size: 7pt
		}

.smaller	{
			font-size: 6pt
			}

.smallest	{
			font-size: 5pt
			}
.FooterA	{
		font-size: 8pt
		}

.FooterB	{
			font-size: 7.5pt
			}

.FooterC	{
			font-size: 7pt
			}
.black	{
		color: #000000
		}

.white	{
		font-size: 7pt;
		color: #FFFFFF
		}

.lightGrey	{
			color: #808080
			}

.orange	{
		color: #FFAA00
		}

.purple	{
		color: #722F81
		}
		
.red	{
		color: #FF0000
		}
.darkRed {
		color: #950000	
		 }		
		
.darkBlue 	{
			color: #003366
			}

.mono	{
		font-family: Courier New, Courier, monospace;
		}

.bold 	{
		font-weight: bold;
		}

.hardrule 	{
			position: relative;
			top: -5px
			}

.breadCrumbs	{
				font-size: 7pt;
				color: #000000;
				}


.footer 	{
			font-size: 7pt;
			color: #FFFFFF;
			text-decoration: underline;
}

A.footer 	{
			font-size: 7pt;
			color: #FFFFFF;
			text-decoration: underline;
}
A.footer:Hover 	{
			font-size: 7pt;
			color: #FFFFFF;
			text-decoration: none;
}		
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


.header1, h1
	{
	color: #ffffff; 
	background: #EFEFEF; 
	font-weight: bold; 
	font-family: Verdana, Tahoma; 
	font-size: 13px; 
	margin: 0px; padding: 2px;
	}
.header2, h2
	{
	color: #000000; 
	background: #EFEFEF; 
	font-weight: bold; 
	font-family: Verdana, Tahoma; 
	font-size: 12px;
	}
.submit {
	background-color: #ffffff;
	border-width: 1;
	border-style: solid;
	border-color: #990000;
}
.TopLine
{
	background-color:#182d70;
	color:White;
	font-weight:bold;
}
.normal
{
	font-size: 9pt;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.Content
{
	padding-right: 30px;
	padding-left: 25px;
	font-size: 9pt;
	padding-bottom: 15px;
	color: black;
	padding-top: 15px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-color: #DBE7F2;
}
.Highlight
{
	border-right: #ffcc33 2px solid;
	border-top: #ffcc33 2px solid;
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65, FinishOpacity=65, Style=1, StartX=0, FinishX=100);
	border-left: #ffcc33 2px solid;
	border-bottom: #ffcc33 2px solid;
	font-family: Verdana,arial;
	background-color: #ffffff;
}
.Print 
{
	display: none;
}
.Screen
{
	display: inline;
}
.MainTable
{
	width: 100%;
	BORDER-RIGHT: navy 1px solid; 
	BORDER-TOP: navy 1px solid; 
	BORDER-LEFT: navy 1px solid; 
	BORDER-BOTTOM: navy 1px solid
}

