@charset "utf-8";
/* CSS Document */
body {
	background-color: #d05a04;
	background-image: url(../images/meena.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #2E1B15;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #3A4C8A;
}
a:active {
	color: #2E1B15;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.textinfo {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #FFD020;
}
.textinfoblue {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #3A4C8A;
	height: 24px;
}
.textinfowhite {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #FFFFFF;
	height: 24px;
}
.textinfobrn {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #2E1B15;
	height: 18px;
}
.semiinfo {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
.semiinfo a:link{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}
.error1 {border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info1 {border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.success1 {border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}