/**********************************************
*  hbkstyle.css
*  hbklaw.com
*
*  Format size of input and textareas and set
*  the color of links.
**********************************************/

/* define the overall page style */
BODY {color: #555555;/*#666666;/*#333333;*/
	background-color: #000000;
   	font-family: arial, donata,  tahoma}

TD {font-size: 12px; 
   	line-height:15px}

A {color:#660000;
	text-decoration: none}
A:hover {color: #0000ff}

/* define specific styles */
TD.main_border {background-color: #ffffff}

TABLE.main_background {background-color: #fce6c9}

TD.footer {color: #D2B48C}
A.footer {color: #D2B48C;
			text-decoration: underline}
A.footer:hover {color: #D2B48C}

TD.brown {background-color: #D2B48C}

TD.red {background-color: #660000}

/* section headings */
A.heading {color: #000000;
		   text-decoration: none; 
		   font-size: 14px;
		   line-height: 16px;
		   font-weight: bold;
		   font-family: arial, donata, tahoma}
A.heading:hover {color: #0000FF}

TD.heading {color: #000000;
		   text-decoration: none; 
		   font-size: 14px;
		   line-height: 16px;
		   font-weight: bold;
		   font-family: arial, donata, tahoma}

TD.individual_heading {color: #000000;
		   text-decoration: none; 
		   font-size: 20px;
		   line-height: 24px;
		   font-weight: bold;
		   font-family: arial, donata, tahoma}

/* heading underline */
TD.heading_underline1 {background-color: #D2B48C;
						height: 1px}
						
/* heading underline */
TD.heading_underline2 {background-color: #660000;
						height: 1px}

/* border separating the different text areas */
TD.border {background-color: #aaaaaa}

/* spacer below heading_underline */
TD.underline_spacer {height: 9px}

/* spacer between list entries */
TD.list_spacer {height: 5px}

/* >> icons for each list */
TD.list_icon {color: #000000;
				font-weight: bold;
				width: 2em}

/* link within larger list */
A.large_link {color:#660000;
					font-weight: bold;
					text-decoration: none}
A.large_link:hover {color: #0000ff}


/* text span styles */
TD.list_subtext {font-size: 10px;
				 line-height: 12px}
.subtext_heading {color: #000000}
.subtext_heading_larger {color: #000000;
						 font-weight: bold}

/* individual entry text style */
.individual {font-size: 14px;
   				line-height: 18px}
   
.date {font-size: 14px;
		line-height: 18px}

.bold {font-weight: bold}
.black_bold {color: #000000;
			font-weight: bold}
			
/* set the size for the input areas */
INPUT.text {width: 300px}