/* Project: TheWelcomeWaggin.com */
/* Modified: 5 June 2007 * /

/*      Color Scheme      */
/*   Dark Brown = #552200 */
/*   Orange 		= #C6572D */
/*   Tan 				= #CD9F5D */
/*   Creme 			= #F7F5BF */

/********************* Header *********************/

.header
{
    color: #FFFFFF;
    height: 50px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 22pt;
    text-align: center;
		vertical-align: bottom;
    border-width: 10px 10px 10px 10px;
    font-weight: bold;
}

.header A:link {color: #FFFFFF; text-decoration: none;}
.header A:visited {color: #FFFFFF; text-decoration: none;}
.header A:hover {color: #552200; text-decoration: none;}


.headerSmall
{
    color: #FFFFFF;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 10pt;
    text-align: center;
		vertical-align: top;
    border-width: 10px 10px 10px 10px;
    font-weight: bold;
}

.owner
{
    color: #FFFFFF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 14pt;
    text-align: center;
		vertical-align: bottom;
    border-width: 10px 10px 10px 10px;
}

.contact
{
    color: #FFFFFF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 10pt;
    text-align: center;
		vertical-align: top;
    border-width: 10px 10px 10px 10px;
}

.contact A:link {color: #FFFFFF; text-decoration: none;}
.contact A:hover {color: #552200; text-decoration: underline;}


/********************* Tab *********************/

.tab
{
    background: #CD9F5D;
    color: #FFFFFF;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: center;
		vertical-align: center;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
}

.tab A:link {color: #FFFFFF; text-decoration: none;}
.tab A:visited {color: #FFFFFF; text-decoration: none;}
.tab A:active {color: #FFFFFF; text-decoration: none;}
.tab A:hover {color: #552200; text-decoration: none;}


.tabOn
{
    background: #FFFFFF;
    color: #552200;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: center;
		vertical-align: center;
    border-width: 5px 0px 0px 0px;
    font-weight: bold;
}

.tabOn A:link {color: #552200; text-decoration: none;}
.tabOn A:visited {color: #552200; text-decoration: none;}
.tabOn A:active {color: #552200; text-decoration: none;}
.tabOn A:hover {color: #C6572D; text-decoration: none;}


.tabSpacer
{
    background: #CD9F5D;
}

/********************* Body *********************/

.bodySpacer
{
    height: 5px;
    font-size: 5pt;
}

.body
{
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: justify;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyHeader
{
    background-color: #F7F5BF;
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
}

.bodyTitle
{
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyLabel
{
    background: #FFFFFF;
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyLabelError
{
    background: #FFFFFF;
    color: #C6572D;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyField
{
    background: #FFFFFF;
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyFieldInput
{
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
}

.bodyFieldSubmit
{
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    font-size: 9pt;
    font-weight: bold;
}

.bodyFieldSpacer
{
    background: #FFFFFF;
    height: 1px;
    font-size: 1pt;
}

.bodySmall
{
    color: #552200;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodySmall li {font-size: 9pt;}


.bodyBorder
{
    background: #CD9F5D;
}

/********************* Footer *********************/

.imageBorder
{
    border: 4px solid #C6572D;
}

/********************* Footer *********************/

.footer
{
    color: #FFFFFF;
    height: 25px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 8pt;
    text-align: center;
		vertical-align: center;
    border-width: 0px 0px 0px 0px;
}

/* Copyright  2007 The Welcome Waggin. All rights reserved.   * /