/*
* DairiConcepts style
*
* This stylesheet has been designed to work with NS 4.x and IE 4.x/5.x
* and NS6
*
*
*               Usage notes:
*
*               Attributes with a '#' sign are for elements with an "ID
*               Attribute with a '.' sign are for elements with a "CLASS"
*
*
*/

BODY {
        font-family : Verdana, Arial, Helvetica, sans-serif;
       
        font-size : 10pt;
        color : #000000;
       
}

/*
* Custom class attributes
*/
A:link {color: #339966}
A:visited {color: #339966}
.banner {  
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 24pt; 
        font-weight: bold;
        font-style: italic; 
        color: #339966;
}

.boldlinksize {  
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt; 
        font-weight : bold;
        font-style: italic;
  	text-decoration : underline;
        color : #000000;
}
/* This class is for large, bold, red, Arial fonts */
.boldredfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #FF0000;
}

.menulink {  
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12pt; 
        font-weight : bold;
        font-style: normal;
  	text-decoration : underline;
        color : #339966;
}

/* This class is for black, Arial fonts */
.blackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
        color : #000000;
}

/* This class is for bold, black, Arial fonts */
.boldblackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        color : #000000;
}

/* This class is for bold, black, Arial fonts */
.smboldblackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #000000;
}
.smblackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : normal;
        color : #000000;
}
.boldwhitefont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color : #ffffff;
}
.boldblackheader { 
         
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12pt; 
        font-weight: bold;
        color: #000000;
}

.bolditalicblackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        font-style: italic; 
        color : #000000;
}
.smbolditalicblackfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        font-style: italic; 
        color : #000000;
}
.bodyfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
        color : #339966;
}
.bodyfontbold {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        color : #339966;
}

.bodyfont12 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12pt;
        font-weight : normal;
        color : #339966;
}
.bodyfontbold12 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12pt;
        font-weight : bold;
        color : #339966;
}
.titlefont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14pt;
        font-weight : bold;
        color : #339966;
}
.grayfont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
        color : #999999;
}
.grayfont12 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12pt;
        font-weight : bold;
        color : #999999;
}
.tablefont {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
        color : #000000;
      
}

/* This class is for buttons with white, 8pt, Arial font */
.btnstyle1 {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 8pt;
	text-align: center;
}