/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('/images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 999px;
	min-width:31px;
	min-height:31px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 30px;
	height: 30px;
	background-image: url('/images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 15px, 15px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 15px, 15px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(15px, 15px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(15px, auto, auto, 15px);
}

.Sheet-tc, .Sheet-bc
{
	left: 15px;
	right: 15px;
	height: 30px;
	background-image: url('/images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 15px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(15px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 15px;
	bottom: 15px;
	width: 30px;
	background-image: url('/images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 15px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 15px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 10px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:999px;
}

/* end Box, Sheet */

#linkn {
 text-align:right;
 text-decoration: none;
}

#linkn a {
 font-family:normal;
 text-align:right;
 color:#000000;
 font-size:12px;
 display: block;
 text-decoration:none;
}

#linkn a:hover {
 color:#000000;
 display: block;
}


#banner {
 text-align:center;
 text-decoration: none;
}

#banner a {
 font-family:normal;
 font-weight: ;
 color:#3984D8;
 font-size:11px;
 text-decoration:none;
}

#banner a:hover {

 color:#3984D8;

}