/*Global Items*/
body{
	scrollbar-base-color: #0033FF;
}
/*text---------------------------------------------------------------------------*/
/*Bold Items*/
em ,#menu{  font-weight: bold
}
/*Main Font*/
body ,#tpm ,td ,p ,li ,ul ,h4 ,h5 ,th{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Main Font Size*/
#tpm ,#body ,td ,p ,th{
	font-size: 11px;
}
/*Smaller Font Size*/
#ftr ,small{
	font-size: 10px;
}
/*Larger Font Size*/
#tpm strong ,#body th ,#menu a{
	font-size: 13px;
}
/*Font Color 1*/
em ,strong ,h5 {
	color: #6633FF;
}
/*Font Color 2*/
#ftr ,#ftr a ,#body th ,#menu a:hover{
	color: #CCCCFF;
}
/*Font Color 3*/
#tpm a ,h4 ,#body a:hover,#menu a{
	color: #000099;
}
/*Font Color 4*/
#tpm a:hover ,#ftr a:hover ,#body a{
	color: #6666CC;
}
/*Font Color 5*/
small{
	color: #999;
}
/*Font Color 6*/
.req{
	color: Red;
}
/*text decoration*/
#tpm a:hover ,#ftr a ,h4 ,#menu a{
	text-decoration: none;
}
/*text indent*/
p ,h5{
    text-indent: 15px;
}
/*other properties-----------------------------------------------------------*/
/*Background Color 1*/
#ftr ,#body th ,#menu a:hover{
	background-color: #0033FF;
}
#body a:hover{
	background-color: #FFFFCC;
}
#sdm{
	background-color: #fff;
}
/*Heading break*/
#body h4{
	border-bottom: 1px solid #CCCCFF;
    width:100%;
}
#body h5 ,#sdm{
	border-bottom: 1px solid #99F;
    border-left: 1px solid #99F;
    }
#body h5 {
	width: 80%;
}
#menu a:hover{ 
	width: 140px;
    height: 25px;
    border: 1px solid #000000;
    padding-top: 2px;
}
