/* Default CSS Stylesheet for a new Web Application project */
.ContentTable
{ 
	border:1px solid #5A595A; 
}

.Option
{
	font-family:Verdana,Arial; font-size:8pt; color:#5A595A;
}

.HomeInfo 
{ 
	font-family:Verdana,Arial; font-size:12pt; color:#5A595A; 
}

.HomeInfoSmall
{ 
	font-family:Verdana,Arial; font-size:10pt; color:#5A595A; 
}


.Info 
{ 
	font-family:Verdana,Arial; font-size:8pt; color:#5A595A; 
}

.InfoMedium
{ 
	font-family:Verdana,Arial; font-size:9pt; color:#5A595A; 
}

.InfoDark
{ 
	font-family:Verdana,Arial; font-size:8pt; color:#000000; 
}

.InfoTitle 
{ 
	font-family:Verdana,Arial; font-weight:bold; font-size:10pt; color:#5A595A; 
}

.RedLink 
{ 
	font-family:Verdana, Arial; font-size:8pt; color:red; 
}

.RedLinkBig
{ 
	font-family:Verdana, Arial; font-size:10pt; color:red; 
}

.RedNavLink 
{ 
	font-family:Verdana, Arial; font-size:9pt; color:red; 
}
	
.RedInfo 
{ 
	font-family:Verdana, Arial; font-size:8pt; color:red; 
}

.RedInfoBold
{ 
	font-family:Verdana, Arial; font-size:8pt; font-weight:bold; color:red; 
}

.RedInfoBoldBig
{ 
	font-family:Verdana, Arial; font-size:12pt; font-weight:bold; color:red; 
}

 .contentwindow
 {
	 SCROLLBAR-FACE-COLOR: #949694;
	 SCROLLBAR-HIGHLIGHT-COLOR: #949694;
	 SCROLLBAR-TRACK-COLOR: #CECECE;
	 width:644px;
 }
 
 .contentwindowwithphoto
 {
	 SCROLLBAR-FACE-COLOR: #949694;
	 SCROLLBAR-HIGHLIGHT-COLOR: #949694;
	 SCROLLBAR-TRACK-COLOR: #CECECE;
	 width:611px;
 }
 
 .contentwindowbig
 {
	 SCROLLBAR-FACE-COLOR: #949694;
	 SCROLLBAR-HIGHLIGHT-COLOR: #949694;
	 SCROLLBAR-TRACK-COLOR: #CECECE;
	 width:894px;
 }