﻿body 
{
	height:100%;
	width:750px;
    font-family:Arial;
    font-weight:normal;
    font-size:12px;
    color:#000000;
    margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color:#FFFFFF;
	line-height:normal;
	border:solid 1px #000000;
	padding:10px;
}

h2
{
	padding: 4px;
	margin:0px;
}
hr
{
	margin:4px;
	padding:0px;
}

/* TextBox                     */
/*-----------------------------*/	
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
	font: normal "Tahoma", monospace, fixed !important;
	margin-bottom:3px;
}

.smallTextBox
{
	width:35px;
}

.mediumTextBox
{
	width:100px;
}

.dateTextBox
{
	width:75px;
}

.emailTextBox
{
	width:250px;
}
.moneyTextBox
{
	width:65px;
}

.largeTextBox
{
	width:200px;
}

.x-largeTextBox
{
	width:300px;
}
.xx-largeTextBox
{
	width:500px;
}
.multiLineTextBox
{
	width:700px;
}
