/******************************************************************************
 *
 * Site:	DerekCooper.com
 * File:	Master/Default Stylesheet
 *
 */

/******************************************************************************
 * DEFAULT TAG SPECS
 ******************************************************************************
*/

BODY
{
  background-color:	#FFFFFF;
  color:	        #333333;
  margin-left:	 	6px;
  font-size:		10pt;
  margin-top: 		6px;  
  line-height:		10pt;
  margin-left:		0px;
  text-align:           left;
}
H1, H2, H3, H4, H5, H6, P, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, DL, FORM
{
  text-align:           left;
  display: 		block;
}
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN
{
  display: 		inline;
}
H4, P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  font-family:	 	Garamond, Century, Georgia, Times, Serif;
}
P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  text-align:		left;
  font-size:		13pt;
  line-height:		18pt;
  margin-top:		2px;
  background-color:	#FFFFFF;
  color:		#333333;
}
P, UL, OL
{
  margin-bottom:	12px;	
}
LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE
{
  margin-bottom:	6px;	
}
H1, H2, H3, H4, H6
{
  background-color:	#FFFFFF;
  text-align:		left;
}
H1, H2
{
  font-family:	 	Garamond, Century, Georgia, Times, Serif;
  background-color:	#FFFFFF;
  color:		#666666;
  font-size:		22pt;
  line-height:		23pt;
  margin-bottom:	14px;
  margin-top:		1pt;
  font-weight: 		normal;  
}
H3, H4
{
  font-family:	 	arial, sans-serif;
  background-color:	#FFFFFF;
  color:		#666666;
  font-size:		10pt;
  line-height:		13pt;
  margin-top:		8pt;
  margin-bottom:	6px;
  font-weight: 		bold;  
}
H5
{
  font-size:		9pt;
  font-weight: 		bold;  
  background-color:	#CCCCCC;
  color:		#FFFFFF;
  margin-bottom:	3px;  
  margin-top:    	3px;    
  margin-left:    	6px;      
}

B, STRONG
{
  font-weight:		bolder;
}
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE
{
  font-style:		italic;
}
PRE, TT, CODE, KBD, SAMP
{
  font-family:		monospace;
}
PRE
{
  white-space:		pre;
}
ADDRESS
{
  margin-left:		3em;
}
BLOCKQUOTE
{
  margin-left:		3em;
  margin-right:		3em;
}
UL
{
  list-style:		disc;
}
OL
{
  list-style:		decimal;
}
MENU
{
  margin:		0;
}
DT
{
  margin-bottom:	0;
}
DD
{
  margin-top:		0;
  margin-left:		3em;
}
HR
{
  border-bottom:	solid;
  color:                #666666;
  background-color:	#FFFFFF;
}
B
{
  font-weight:		bold;
}


/******************************************************************************
 * DEFAULT CLASS SPECS
 ******************************************************************************
*/

.table, .tablehead
{
  background-color:	#999999;
}

.tablelight
{
  background-color:	#FFFFFF;
}

.tabledark
{
  background-color:	#CCCCCC;
}

.tablehead, .navhead, .tablewhite
{
  color:		#FFFFFF;
  font-weight:		bold;
}

.quote, .quoteLeft
{
  font-family:	 	Times, Serif;
  text-align:		center;
  font-style:		italic;
}
.quoteLeft
{
  text-align:		left;
}

.copyright, .cutline, .sidebar
{
  font-family:	 	Verdana, Helvetica, Arial, Sans-Serif;
  margin-top:	 	1px;
}

.sidebar
{
  font-size:	 	9pt;
  line-height:	 	14pt;
  margin-bottom: 	4px;
  margin-right: 	4px;
}

.copyright, .cutline
{
  font-size:	 	8pt;
  line-height:	 	9pt;
  margin-top: 	        2px;
  margin-bottom: 	12px;
  padding:              0;
}

.tabletext
{
  margin-bottom: 	1px;
  margin-top:	 	1px;
  line-height:	 	13pt;
}

.copyright, .centered
{
  text-align: center;
}

/******************************************************************************
 * FORM STUFF
 ******************************************************************************
*/

.input, .select
{
   border: 1px solid #666666;
   background-color: #FFFFFF;
   color:	     #666666;
   font-size:	     7pt;
}

textarea
{
   background-color: #FFFFFF;
   color:	        #666666;
}
.subImage
{
   border: 0px;
}
.checkBox
{
   border: 0px;
   font-size: 9pt;   
}

.submit
{
   background-color: #CCCCCC;
   color:	        #666666;
   font-size:		8pt;
   font-weight:		bold;
}

/******************************************************************************
 * LINK COLORS
 ******************************************************************************
*/

A:link
{
  background-color: #FFFFFF;
}
A:visited
{
  color:	    #AA3333;
  background-color: #FFFFFF;
}
A:link:hover
{
  color:            #AA3333;
  background-color: #CCCCCC;
}

/******************************************************************************
 * END
 ******************************************************************************
*/




