/*Global Items*/
.roll {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a.roll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
a.roll:hover {
	color: #079CFF;
	text-decoration: none;
	background-color: #FFFFCC;
}
body{
	scrollbar-base-color: #225586;
	scrollbar-arrow-color: #A2C7E2;
}
/*text---------------------------------------------------------------------------*/
/*Bold Items*/
em {  font-weight: bold
}
/*Main Font*/
body ,#tpm ,td ,p ,li ,ul{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Main Font Size*/
#tpm ,#body ,td ,p ,li{
	font-size: 11px;
}
/*Smaller Font Size*/
#ftr ,small{
	font-size: 10px;
	color: #CCFFFF;

}
/*Larger Font Size*/
#tpm strong ,#body th{
	font-size: 13px;
}
/*Font Color 1*/
em ,strong ,h5 {
	color: #0099FF;
}
/*Font Color 2*/
#ftr ,#ftr a ,#body th{
	color: #CCFFFF;
}
/*Font Color 3*/
#tpm a ,h4 ,#body a:hover{
	color: #000099;
}
/*Font Color 4*/
#tpm a:hover ,#ftr a:hover{
	color: #3333FF;
}
/*Font Color 5*/
small{
	color: #003333;
}
/*Font Color 6*/
.req{
	color: Red;
}
/*text decoration*/
#tpm a:hover ,#ftr a ,h4{
	text-decoration: none;
}
/*text indent*/
p ,h5{
	text-indent: 15px;

}
/*other properties-----------------------------------------------------------*/
/*Background Color 1*/
#ftr ,#body th{
	background-color: #225586;
}
#body a:hover{
	background-color: #FFFFCC;
}
/*Heading break*/
#body h4{
	border-bottom: 1px solid #CCCCFF;
    width:100%;
}
#body h5{
	border-bottom: 1px solid #BDF;
    border-left: 1px solid #BDF;
    width:65%;
}
