﻿body
{
    margin: 0 30 30 30;
    font-family: Tahoma, Arial;
    font-size: 10 pt;
}  

.pagetitle
{
    font-family: Tahoma, Arial, Verdana;
	font-size: 22pt;
	font-weight: 400;
	padding-bottom: 18px;
}

.tbl_border
{
	border-right: #004b00 thin solid;
	border-top: #004b00 thin solid;
	font-size: 12pt;
	border-left: #004b00 thin solid;
	border-bottom: #004b00 thin solid;
	font-family: Tahoma, Arial, Verdana;
}

.tbl_header
{
	font-weight: 500;
	font-size: 10pt;
	font-weight: 600;
	border-bottom: #004b00 1px solid;
	font-family: Tahoma, Arial, Verdana;
	background-color: #004b00;
	color: White;
}

.img_border
{
    border: 1px solid #004b00;
}

.lbl
{
	text-align: right;
	font-weight: 500;
}

.txtbx
{
	border: solid 1px black;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12pt;
	font-weight: 500;
}

.btn
{
	border: solid 1px black;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10pt;
	font-weight: 500;
	text-decoration: none;
}

.txtbold {font-weight:700}

