
	body{
		font-size: 85%;
		font-family: tahoma, arial, serif;
		margin: 0px;
		padding: 0px;
		background-color: RGB(254, 249, 223);
		font-size: 80%;
		}

	form{
		padding: 0px;
		margin: 0px;
		}


	img.nob{
		border: 0px;
		}

/* Header */
	div.pageHead{
		height: 133px;
		background-color: RGB(254, 249, 223);
		width: 100%;
		background-image: URL(../images/general/bg_title.jpg);
 		background-position: 0% 0%;
		background-repeat: repeat-x; 
		}

	div.pageHeadImage{
		width: 100%;
		height: 130px;
		background-image: URL(../images/general/head_main.jpg);
 		background-position: 0% 0%;
		background-repeat: no-repeat; 
		}


	div.navMain{
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: right;
		width: 100%;
		height: 159px;
		}

	div.joiner{
		position: absolute;
		top: 103px;
		left: 450px;
		z-index: 10;
		}

	div.pageHeadSub{
		margin-left: 2px;
		padding-left: 2px;
		}


	div.pageContent{
		position: absolute;
		left: 0px;
		top: 160px;
		width: 170px;
		padding: 2px;
		margin: 2px;
		text-align: center;
		}

	span.spanContent{
		text-align: left;
		display: block;
		width: 150px;
		height: 400px;
		}

	div.pageMain{
		position: absolute;
		left: 180px;
		top: 160px;
		padding: 2px;
		margin: 2px;
		}



	div.subBannerHead{ 
		display: block; 
		width: 100%; 
		background-image: URL(../images/head_bg.jpg);
 		background-position: 100% 0%;
		background-repeat: repeat-y; 
		background-color: RGB(209, 234, 0);
		padding: 2px; 
		color: #002000; 
		font-weight: bold;
		width: 750px;
		letter-spacing: 1px;
		}

	div.subBannerCont{ 
		display: block; 
		width: 100%; 
		background-color: RGB(209, 234, 0); 
		padding: 2px; 
		color: #002000; 
		font-weight: bold;
		width: 150px;
		text-align: left;
		letter-spacing: 1px;
		}



	span.border{
		display: block;
		width: 690px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 8px;
		background-image: URL(../images/icon/hr.gif);
		background-repeat: repeat-x;
		}


	span.txtHeadSub{
		font-size: 100%;
		letter-spacing: 1px;
		}



	.frmSearch{
		font-family: tahoma, arial, serif;
		border: 1px solid #808080;
		font-size: 85%;
		}

	.headMid{
		background-position: 218px 0px;
		vertical-align: top;
		background-repeat: repeat-x;
		}


	#searchBox{
		position: absolute;
		top: 65px;
		left: 810px;
		}


/* Linking */

	a.lnkSP:link, a.lnkSP:active, a.lnkSP:visited{
		display: block;
		width: 250px;
		height: 150px;
		background-color: RGB(254, 249, 223);
		border: 1px solid RGB(254, 249, 223);
		text-decoration: none;
		}

	a.lnkSP:hover, a.lnkSP:visited:hover, a.lnkSP:visited:active{
		display: block;
		width: 250px;
		height: 150px;
		background-color: #F9F0D0;
		border: 1px solid #E0D0B0;
		text-decoration: none;
		}

	a.lnkSPLock:link, a.lnkSPLock:visited{
		display: block;
		width: 250px;
		height: 150px;
		background-color: RGB(229, 227, 209);
		border: 1px solid #E0E0E0;
		text-decoration: none;
		}

	a.lnkSPLock:hover, a.lnkSPLock:visited:hover, a.lnkSPLock:visited:active{
		display: block;
		width: 250px;
		height: 150px;
		background-color: RGB(229, 227, 209);
		border: 1px solid #C0C0C0;
		text-decoration: none;
		}

	a:link, a:visited{
		color: RGB(176, 128, 0);
		font-weight: bold;
		text-decoration: none;
		}

	a:hover, a:visited:hover, a:visited:active{
		color: RGB(200, 144, 0);
		font-weight: bold;
		text-decoration: none;
		}


	a.lnk2:link, a.lnk2:visited{
		color: #602020;
		font-weight: normal;
		text-decoration: none;
		}

	a.lnk2:hover, a.lnk2:visited:hover, a.lnk2:visited:active{
		color: #400000;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 1px dashed #800000;
		}



/* Spans */

	span.txtTitle{
		font-family: 'times new roman', georgia, serif;
		font-size: 150%;
		font-weight: bold;
		letter-spacing: 1px;
		}

	span.txtSmall{
		font-size: 85%;
		}

	span.txtI{
		font-style: italic;
		}

	div.indent{
		margin-left: 20px;
		}
/* Forms */

	.frmField{
		font-family: tahoma, arial, serif;
		font-size: 95%;
		border: 1px solid #A0A0A0;
		background: #F9F9FF;
		color: #000040;
		}

	.frmSubmit{
		font-family: tahoma, arial, serif;
		font-size: 110%;
		font-weight: bold;
		color: #00FF00;
		background-color: RGB(0, 80, 0);
		}
