/* UNIVERSAL */ 
.error {
          font-family: "Arial";
          font-size: 9pt;
          font-weight: bold;
          text-decoration: none;
		  text-align: left;
          vertical-align: middle;
		  border-top: 1px solid #FFFFFF;
          border-bottom: 1px solid #FFFFFF;
          border-left: 1px solid #FFFFFF;
          border-right: 1px solid #FFFFFF;
          color: black;
          background-color: #FFFFFF;
        }

.instruction {
          font-family: "Arial";
          font-size: 8pt;
          font-weight: bold;
          text-decoration: none;
		  text-align: left;
          vertical-align: middle;
		  border: 1px solid #000000;
          color: #006699;
          background-color: #FFFFFF;
        }
		
.note {
          font-family: "Arial";
          font-size: 8pt;
          font-weight: bold;
          text-decoration: none;
		  text-align: left;
          vertical-align: middle;
		  border: 1px solid #000000;
          color: #CC3300;
          background-color: #FFFFff;
        }

.highlight {
	font-family: "Arial";
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: Olive;
	
}

/* ************ LINKS ************* */
		
.link { 
		font-family: Arial; 
		font-size: 9pt;
		font-weight: bold;
		color: #333399;
		text-decoration: none 
        }

a:hover.link {
	color : #CC0033;
	text-decoration: underline
	       }
	       
	       
.link1 {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: 333399;
}

A:hover.link1{
	color : #CC0033;
	text-decoration: underline
	}
		       
.link2 {
	font-family: Arial;
	font-size: 8pt;
	color: #333399;
	text-decoration: none;
}

a:hover.link2{
	color : #CC0033;
	text-decoration: underline
	       }

   
.link3 { 
		font-family: Arial; 
		font-weight: bold;
		font-size: 8pt;
		color: #FFFFFF;
		text-decoration: none 
        }

a:hover.link3{
	color : #000000;
	       }
		   
.link4 { 
		font-family: Arial; 
		font-weight: bold;
		font-size: 9pt;
		color: #333399;
		text-decoration: underline
        }

a:hover.link4{
	color : #CC0033;
	       }

.link-title { 
		font-family: Arial; 
		font-size: 10pt;
		color: #333399;
        font-weight: bold;
		padding-top: 3px;
        height: 16px;
		text-decoration: none; 
        }
		
a:hover.link-title{
	color : #CC0033;
	       }
/* DocShare */
.link-doc {
	font-family: Arial;
	font-size: 8pt;
	color: #333399;
	text-decoration: underline;
}

a:hover.link-doc{
	color : #CC0033;
	text-decoration: underline
	       }
		   
.link-cat {
	font-family: Arial;
	font-size: 10pt;
	color: #333399;
	font-weight: bold;
	padding-top: 3px;
	height: 18px;
	border-bottom: 1px solid #CC6666;
	text-decoration: none;
}
		
a:hover.link-cat{
	color : #CC0033;
	       }
		   

		
.link-catsm { 
		font-family: Arial; 
		font-size: 8pt;
		color: #333399;
        font-weight: bold;
		padding-top: 3px;
        height: 18px;
		border-bottom: 1px solid #CC6666;
		
		text-decoration: none; 
        }
		
a:hover.link-catsm{
	color : #CC0033;
	       }

/* ************ FORM ELEMENTS ************* */		     
	
.text-box     {  border:1px solid #CC6666;
				 font-family: Arial;
				 font-size: 8pt;
				 background-color: #FFFFFF;
				 height: 18px; 
			 }
			 

			 
textarea     {  border:1px solid #CC6666;
				 font-family: Arial;
				 font-size: 8pt;
				 background-color: #FFFFFF;
				 
			 }
			 
.button2     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099;
	font-style: bold;
	border-left: 1px solid #996666;
	border-top: 1px solid #996666;
	border-right: 1px solid #996666;
	border-bottom: 1px solid #996666;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	background-color: #EEEEEE;
	height: 18px;
}
		   
.dropdown     {
	font-family: Arial;
	color: #000099;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:1px solid #B15555;
}
			
.dropdown2     {  
				 font-family: Arial;
				 color: #000000;
				 font-weight: normal;
				 font-size: 8pt;
				 background-color: #FFFFFF;
				 
			}
			
/* ************ TEXT ************* */

.text-1     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003464;
	font-size: 10pt;
	font-weight: normal;
	text-align:justify;
	
} 
				
.text-2     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003464;
	font-size: 8pt;
	font-weight: normal;
}

.text-3     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003464;
	font-size: 10pt;
	font-weight: normal;
	
	
}
				
.text-bold     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #731D4C;
	font-size: 10pt;
	font-weight: bold;
	
} 
				
.text-boldw     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
} 

.text-blue    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 8pt;
	font-weight: normal;
} 
				
.text-black    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}  


/* DIV TAGS for Portfolio 3 layout */

#main-div {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:400px;
	
}

