/* CSS Document */

BODY {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p{
	color : black;
	font-size : 12px;
	margin-left : 5px;
	margin-right: 5px;
	text-align: left;
}

.smallp{
	color : black;
	font-size : 11px;
	margin-left : 2px;
	margin-right: 2px;
	text-align: left;
}
.centerp{
	text-align: center;
}

h1{
	font-size : 19px;
	color : #1E6AD2;
	font-weight : bold;
	margin-top : 8px;
	margin-left : 3px;
	margin: 0px;
}
h2{
	font-size : 15px;
	color : #1f70de;
	font-weight : bold;
	margin-left : 3px;
	margin-right: 3px;
}


h3{
	font-size : 12px;
	color : #1f70de;
	font-weight : bold;
	margin-left : 3px;
}

h4 {
	font-size : 12px;
	color : #1f70de;
	font-weight : bold;
	margin-left : 3px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6666;
	font-weight: bold;
}

.footer{
	font-size : 10px;
	color : #d42023;
	margin-left : 2px;
	text-align: center;
}

.footer_main{
	font-size : 10px;
	color : #eff6ca;
	margin-left : 2px;
	text-align: center;
}

td.different {
	border-top: 1px dashed #d42023;
	border-bottom: 1px dashed #d42023;
}

td.topline {
	border-top: 2px solid #d42023;
}

td.bottomline {
	border-bottom: 2px solid #d42023;
	text-align: center;
}


table.border {
	border-top: 1px dashed #d42023;
	border-bottom:: 1px dashed #d42023;
	border-left: 1px thick #d42023;
	border-right: 1px dashed #d42023;

}

table.main_border {
	border-left: 1px groove #d42023;
	border-right: 1px outset #d42023;
	border-top: 1px groove #d42023;
	border-bottom: 1px groove #d42023;
	
}

p.pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6666;
}
p.pink_head{
	font-size: 14px;
	color: #CC6666;
	font-weight: bold;
}
p.blue_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
p.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #003399; 
}

tr.blue_back {
	background-color: #CAE4FF;
	
}
tr.pink_back {
	background-color: #FFCCCC;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ecf3cf;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.red A{
	font-size : 11px;
	color : #ecf3cf;
	text-decoration : none;
	font-weight : bold;
}

.red A:hover{
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : underline;
	font-style: italic;
}
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d42023;
	font-weight: bold;
}

li{
	font-size : 12px;
	color : #000000;
	margin-left : 2px;
	list-style-image : url(images/blue_dot.jpeg);
}

ul{
	margin-top : -2px;
	text-align: left;
}

li.pink {
	font-size : 12px;
	color : #CC6666;
	margin-left : 2px;
	list-style-image : url(images/pink_dot.jpeg);
}

tr.back1 {
	background-color: #ff9900;
	
}
tr.back2 {
	background-color: #99cc33;
}

tr.back3 {
	background-color: #FFEAEA;
	background-image: url(images/actions.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 3px;
	color: #333333;
	font-weight: bold;
	font-style: oblique;
}

tr.tableborders {
	border-top: 1px thick #d42023;
	border-bottom: 1px thick #d42023;
}

p.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
p.white_head{
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}
.redBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d42023;
	font-weight : bold;
}
.redBold A{
	font-size : 14px;
	color : #d42023;
	text-decoration : none;
	font-weight : bold;
}

.redBold A:hover{
	font-size : 14px;
	color : #003399;
	font-weight : bold;
	text-decoration : underline;
	font-style: italic;
}

.divak{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f6fdd1;
	font-weight : bold;
	font-style:italic;
	margin-top: 15px;
	margin-bottom: 7px;
}
