﻿<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.PopUp
{
background-color: #f3f6d5; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.ContentTableHeaderC
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #f3f6d5; /* Background color */
text-align: Left; /* Align Text */
}


</Style>