/*********************************************************************************
Resources:
	http://www.w3schools.com/css/default.asp	//Excellent CSS reference & tutorial!
	http://jigsaw.w3.org/css-validator/				//CSS Validator
	http://validator.w3.org/									//HTML Validator
**********************************************************************************
Abbreviations for css:
bd_ // body (body)
td_	// table division (td)
ak_	// anchor (a)
hd_	// header (H1-H7)
*********************************************************************************/

/* *** GENERAL BODY FORMATS ******************************************************* */
body.default {
background-color:#FFFFFF;			/* color:background */
color:#000000;								/* color:text */
margin:0;							/*  */
padding:0;							/*  */
}

body.format2 {
background-color:#33618F;
/* color:; */
/*
margin:0;
padding:0;

*/}

body.web_contents{
background-color:#33618F;
/* color:; */
margin:0;
padding:0;
}

/* *** LISTS FORMATS ************************************************************** */
ul.numlist{
	list-style-type: decimal;/*
	------------------------*/
	font-size:18px;	color:#FFFFFF; font-family: arial, "lucida console", sans-serif;position:relative;  margin-left:auto;margin-right:auto;/* text-align:center; *//* font-style:italic; */
}

ul.l_alphalist{
	list-style-type: lower-alpha;/*
	------------------------*/
	font-size:18px;	color:#FFFFFF; font-family: arial, "lucida console", sans-serif;position:relative;  margin-left:auto;margin-right:auto;/* text-align:center; *//* font-style:italic; */
}

ul.square{
	list-style-type: square;/*
	------------------------*/
	font-size:18px;	color:#FFFFFF; font-family: arial, "lucida console", sans-serif;position:relative;  margin-left:auto;margin-right:auto;/* text-align:center; *//* font-style:italic; */
}
/*
ul.dec{
	font-family: arial, "lucida console", sans-serif;
	li.decimal	{list-style-type: decimal}
}
li.none	{list-style-type: none}
li.disc	{list-style-type: disc}
li.circle	{list-style-type: circle}
li.square	{list-style-type: square}
li.decimal	{list-style-type: decimal}
li.decimal-leading-zero	{list-style-type: decimal-leading-zero}
li.lower-roman	{list-style-type: lower-roman}
li.upper-roman	{list-style-type: upper-roman}
li.lower-alpha	{list-style-type: lower-alpha}
li.upper-alpha	{list-style-type: upper-alpha}
li.lower-greek	{list-style-type: lower-greek}
li.lower-latin	{list-style-type: lower-latin}
li.upper-latin	{list-style-type: upper-latin}
li.hebrew	{list-style-type: hebrew}
li.armenian	{list-style-type: armenian}
li.georgian	{list-style-type: georgian}
li.cjk-ideographic	{list-style-type: cjk-ideographic}
li.hiragana	{list-style-type: hiragana}
li.katakana	{list-style-type: katakana}
li.hiragana-iroha	{list-style-type: hiragana-iroha}
li.katakana-iroha	{list-style-type: katakana-iroha}

*/
/* *** TABLE FORMATS ************************************************************** */
td.default					/* usage:<td class="default"><a href="">LINKTEXT</a></td> */
{
font-family:sans-serif;
font-size:12pt;				/*  */
font-weight:normal;			/* delares BOLDness (100-900,lighter/normal/bold/bolder) of font */
background-color:#FFFFFF;	/* color:background */
color:#000000;				/* color:text */
text-align:left;			/*  */
white-space:nowrap			/*  */
}

td.web_contents
{
font-family:sans-serif;
font-size:8pt;
font-weight:normal;
background-color:#000059;
color:#FFFFFF;
text-align:left;
white-space:nowrap;
}

td.web_contents_nobg
{
font-family:sans-serif;
font-size:8pt;
font-weight:normal;
color:#FFFFFF;
text-align:left;
width:auto;
}

/* *** ANCHOR FORMATS ************************************************************* */
a:link
{
color:#FFFF00;				/* color:text */#FFFF00
text-decoration:none;	/*  */
}
a:visited
{
color:#009933;
text-decoration:none;
}
a:hover
{
color:#33CCFF;
text-decoration:underline;
}


a.format2:link	 /* usage:<a class="format2" href="">LINKTEXT</a> */
{
color:#FFFFFF;
text-decoration:none;
}
a.format2:visited
{
color:#400080;
text-decoration:none;
}
a.format2:hover
{
color:#FF0000;
text-decoration:underline;
}

a.web_contents:link	 /* usage:<a class="format2" href="">LINKTEXT</a> */
{
color:#FFFFFF;
text-decoration:none;
}
a.web_contents:visited
{
color:#FFFFFF;			/* #400080 */
text-decoration:none;
}
a.web_contents:hover
{
color:#FF0000;
text-decoration:underline;
}
/* *** HEADER FORMATS ************************************************************* */
p.h1n {
	font-size:24px;
	color:#FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/* text-align:center; */
    /* font-style:italic; */
}

p.h2n {
	font-size:18px;
	color:#FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/* text-align:center; */
    /* font-style:italic; */
}

p.h2n_tbd {
	font-size:18px;
	color:#3C3C3C;
	font-family: arial, "lucida console", sans-serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/* text-align:center; */
    /* font-style:italic; */
}

p.h2n_question {
	font-size:18px;
	color:#FF0000;
	font-family: arial, "lucida console", sans-serif;
	font-weight:900;			/* delares BOLDness (100-900,lighter/normal/bold/bolder) of font */
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/* text-align:center; */
    /* font-style:italic; */
}

p.sr2k6_m1n					/* usage:<td class="default"><a href="">LINKTEXT</a></td> */
{
font-family:arial, "lucida console", sans-serif;
font-size:18pt;				/*  */
font-weight:normal;			/* delares BOLDness (100-900,lighter/normal/bold/bolder) of font */
/* background-color:#FFFFFF; */	/* color:background */
color:#000000;				/* color:text */
/* text-align:left; */			/*  */
/* white-space:nowrap */			/*  */
}
