/* CSS Document */




/* Makes sure the bg gradient does not repeat */ 
#theCell {
background-repeat: no-repeat;


}

/* Control of headers/text */ 

.text_header {
font-size: 20px;
font-weight: bold;
line-height:1.10em;
 }


.blue_header_text {
color: #003399;
font-weight: bold;
}

.left_side_bar_text {

font-size: 12px;
line-height:1.20em;
	
	}

.reply_purple_text {

color: #AE1E68

}

.hk_blue_script {

font-family: Script MT Bold, Arial, Verdana, Helvetica, sans-serif; 
font-size: 21.33px; 
color: #339999;
line-height:1.17em; 

}

.hk_black_header {

font-family: Script MT Bold, Arial, Verdana, Helvetica, sans-serif; 
font-size: 38px; 
line-height:1.22em; 
}
.hk_book_link {
font-size: 22px

}

.hk_pause_for_thought_script {
font-family: Script MT Bold, Arial, Verdana, Helvetica, sans-serif;
font-size: 18.67px;
line-height:1.23em;
color: #0000FF;
}


.hk_book_link {
font-family: Script MT Bold, Arial, Verdana, Helvetica, sans-serif;
font-size: 21.33px;
}
-->



/* body and table basics - fonts, line height etc */ 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	margin-left: 20	px;
	line-height:1.16em;
}

/* body positioning */

body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #666666;
}

/* navigation colors */

a:link {
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #4B4044;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #A74B7B;
}

