/* ---------------------------------------------
Vaughn Cochran Art Style Sheet
author:   Acceleration.net
version:  2005.11
----------------------------------------------- */

/* I put this in here to trick Netscape 4.x - so it doesn't muck the layout. */
@import url("widgetcorp-layout.css");
@import url("logoparade.css");

html,body,div,p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}


/* Generic Rules
----------------------------------------------- */
a img {border:none;}
a:link,a:active {color: #717B6E; text-decoration: none;}
a:visited {color: #717B6E; text-decoration: none;}	
a:hover {color: #7B5C3B; text-decoration:underline;}
a:hover img {text-decoration: none;}

.button
{
   background-color:Transparent;
   border:1px solid #666;
}
.buttonHover
{
   background-color:Transparent;
   border:1px solid #666;
}

.ErrorText {color: red; font-size:12pt; font-weight:bolder; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;}

