@charset "utf-8";
/* CSS Document */


#latestNewsContent
{
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B04B15;
	margin: 10px;
}
.pagetitle 
{
    background-color:#B04B15 ;
    font-weight: bold;
}
.pagetitle h1 {

    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 15px;
    padding: 0;
    font-weight: bold;
}
.welcomeText 
{
    font-family: calibri;
    line-height: 30px;
    padding: 10px;
    text-align: justify;
    font-size: 18px;
    color: #000000;
}
.errorbox {text-align:center; font-size:14px; font-weight:bold; color:red; text-transform:capitalize;}

input[type="file"] 
{
    width: 100px;
}