body
{
	background-color: White;
}

.vtd{
	border : 1px solid Black;
}
.vtds{
	border : 1px solid Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	vertical-align : middle;
}
.vtdh{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	background : #003398;
	color : White;
	font-weight : bold;
}
.vtdp{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background : #003398;
	color : White;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}
.tlink a:link {
	color: #FFFFCC;
	background-color: transparent;
	text-decoration : underline;
}
.tlink a:visited {
	color:#FFFFCC;
	background-color: transparent;
	text-decoration : underline;
}
.tlink a:hover {
	color: #FFFFCC;
	background-color: transparent;
}
a:link {
	color: Blue;
	background-color: transparent;
	text-decoration : underline;
}
a:visited {
	color: Blue;
	background-color: transparent;
	text-decoration : underline;
}
a:hover {
	color: Blue;
	background-color: transparent;
	text-decoration : underline;
}
.textarea  { 
border: #000000 1px inset;
border-color: #000000 #666666 #666666 #000000;
background-color: #FFFFFF;
background-attachment: fixed;
background-image: url(../images/textbox_shadow.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}

.ckbox {
border: #000000 1px inset;
border-color: #000000 #666666 #666666 #000000;
background-color: #FFFFFF;
background-attachment: fixed;
}

.select {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.button {
background-color: #E8E8E8;
border: 1px inset;
font-family: Arial;
font-size: 10px;
color: #000000;
cursor: hand;
border-color: #999999 #000000 #000000 #999999;
height: 20px;
}

.TextBox {
border: #000000 1px inset;
border-color: #000000 #666666 #666666 #000000;
background-color: #FFFFFF;
background-attachment: fixed;
background-image: url(../images/textbox_shadow.gif);
background-position: left
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}


table.ptable 
{
	font-Family: Arial;
	Font-Size: 9 pt;
	width: 100%;
	border: solid thin black;
	margin: 0;
}
table.vtable 
{
	font-Family: Arial;
	Font-Size: 10pt;
	border: solid thin black;
	margin: 0;
	background-image : none;
}