#body-div {
	position:absolute;
	left:80px;
	top:80px;
	width:700px;
	height:320px;
	background-color: #660000;
}

#screen-div {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:300px;
	background-color: #5A4F4F;
	color: #FFFFFF;
	text-align: center;
}

#divUp   {position:absolute; left:620px; top:140px;}

#divDown {position:absolute; left:620px; top:160px;}

/* divScrollTextCont positions the text area, divText sets the font style */
#divScrollTextCont {
		position:absolute;
		left:340px;
		top:140px;
		width:270px;
		height:140px;
		clip:rect(0px 270px 140px 0px);
		overflow:hidden;
		visibility:hidden;
}

#divText {
	position:absolute;
	left:0px; /* don't change this */
	top:0px; /* don't change this */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 8pt;
	font-weight: normal;
} 

#divTitle {
		position:absolute;
		left:340px;
		top:100px;
		width:420px;
		height:16px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10pt;
		font-weight: bold;
}





#thumb-1 {
	position:absolute;
	left:340px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}

#thumb-2 {
	
	position:absolute;
	left:410px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}
#thumb-3 {
	position:absolute;
	left:480px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}

#thumb-4 {
	position:absolute;
	left:550px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}

#thumb-5 {
	position:absolute;
	left:620px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}

#thumb-6 {
	position:absolute;
	left:690px;
	top:305px;
	width:60px;
	height:60px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	
}

#group-back {
	position:absolute;
	left:340px;
	top:370px;
	width:60px;
	height:20px;
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	
}

#group-next {
	position:absolute;
	left:555px;
	top:370px;
	width:60px;
	height:20px;
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	
}

#slide-nav {
	position:absolute;
	left: 90px;
	top:310px;
	width:120px;
	height:22px;
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	
}

#category {
	position:absolute;
	left:630px;
	top:230px;
	width:130px;
	height:100px;
}

#div-banner {
	position:absolute;
	left:400px;
	top:0px;
	width:400px;
	height:70px;
}

#div-pagetitle {
	position:absolute;
	left:650px;
	top:0px;
	width:350px;
	height:60px;
}


/* PORTFOLIO */
.link-port1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	vertical-align : text-bottom;
}

a:hover.link-port1{
	color : #666666;
	text-decoration: none
	       }
		   
.hl-slide    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}  
.slide-text     {
	border:1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #000000;
	height: 18px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.text-portbold     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 8pt;
	font-weight: bold;
} 

.text-port     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 8pt;
	font-weight: normal;
}

.text-port2     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 8pt;
	font-weight: normal;
}

.text-port2bold     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 7pt;
	font-weight: bold;
}

.text-port3bold     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B3B865;
	font-size: 9pt;
	font-weight: bold;
}

.textarea-port2
{
	scrollbar-base-color: #CCCCCC;
	scrollbar-arrow-color: #CC0000;
	scrollbar-DarkShadow-Color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	
	BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #CCCCCC 1px solid;
    COLOR: #000033;
    BORDER-BOTTOM: #CCCCCC 1px solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #CCCCCC;
    TEXT-ALIGN: left
}   


/* ************ */

/* NOTIFIER */

.notifier-text     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

.notifier-subject     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

.notifier-date     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
} 	
 	
.notifier-link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333399;
	text-decoration: underline;
}

a:hover.notifier-link {
	color : #CC0033;
	text-decoration: underline
}
				 
/* EMAIL */

.email-salutation {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
		
}

.email-banner-text {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
		
}
				


.email-text    {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;

}

.email-hl-1     {  	 
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
				 
} 
				
.email-hl-2    {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}  

.email-caption      {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7pt;
	font-weight: normal;
} 
				
/* NEWSLETTER */

.newsletter-banner-text {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
		
}
			
.newsletter-text    { 
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
				 
}
				
.newsletter-hl-1     {  	 
	font-family: Arial;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
				 
} 
				
.newsletter-hl-2    {
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}  

.newsletter-caption      {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7pt;
	font-weight: normal;
} 
				
.newsletter-vol-date     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
} 

/* *************** */
/* DocShare */
.hl-3         {  font-family: Arial;
				 color: #993333;
				 font-size: 10pt;
				 font-weight: bold;
			 }
/* *************** */

/* ************ TABLE OUTLINES / HEADINGS ************* */
			 
.cell-1     {    border-bottom: 1px solid #CCCCCC;
				 height: 18px; 
			
				} 
				
.cell-2     {    border: 1px solid #FFFFFF;		} 

/* QUOTE/SHOPPING CART */
.cell-shopcart1 {
	font-family: Arial;
	font-size: 10pt;
	color: #333399;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #000066;
	text-decoration: none;
	background-color: #CEE8F5;
}
/* ************************** */				
.outline2     {
	border: 1px solid Black;
} 


.table-heading    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3366CC;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #CC6666;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CC6666;
} 

.table-heading2    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3366CC;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #333399;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #333399;
} 