body {
	background-color: #0C3B73;
	margin: 0px;
}
body, td, p, a, div, span, input, textarea, select{
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans;
	color: #2C4E76;
}
a {	color:#0C54AE;
	text-decoration: underline;
}
a:hover {	
	color:#0E69D9;
	text-decoration: none;
}

input.search {
	border: 1px solid #7F9DB9;
	background-color: #E4EAEF;
	height: 20px;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

h1 {
	font-size:15px;
	color:#18549F;
	font-weight:bold;
	font-family: 'Arial Narrow',Arial, sans-serif;
	margin-top:8px;
	margin-bottom:4px;
	padding-top:0px;
}

h1.red {
	color:#D59600;
}

h2 {
	font-size:17px;
	color:#18549F;
	font-weight:bold;
	font-family: 'Arial Narrow',Arial, sans-serif;
	margin-top:5px;
	margin-bottom:1px;
	padding-top:0px;
	padding-left:8px;
}

h2.red {
	color:#D59600;
}

h3 {
	font-size:18px;
	font-weight:bold;
	font-family: 'Arial Narrow',Arial, sans-serif;
	margin-top:9px;
	margin-bottom:3px;
	padding-top:0px;
	padding-left:0px;
}

h4 {
	font-size:15px;
	color:#18549F;
	font-weight:bold;
	font-family: 'Arial Narrow',Arial, sans-serif;
	margin-top:16px;
	margin-bottom:1px;
	padding-top:0px;
	padding-left:8px;
}

ul {
	margin-top:0px;
	padding-top: 0px;
	margin-left: 14px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-bottom:0px;
}

li{
	vertical-align: top;
	margin-bottom: 0px;
}


.left{
	background-image: url(left_bg.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

.right{
	background-repeat: repeat-x;
	background-image: url(right_bg.gif);
}

table.icons_top {
	margin-top: 35px;
	margin-left: 37px;
}
table.icons_bottom {
	margin-top: 14px;
	margin-left: 37px;
}

table.icons_top td, table.icons_top td a, table.icons_bottom td, table.icons_bottom td a {
	font-size: 9px;
	color: #E6EDF4;
	text-decoration: none;
}
table.icons_top td a:hover, table.icons_bottom td a:hover{
	text-decoration: underline;
	color: #E6EDF4;
}


table.icons_top td.active, table.icons_bottom td.active{
	font-size: 9px;
	color: #F7F746;
	text-decoration: none;
}
td.ico {
	background-image: url(mnu_ico_bg.gif);
}

td.mnu, td.mnu_act {
	background-image: url(mnu_txt_bg.gif);
	padding-bottom:1px;
	filter: dropshadow(color=#040505, offx=1, offy=1); 
	text-shadow: 1px 1px #040505;
}
td.mnu_act {
	background-image: url(mnu_txt_act_bg.gif);
	background-color: #FBBC14;
}
td.mnu a, td.mnu_act a, td.mnu a:hover{
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	wfilter: dropshadow(color=#F4F5F5, offx=1, offy=1); 
	wtext-shadow: 1px 1px #F4F5F5;
}
td.mnu_act a, td.mnu_act a:hover{
	color: #654703;
}

td.mnu a:hover, td.mnu_act a:hover{
	text-decoration: underline;	
}

td.mnubtm {
	background-image: url(mnu_txt_bg2.gif);
}
td.mnubtm_act {
	background-image: url(mnu_txt2_act_bg.gif);
	background-color: #FBBC14;
}

.learning {
	height: 94px; 
	background-image:url(head_02.gif); 
	background-repeat:no-repeat;
}

/***********************************/
/******       center         *******/ 
/***********************************/

.centerbody {
	padding-top:5px;
}

div.container {
	margin-left: 8px;
	margin-bottom: 12px;
}

.whitergbtm{
	background-image: url(white_right_btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.whitelfbtm{
	background-image: url(white_left_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.whitelftop {
	background-image: url(white_left_top.gif);
	background-repeat: no-repeat;
}
 
.whitergtop {
	background-image: url(white_right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.whitergtop td {font-size: 13px;}
.blue_right {
	background-color:#DBE2EA;
	background-image: url(gray_right_btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.gray_left {
	background-color:#DBE2EA;
	background-image: url(gray_left_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.language td {
	background-image: url(lan_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 7px;
	padding-top: 3px;
}
table.language td a{
	color:#0C54AE;
	text-decoration: underline;
	display: block;
	width: 100%;
	height:19px;
}

table.language td a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

table.language td.topline {
	height:2px;
	background-color:#DBE2EA;
	background-image: url(0.gif);
}
table.language td.leftcol {
	background-repeat: no-repeat;
	background-color:#DBE2EA;
	background-image: url(0.gif);
	padding-left:0px;
}

table.language td.btmline {
	height:2px;
	background-image: url(0.gif);
	padding-top: 0px;
}


ul.blue li {
	list-style-image: url(blue_li.gif);
}
ul.blue li a{
	color:#0C54AE;
	text-decoration: underline;
}
ul.blue li a:hover{
        color: #0E69D9;
	text-decoration: none;	
}

ul.red li {
	list-style-image: url(red_li.gif);
}
ul.red li a{
	color:#9B6D00;
	text-decoration: underline;
}
ul.red li a:hover{
	color: #D29400;
	text-decoration: none;	
}

.welcome{
	font-weight: normal;
	color: #2C4E76;
	line-height: 16px;
	font-size: 13px;
}
.welcome a {
	color:#0C54AE;
	text-decoration: underline;
	font-size: 13px;
}
.welcome a:hover {
	color:#0E69D9;
	text-decoration: none;
}

/******************************************/
/************* any text block *************/
/******************************************/

      /****** common *********/
td.content {
	padding-top: 2px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 3px;
	text-align: justify;
}

td.top{
	background-color: #FFFFFF;
}

td.content a{
	text-decoration:underline;
	font-size: 13px;
}
td.content a:hover{
	text-decoration:none;
}
td.content p{
	margin-bottom:13px;
	font-size: 13px;
}

      /****** specified BLUE    *********/
table.blue {
	border-top: 2px solid #BED0E5;
	background-color: #E0E6EE;
	margin-right:13px;
}

table.blue td.content, table.blue td.content p{
	color: #2C4E76;
}

table.blue td.content a{
	color: #0C54AE;
}
table.blue td.content a:hover{
	color: #0E69D9;
}

      /****** specified YELLOW   *********/
table.yellow {
	background-color: #FEF7E8;
	border-top: 2px solid #E3D3AF;
	margin-right:13px;
}

table.yellow td.content, table.yellow td.content p{
	color: #484336;
}

table.yellow td.content a{
	color: #9B6D00;
}
table.yellow td.content a:hover{
	color: #D29400;
}

      /****** specified DARKYELLOW  *********/
table.darkyellow {
	background-color: #FEF7E8;
	border-top: 2px solid #E3D3AF;
	margin-right:13px;
}

table.darkyellow td.content, table.darkyellow td.content p{
	color: #484336;
}

table.darkyellow td.content a{
	color: #9B6D00;
}
table.darkyellow td.content a:hover{
	color: #D29400;
}

/******************************************/
/*******   end of text block **************/
/******************************************/

table.bottom {
	margin-top: 10px;
	margin-bottom: 18px;
}

table.bottom td a{
	color:#0C54AE;
	text-decoration: underline;
}
table.bottom td a:hover{
	color:#0E69D9;
	text-decoration: none;
}

table.bottom td img{
	margin-right:4px;
	margin-left: 1px;
}

table.terms {
	margin-bottom: 14px;
}

td.terms {
	color:#2C4E76;
	padding-left: 15px;
	line-height: 18px;
}

.copy{
	font-family: Tahoma, Verdana, sans;
	font-weight: bold;
	color:#E6EDF4;
}

/*********************************************/
/**********   inner pages   ******************/
/*********************************************/
img.icon {
	margin-top: 6px;
}

p.amazon_img {
	margin-top: 30px;
	margin-bottom: 15px;
}

img.book {
	border:1px solid #FFFFFF;
	margin-top: 4px;
}

td.first_lfbtm {
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.seccol {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 9px;
}
td.seccoln {
	border-left: 1px solid #FFFFFF;
	padding-right: 9px;
}

td.thrcol {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
}

td.thrcoln {
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}

td.thrcoln_rgbtm, td.lastcoln_rgbtm {
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.lastcoln_rgbtm {
	padding-left: 0px;
}

td.tablehead_line {
	border-bottom: 1px solid #FFFFFF;
}
td.tablehead2 {
	border-left:1px solid #FFFFFF;
}

.before {
	margin-left:9px;
}

/**********   vocabulary    ******************/

div.vocabulary, div.vocabulary * {
	color:#1344AA;
}

div.vocabulary a, div.vocabulary p a{
	color:#0045D4;
}

table.vocabulary_blue {
	border-top: 2px solid #B1C9E6;
	background-color: #DCE9F9;
	margin-right:13px;
	margin-bottom: 16px;
}
table.vocabulary_blue td{
	color:#1344AA;
}

table.vocabulary_blue a:link{
	color:#1344AA;
}


}



table.vocabulary_blue td a:link{
	color:#1344AA;
}





table.vocabulary_blue td.tablehead, table.vocabulary_blue td.tablehead2, table.vocabulary_blue td.tablehead_line {
	background-color: #6490CE;
}

table.vocabulary_blue td.first_lfbtm {
	background-image: url(blue_left_btm.gif);
}

table.vocabulary_blue td.thrcoln_rgbtm, table.vocabulary_blue td.lastcoln_rgbtm {
	background-image: url(blue_right_btm.gif);
}

table.vocabulary_blue td.content, table.vocabulary_blue td.content p{
	color: #2C4E76;
}

table.vocabulary_blue td a, table.vocabulary_blue td p a{
//	color: #0045D4;
	color: #FFFFFF;
}
table.vocabulary_blue td.content a:hover, table.vocabulary_blue td.content p a:hover{
//	color: #0E69D9;
	color: #FFFFFF;
}

table.vocabulary_blue td.content a:visited, table.vocabulary_blue td.content p a:visited{
//	color: #0E69D9;
	color: #FFFFFF;
}


table.vocabulary_blue td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.vocabulary_blue td ul li, div.vocabulary ul li {
	list-style-image: url(vocablary_li.gif);
}

table.vocabulary_blue td li a {
	color: #1344AA;
	text-decoration: underline;
}
table.vocabulary_blue td li a:hover {
	color: #0045D4;
	text-decoration: none;
}
table.vocabulary_blue td input.input {
	border: 1px solid #0045D4;
	color: #2C4E76;
}


/**********   business     ******************/

div.business, div.business h2, div.business h4, div.business h3, div.business p,
div.business, div.business * {
	color:#910033;
}

div.business a, div.business p a{
	color:#C80046;
}

div.business a:hover, div.business p a:hover{
	color:#C80046;
	text-decoration: none;
}


table.business_maroon {
	border-top: 2px solid #D794AC;
	background-color: #EEE0E5;
	margin-right:13px;
	margin-bottom: 16px;
}

table.business_maroon td{
	color: #910033;
}

table.business_maroon td.tablehead, table.business_maroon td.tablehead2, table.business_maroon td.tablehead_line {
	background-color: #D794AC;
}

table.business_maroon td.first_lfbtm {
	background-image: url(maroon_left_btm.gif);
}

table.business_maroon td.thrcoln_rgbtm, table.business_maroon td.lastcoln_rgbtm { 
	background-image: url(maroon_right_btm.gif);
}

table.business_maroon td.content, table.business_maroon td.content p{
	color: #910033;
}

table.business_maroon td.content a, table.business_maroon td.content p a{
	color: #C80046;
}
table.business_maroon td.content a:hover, table.business_maroon td.content p a:hover{
	color: #C80046;
}

table.business_maroon td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.business_maroon td ul li, div.business ul li {
	list-style-image: url(maroon_li.gif);
}

table.business_maroon td li a, table.business_maroon td a {
	color: #910033;
	text-decoration: underline;
}
table.business_maroon td li a:hover,table.business_maroon td a:hover {
	color: #C80046;
	text-decoration: none;
}

table.business_maroon td input.input {
	border: 1px solid #C80046;
	color: #910033;
}

/**********   grammar     ******************/

div.grammar, div.grammar h2, div.grammar h4, div.grammar h3, div.grammar p,
div.grammar, div.grammar * {
	color:#961212;
}

div.grammar a, div.grammar p a{
	color:#CD0505;
}

div.grammar a:hover, div.grammar p a:hover{
	color:#CD0505;
	text-decoration: none;
}


table.grammar_red {
	border-top: 2px solid #D4A3A3;
	background-color: #F6EAEA;
	margin-right:13px;
	margin-bottom: 16px;
}

table.grammar_red td{
	color: #961212;
}

table.grammar_red td.tablehead, table.grammar_red td.tablehead2, table.grammar_red td.tablehead_line {
	background-color: #C27575;
}

table.grammar_red td.first_lfbtm {
	background-image: url(grred_left_btm.gif);
}

table.grammar_red td.thrcoln_rgbtm, table.grammar_red td.lastcoln_rgbtm { 
	background-image: url(grred_right_btm.gif);
}

table.grammar_red td.content, table.grammar_red td.content p{
	color: #961212;
}

table.grammar_red td.content a, table.grammar_red td.content p a{
	color: #CD0505;
}
table.grammar_red td.content a:hover, table.grammar_red td.content p a:hover{
	color: #CD0505;
}

table.grammar_red td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.grammar_red td ul li, div.grammar ul li {
	list-style-image: url(grred_li.gif);
}

table.grammar_red td li a, table.grammar_red td a {
	color: #910033;
	text-decoration: underline;
}
table.grammar_red td li a:hover,table.grammar_red td a:hover {
	color: #CD0505;
	text-decoration: none;
}
table.grammar_red td input.input {
	border: 1px solid #CD0505;
	color: #961212;
}


/**********   toefl     ******************/

div.toefl, div.toefl h2, div.toefl h4, div.toefl h3, div.toefl p,
div.toefl, div.toefl * {
	color:#B9297B;
}

div.toefl a, div.toefl p a{
	color:#EE1D94;
}

div.toefl a:hover, div.toefl p a:hover{
	color:#EE1D94;
	text-decoration: none;
}


table.toefl_pink {
	border-top: 2px solid #F297CB;
	background-color: #FFECF7;
	margin-right:13px;
	margin-bottom: 16px;
}

table.toefl_pink td {
	color: #B9297B;
}

table.toefl_pink td.tablehead, table.toefl_pink td.tablehead2, table.toefl_pink td.tablehead_line {
	background-color: #F297CB;
}

table.toefl_pink td.first_lfbtm {
	background-image: url(pink_left_btm.gif);
}

table.toefl_pink td.thrcoln_rgbtm, table.toefl_pink td.lastcoln_rgbtm { 
	background-image: url(pink_right_btm.gif);
}

table.toefl_pink td.content, table.toefl_pink td.content p{
	color: #B9297B;
}

table.toefl_pink td.content a, table.toefl_pink td.content p a{
	color: #CD0505;
}
table.toefl_pink td.content a:hover, table.toefl_pink td.content p a:hover{
	color: #EE1D94;
}

table.toefl_pink td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.toefl_pink td ul li, div.toefl ul li {
	list-style-image: url(pink_li.gif);
}

table.toefl_pink td li a, table.toefl_pink td a {
	color: #B9297B;
	text-decoration: underline;
}
table.toefl_pink td li a:hover,table.toefl_pink td a:hover {
	color: #EE1D94;
	text-decoration: none;
}
table.toefl_pink td input.input {
	border: 1px solid #B9297B;
	color: #B9297B;
}

/**********   listening     ******************/

div.listening, div.listening h2, div.listening h4, div.listening h3, div.listening p,
div.listening, div.listening * {
	color:#C56F09;
}

div.listening a, div.listening p a{
	color:#E07900;
}

div.listening a:hover, div.listening p a:hover{
	color:#E07900;
	text-decoration: none;
}


table.listening_orange {
	border-top: 2px solid #E7AB65;
	background-color: #FAEAD8;
	margin-right:13px;
	margin-bottom: 16px;
}

table.listening_orange td{
	color: #C56F09;
}

table.listening_orange td.tablehead, table.listening_orange td.tablehead2, table.listening_orange td.tablehead_line {
	background-color: #E7AB65;
}

table.listening_orange td.first_lfbtm {
	background-image: url(orange_left_btm.gif);
}

table.listening_orange td.thrcoln_rgbtm, table.listening_orange td.lastcoln_rgbtm { 
	background-image: url(orange_right_btm.gif);
}

table.listening_orange td.content, table.listening_orange td.content p{
	color: #B9297B;
}

table.listening_orange td.content a, table.listening_orange td.content p a{
	color: #CD0505;
}
table.listening_orange td.content a:hover, table.listening_orange td.content p a:hover{
	color: #EE1D94;
}

table.listening_orange td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.listening_orange td ul li, div.listening ul li {
	list-style-image: url(orange_li.gif);
}

table.listening_orange td li a, table.listening_orange td a {
	color: #B26000;
	text-decoration: underline;
}
table.listening_orange td li a:hover,table.listening_orange td a:hover {
	color: #E07900;
	text-decoration: none;
}

table.listening_orange td input.input {
	border: 1px solid #E7AB65;
	color: #C56F09;
}

/**********   reading     ******************/

div.reading, div.reading h2, div.reading h4, div.reading h3, div.reading p,
div.reading, div.reading * {
	color:#9B6D00;
}

div.reading a, div.reading p a{
	color:#C88D00;
}

div.reading a:hover, div.reading p a:hover{
	color:#C88D00;
	text-decoration: none;
}


table.reading_yellow {
	border-top: 2px solid #D1BB89;
	background-color: #FEF7E8;
	margin-right:13px;
	margin-bottom: 16px;
}

table.reading_yellow td{
	color: #9B6D00;
}

table.reading_yellow td.tablehead, table.reading_yellow td.tablehead2, table.reading_yellow td.tablehead_line {
	background-color: #D1BB89;
}

table.reading_yellow td.first_lfbtm {
	background-image: url(yellow_left_btm.gif);
}

table.reading_yellow td.thrcoln_rgbtm, table.reading_yellow td.lastcoln_rgbtm { 
	background-image: url(yellow_right_btm.gif);
}

table.reading_yellow td.content, table.reading_yellow td.content p{
	color: #9B6D00;
}

table.reading_yellow td.content a, table.reading_yellow td.content p a{
	color: #C88D00;
}
table.reading_yellow td.content a:hover, table.reading_yellow td.content p a:hover{
	color: #C88D00;
}

table.reading_yellow td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.reading_yellow td ul li, div.reading ul li {
	list-style-image: url(yellow_li.gif);
}

table.reading_yellow td li a, table.reading_yellow td a {
	color: #9B6D00;
	text-decoration: underline;
}
table.reading_yellow td li a:hover,table.reading_yellow td a:hover {
	color: #C88D00;
	text-decoration: none;
}

table.reading_yellow td input.input {
	border: 1px solid #C88D00;
	color: #9B6D00;
}


/**********   idioms     ******************/

div.idioms, div.idioms h2, div.idioms h4, div.idioms h3, div.idioms p,
div.idioms, div.idioms * {
	color:#373737;
}

div.idioms a, div.idioms p a{
	color:#606060;
}

div.idioms a:hover, div.idioms p a:hover{
	color:#606060;
	text-decoration: none;
}


table.idioms_grey {
	border-top: 2px solid #B1B1B1;
	background-color: #E9E9E9;
	margin-right:13px;
	margin-bottom: 16px;
}

table.idioms_grey td{
	color: #373737;
}

table.idioms_grey td.tablehead, table.idioms_grey td.tablehead2, table.idioms_grey td.tablehead_line {
	background-color: #A0A0A0;
}

table.idioms_grey td.first_lfbtm {
	background-image: url(grey_left_btm.gif);
}

table.idioms_grey td.thrcoln_rgbtm, table.idioms_grey td.lastcoln_rgbtm { 
	background-image: url(grey_right_btm.gif);
}

table.idioms_grey td.content, table.idioms_grey td.content p{
	color: #373737;
}

table.idioms_grey td.content a, table.idioms_grey td.content p a{
	color: #606060;
}
table.idioms_grey td.content a:hover, table.idioms_grey td.content p a:hover{
	color: #606060;
}

table.idioms_grey td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.idioms_grey td ul li, div.idioms ul li {
	list-style-image: url(grey_li.gif);
}

table.idioms_grey td li a, table.idioms_grey td a {
	color: #373737;
	text-decoration: underline;
}
table.idioms_grey td li a:hover,table.idioms_grey td a:hover {
	color: #606060;
	text-decoration: none;
}
table.idioms_grey td input.input {
	border: 1px solid #606060;
	color: #373737;
}


/**********   pronunciation     ******************/

div.pronunciation, div.pronunciation h2, div.pronunciation h4, div.pronunciation h3, div.pronunciation p,
div.pronunciation, div.pronunciation * {
	color:#007AC7;
}

div.pronunciation a, div.pronunciation p a{
	color:#009CFF;
}

div.pronunciation a:hover, div.pronunciation p a:hover{
	color:#009CFF;
	text-decoration: none;
}


table.pronunciation_aqua {
	border-top: 2px solid #98D1F5;
	background-color: #E4F0F8;
	margin-right:13px;
	margin-bottom: 16px;
}

table.pronunciation_aqua td{
	color: #007AC7;
}

table.pronunciation_aqua td.tablehead, table.pronunciation_aqua td.tablehead2, table.pronunciation_aqua td.tablehead_line {
	background-color: #559CCA;
}

table.pronunciation_aqua td.first_lfbtm {
	background-image: url(aqua_left_btm.gif);
}

table.pronunciation_aqua td.thrcoln_rgbtm, table.pronunciation_aqua td.lastcoln_rgbtm { 
	background-image: url(aqua_right_btm.gif);
}

table.pronunciation_aqua td.content, table.pronunciation_aqua td.content p{
	color: #007AC7;
}

table.pronunciation_aqua td.content a, table.pronunciation_aqua td.content p a{
	color: #009CFF;
}
table.pronunciation_aqua td.content a:hover, table.pronunciation_aqua td.content p a:hover{
	color: #009CFF;
}

table.pronunciation_aqua td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.pronunciation_aqua td ul li, div.pronunciation ul li {
	list-style-image: url(aqua_li.gif);
}

table.pronunciation_aqua td li a, table.pronunciation_aqua td a {
	color: #007AC7;
	text-decoration: underline;
}
table.pronunciation_aqua td li a:hover,table.pronunciation_aqua td a:hover {
	color: #009CFF;
	text-decoration: none;
}

table.pronunciation_aqua td input.input {
	border: 1px solid #009CFF;
	color: #007AC7;
}

/**********   writing     ******************/

div.writing, div.writing h2, div.writing h4, div.writing h3, div.writing p,
div.writing, div.writing * {
	color:#067509;
}

div.writing a, div.writing p a{
	color:#00A304;
}

div.writing a:hover, div.writing p a:hover{
	color:#00A304;
	text-decoration: none;
}


table.writing_green {
	border-top: 2px solid #8DCE8D;
	background-color: #E2F7E2;
	margin-right:13px;
	margin-bottom: 16px;
}

table.writing_green td{
	color: #067509;
}

table.writing_green td.tablehead, table.writing_green td.tablehead2, table.writing_green td.tablehead_line {
	background-color: #72A173;
}

table.writing_green td.first_lfbtm {
	background-image: url(green_left_btm.gif);
}

table.writing_green td.thrcoln_rgbtm, table.writing_green td.lastcoln_rgbtm { 
	background-image: url(green_right_btm.gif);
}

table.writing_green td.content, table.writing_green td.content p{
	color: #067509;
}

table.writing_green td.content a, table.writing_green td.content p a{
	color: #00A304;
}
table.writing_green td.content a:hover, table.writing_green td.content p a:hover{
	color: #00A304;
}

table.writing_green td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.writing_green td ul li, div.writing ul li {
	list-style-image: url(green_li.gif);
}

table.writing_green td li a, table.writing_green td a {
	color: #067509;
	text-decoration: underline;
}
table.writing_green td li a:hover,table.writing_green td a:hover {
	color: #00A304;
	text-decoration: none;
}

table.writing_green  td input.input {
	border: 1px solid #00A304;
	color: #067509;
}

/**********   speaking     ******************/
div.speaking h2, div.speaking h4, div.speaking h3, div.speaking p,
div.speaking { 
	color:#6B0078;
}

div.speaking a, div.speaking p a{
	color:#9E00B1;
}

div.speaking a:hover, div.speaking p a:hover{
	color:#9E00B1;
	text-decoration: none;
}


table.speaking_purple {
	border-top: 2px solid #D2B1E7;
	background-color: #EDDFF6;
	margin-right:13px;
	margin-bottom: 16px;
}

table.speaking_purple td{
	color: #6B0078;
}

table.speaking_purple td.tablehead, table.speaking_purple td.tablehead2, table.speaking_purple td.tablehead_line {
	background-color: #B397C5;
}

table.speaking_purple td.first_lfbtm {
	background-image: url(purple_left_btm.gif);
}

table.speaking_purple td.thrcoln_rgbtm, table.speaking_purple td.lastcoln_rgbtm { 
	background-image: url(purple_right_btm.gif);
}

wtable.speaking_purple td.content, table.speaking_purple td.content p{
	color: #6B0078;
}

table.speaking_purple td.content a, table.speaking_purple td.content p a{
	color: #9E00B1;
}
table.speaking_purple td.content a:hover, table.speaking_purple td.content p a:hover{
	color: #9E00B1;
}

table.speaking_purple td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.speaking_purple td ul li, div.speaking ul li {
	list-style-image: url(purple_li.gif);
}

table.speaking_purple td li a, table.speaking_purple td a {
	color: #6B0078;
	text-decoration: underline;
}
table.speaking_purple td li a:hover,table.speaking_purple td a:hover {
	color: #9E00B1;
	text-decoration: none;
}

table.speaking_purple td input.input {
	border: 1px solid #9E00B1;
	color: #6B0078;
}


/**********   generic     ******************/
div.generic h2, div.generic h4, div.generic h3, div.generic p,
div.generic { 
	color:#000000;
}

div.generic a, div.generic p a{
	color:#3E3E3E;
}

div.generic a:hover, div.generic p a:hover{
	color:#3E3E3E;
	text-decoration: none;
}


table.generic_black {
	border-top: 2px solid #7E7E7E;
	background-color: #D5D5D5;
	margin-right:13px;
	margin-bottom: 16px;
}

table.generic_black td{
	color: #000000;
}

table.generic_black td.tablehead, table.generic_black td.tablehead2, table.generic_black td.tablehead_line {
	background-color: #979797;
}

table.generic_black td.first_lfbtm {
	background-image: url(black_left_btm.gif);
}

table.generic_black td.thrcoln_rgbtm, table.generic_black td.lastcoln_rgbtm { 
	background-image: url(black_right_btm.gif);
}

wtable.generic_black td.content, table.generic_black td.content p{
	color: #000000;
}

table.generic_black td.content a, table.generic_black td.content p a{
	color: #3E3E3E;
}
table.generic_black td.content a:hover, table.generic_black td.content p a:hover{
	color: #3E3E3E;
}

table.generic_black td ul {
	margin-top:10px;
	margin-bottom: 10px;
}

table.generic_black td ul li, div.speaking ul li {
	list-style-image: url(black_li.gif);
}

table.generic_black td li a, table.generic_black td a {
	color: #000000;
	text-decoration: underline;
}
table.generic_black td li a:hover,table.generic_black td a:hover {
	color: #3E3E3E;
	text-decoration: none;
}

table.generic_black td input.input {
	border: 1px solid #3E3E3E;
	color: #000000;
}


/****************         Warning          **************/
/****************  it must be after inner page!   *******/
table td.tablehead, table td.tablehead2, table td.tablehead_line {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Arial Narrow',Arial, sans-serif;
	color: #FFFFFF;
	padding-left: 9px;
	height: 28px;
	padding-right: 5px;
}
table td.white {
	background-color: #FFFFFF;
	padding:5px;
}

tr.one_li td ul {
	margin-top: 3px;
	margin-bottom: 2px;
}

table td.tablehead_line p.smallwhite {color: white; font-size: 11px; font-weight: normal;}

tr.number td {font-size: 24px; color: black; font-family: Arial;}

div.black_text, div.black_text p,  div.black_text  *  
{ color: black; font-size: 12px;}
