/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	background-image: url('Images/bg.gif');
	margin:0px 0px; 
	padding:0px;
	text-align: center;
}

table.container
{
	width: 680px;
	background-color: White;
	border: 1px solid #D6D6D6;
	margin: 0px auto;
}

td
{ 
	font-size: 12px; 
}

td.title
{
	font-weight: bold;
}

td.container
{
	width: 682px;
}

td.content
{
	padding-top: 15px;
	vertical-align: top;
}

td.left
{
	width: 120px;
	background-color: #E7E7E7; 
	font-family: verdana;
	vertical-align: top;
	font-size: 10px;
	padding-top: 10px;
}

h1
{
	font-size: 14px;
}

h2
{
	font-size: 14px;
	margin: 0px;
}
	