 

/* Default */

    body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
	}
	
	td, div, b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	}
    
	td.bgleft {
	background: url(http://www.udecott.com/themes/site_themes/cc/bgleft.gif) repeat-y;
	}
	
	.bgright {
	background: url(http://www.udecott.com/themes/site_themes/cc/bgright.gif) repeat-y;
	}
	
	.bgbottom {
	background: url(http://www.udecott.com/themes/site_themes/cc/bgbottom.gif) repeat-x TOP;
	}
	
	.content {
	padding: 10px;
	}

                .search {
                vertical-align: middle;
                padding-top: 15px;
                }
    
	a {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	}
	
	a:hover { text-decoration: underline; }
	
	B.redtxt {
	font-size: 18px;
	COLOR: #990000;
	line-height: 16px;
	}


/* Headings */

    h1 {
	color: #990000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom : 15px;
	}

    h2 {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom : 5px;
	}

    h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    }

p.statement {
font-size: 11px; COLOR: #990000; font-weight: bold; text-align: center;
}
    
	A.news:link {
	font-size: 11px; COLOR: #990000; font-weight: normal; TEXT-DECORATION: underline; line-height: 16px;
	}
	A.news:visited {
	font-size: 11px; COLOR: #cc6666; font-weight: normal; TEXT-DECORATION: underline; line-height: 16px;
	}
	A.news:hover {
	font-size: 11px; COLOR: #000000; font-weight: normal; TEXT-DECORATION: underline; line-height: 16px;
	}
	
	A.h2:link, A.h2:visited {
	font-size: 14px; COLOR: #990000; font-weight: normal; TEXT-DECORATION: none; line-height: 16px;
	}

	A.h2:hover {
	font-size: 14px; COLOR: #000000; font-weight: normal; TEXT-DECORATION: underline; line-height: 16px;
	}
	
	A.breadcrumb:link, A.breadcrumb:visited {
	font-size: 9px; COLOR: #990000; font-weight: normal; TEXT-DECORATION: none;
	}
	A.breadcrumb:hover {
	font-size: 9px; COLOR: #000000; font-weight: normal; TEXT-DECORATION: underline;
	}
	td.breadcrumbtxt {
	font-size: 9px; COLOR: #333333; font-weight: bold; padding: 5px;
	}
	
	A.whitetxt:link, A.white:visited {
	font-size: 10px; COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none;
	}
	A.whitetxt:hover {
	font-size: 10px; COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: underline;
	}
	.whitetxt {
	font-size: 10px; COLOR: #ffffff; font-weight: normal; line-height: 16px;
	}


 /* Footer */
  
  	
  	.footertxt {
	font-size: 9px; COLOR: #ffffff; font-weight: bold; line-height: 16px;
	}
	.footertxt2 {
	font-size: 9px; COLOR: #cccccc; line-height: 16px;
	}

	A.footerLink:link, A.footerLink:visited {
	font-size: 9px; COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: none;
	}
	A.footerLink:hover {
	font-size: 9px; COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: underline;
	}


 /* Lists */

    ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 20px;
	}

    li {
	list-style: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

    ul li li {
    list-style-type: square;
    }

    ul li li li {
    list-style-type: circle;
    }

    ul li li li li {
    list-style-type: disc;
	}

    ul li li li li li  {
    list-style-type: square;
    }

    ul li li li li li li {
    list-style-type: circle;
    }

    ul li li li li li li li{
    list-style-type: disc;
    }

    ol li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
	line-height: 16px;
	list-style-type: decimal;
	margin-left: -15px;
    }
 
