
/* \*/
/** html #tlc, * html #trc {height: 1%;}*/
/* */

/*#tlc, #trc { zoom: 1 }*/
*{
	color: #333;
	font-size: 13px;
	font-family: "MS Sans Serif", Tahoma, AngsanaUPC;
}

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center; 
	color: #006699;

}

.small {
	font-family: "MS Sans Serif", Tahoma, AngsanaUPC;
	font-size: 10px;
	}

a {
	text-decoration: none;
	color:blue;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}


.boldred { color:red; font-weight:bold; }
.normalred { color:red;  }

#wrapper
	{
	background-color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
/*	text-align: left; */
				/* width:40%;	<-- use this to tie width to viewport size */
	width: 840px;				/* <-- use this for a set width */
	/*background-color: #00eeee;;*/
	}
 	
#content
	{
	margin-left: auto;
	margin-right: auto;	
	width: 782px;				/* <-- use this for a set width */
	padding-top:4em;
	padding-bottom:20px;
/*	padding-left:20px;
	padding-right:20px; */
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#333;
	font-size: 1em;
/*	line-height: 1.2em; */
	}
		
/* ---=== border code follows ===--- */
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/table_01.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/table_03.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/table_07.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/table_09.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/table_02.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/table_08.jpg);
	background-position: 0% 100%;
	}
	
#rb
	{
	background-image:url(../images/table_06.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/table_04.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	}