/** General CSS class */

.clear{
	clear: both;
}

.copyright {
	width: 100%;
	text-align: right;
    font-size: xx-small;
}

.breadcrum {
	width: 100%;
	margin: 15px 0px 15px 0px ;    
    font-size: 2.6em;
    color: #cccccc;
    line-height: 1.30em;
    text-transform: uppercase;
    padding-top: 50px;
}

.index {
	text-align: right;	
}

.asterisk {
    color: #1e90bf;
    font-family: 'Times New Roman', serif;
    font-size: 130%;
}

.invalid {
    background-color: #ffc345;
}
