/* style sheet for thedesignersworkshop.com */

/* used as font base */

.main {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 10pt;
color: #000000
}

/* used for the titles of the pages */

.title {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 14pt;
font-weight: bolder;
color: #008000;
}

/* used for the titles of the UCAN2 pages */

.titleUCAN2 {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 14pt;
font-weight: bolder;
color: #666699;
}
/* used for the workshop titles and cart table head */

.wt {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 11pt;
font-weight: bolder;
color: #008000;
}

/* used for the workshop hours and lecture bold text and portfolio page*/

.hours {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 10pt;
font-weight: bold;
color: #000000;
}


/* used for the bottom text navigation */

.botlink {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 8pt;
}

/* for win close on pop ups */
.close {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 8pt;
color: #FFFFFF
}

/* used on portfolio for items titles */
.port {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 11pt;
font-weight: bolder;
color: #CC0000
}

/* used on portfolio for items titles */
.portUCAN2 {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 11pt;
font-weight: bolder;
color: #666699
}


/* used on portfolio page */
.price {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 10pt;
font-weight: bolder;
color: #008000
}

/* used on portfolio page for navigation*/
.smallnav {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: small;
font-weight: bolder;
color: #000000
}

/* used for the notice of price changes */

.notice {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 8pt;
font-weight: bolder;
color: #808080;
}


/* used on contactus.html */

.contact {  
font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;
font-size: 12pt;
color: #000000
}


/* a:link {font-family: Arial,Helvetica,sans-serif; text-decoration: underline; color: green} */
/* a:visited {font-family: Arial,Helvetica,sans-serif; text-decoration: underline; color: #FF9900} */
/* a:active {font-family: Arial,Helvetica,sans-serif; text-decoration: underline; color: orange} */
/* a:hover {font-family: Arial,Helvetica,sans-serif; text-decoration: underline; color: red} */

 a.click:link {font-family: verdana; text-decoration: underline; color: red} 
 a.click:visited {font-family: verdana; text-decoration: underline; color: purple} 
 a.click:active {font-family: verdana; text-decoration: none; color: red} 
 a.click:hover {font-family: verdana; text-decoration: underline; color: blue} 
 
 a.na {font-family: arial; color:#3A5096; text-decoration: none; size:16px; font-weight:bold}
 a.na:hover {font-family: arial; color:#666699; text-decoration: none; size:16px;font-weight:bold}
 
 a.nav {font-family: arial; color:#FFFFFF; text-decoration: none; size:16px; font-weight:bold}
 a.nav:hover {font-family: arial; color:#FFFE9B; text-decoration: none; size:16px;font-weight:bold}