body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
}
table.allBorder {
	border-color: #000000;
	border-style: solid;
}
td.text {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}
td.small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
td.page_heading {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;font-weight:bold; text-align: center;
}
td.paragraph_heading {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;font-weight:bold; 
}

p.page_heading {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;font-weight:bold; text-align: center;
}
p.paragraph_heading {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;font-weight:bold; 
}
p.text{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}
p.small{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
table.outsideBorder {
	border-color: #000000;
	border-style: solid;
}
table.outsideBorder td{
	border:none
}
table.allBorder {
	border-color: #000000;
	border-style: solid;
}
table.allBorder td{
	border-color: #000000;
	border-style: solid;
}

A {font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;text-decoration: none;font-weight:bold;
}
A:link {color:blue; }

A:hover {text-decoration: none;  
		color:red;
}
.drop1{			
	font-size: 9px;
	background: #FFFFFF;
	border-style: thin;
}
.small{			
	font-size: 8px;
	
}

div.rounded-box {
    width: 9em;
    background-color: #E6E6E6;
    margin: 3px;
	border-color: #000000;
	border-style: solid;
}
div.top-left-corner, div.bottom-left-corner,div.top-right-corner, div.bottom-right-corner{
	position:absolute; width:20px; height:20px;
	background-color:#FFF; overflow:hidden;
}
div.top-left-inside, div.bottom-left-inside,div.top-right-inside, div.bottom-right-inside{
	position:relative; font-size:150px; font-family:arial;
	color:#E6E6E6; line-height: 40px;
}
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents {
	position: relative; padding: 8px; color:#000;
}

.error {
	border: 1px solid navy;
	font-size: 12px;
	background-color: red;
	padding: 5px;
	color: yellow;
}
