body
{
	font-family : Arial;		
	font-size 
}
	
h1
{
	text-align : center;
	margin-bottom : 0;
	font-size : 30px;
}	

h2
{
	color :	#13367a;
	text-align : center;
	margin-top : 0;
	font-size : 20px;
}
	
div.main
{
	width : 800px;
	margin : auto;
	text-align : left;
}

tr.head
{
	font-weight : bold;
}

td
{
	width : 400px;
}

td.first
{
	width : 150px;
}

td.second
{
	width : 100%;
}

p.inf
{
	font-style: italic;
}

input
{
	border : 1px solid black;
	background-color : white;
	color : black;
}

input[type=text]
{
	width : 100%;
}

table.bordered
{
	border : 1px solid black;
	margin : 10px;
}

td.bordered
{
	border : 1px solid black;
	width : 500px;
}

td.bordered_f
{
	width : 150px;
	border : 1px solid black;
}


