/* Default typeface */
A, B, P, TABLE, SMALL, BODY, TD, OL, UL, MENU, BLOCKQUOTE, DIV {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
PRE, TT, INPUT, TEXTAREA {
    font-family: Courier, fixed;
}

body {
    margin: 0px;
}

/* Link appearance */
a 	{
	font-family: verdana, sans-serif;
	text-align:left; 
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	word-spacing:1pt;
	font-stretch:wider; 
	text-decoration: none;
	color:#000000;
	}
    
a:link 	{
	font-family: verdana, sans-serif;
	text-align:left; 
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	word-spacing:1pt;
	font-stretch:wider; 
	text-decoration: none;
	color:#000000;
	}

a:visited 	{
	font-family: verdana, sans-serif;
	text-align:left; 
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	word-spacing:1pt;
	font-stretch:wider; 
    color:#000000;
    text-decoration: none;		 
}


a:hover 	{
	font-family: verdana, sans-serif; 
	text-align:left;
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	word-spacing:1pt;
	font-stretch:wider; 
	color:#cc3333; 
	text-decoration: underline;
	}

a:active 	{
	font-family: verdana, sans-serif;
	text-align:left; 
	font-size:12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	word-spacing:1pt;
	font-stretch:wider; 
	color:#cc3333;
	text-decoration: underline;
	}	



/* Folder table (text) */
TD.foldertext {
    color: #000000;        padding-top: 0px;
    background: #e5e5e5;   padding-bottom: 1px;
    font-size: 10px;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
TD.folderthumbs {
    color: #000000;        padding-top: 2px;
    background: #e5e5e5;   padding-bottom: 2px;
    font-size: 10px;       padding-left: 4px;
    text-align: center;    padding-right: 8px;
}

/* Image table */
TD.image {
    color: #000000;          padding-top: 2px;
    background: #ffffff;     padding-bottom: 2px;
    font-size: 10px;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
TD.desc {
    color: #333333;          padding-top: 4px;
    background: #f0f0f0;     padding-bottom: 3px;
    font-size: 10px;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}
