body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color: #E4E4E4;
    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment: fixed;
    font: 12px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: left;
}


body form {
	border: thin solid #949494;
	background-color: #DFDFDF;
	width: 1340px;
	margin-left: auto;
	margin-right: auto;
    
}



#Navi {
    background-color: #FFFFFF;
    height: 65px;
    width: 1340px;
}
#Navi table {
	font: normal large Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bluetext, #greentext, #redtext, #P1y,#P2y,#P1x,#P2x
{
    width: 50px;
    margin-left: 10px;
}





