/*IE Specific fonts-ie.css*/
[root@websrv styles]# cat fonts-ie.css
@font-face {
  font-family: 'Raleway';
  src: url('/styles/fonts/Raleway-Thin.eot');
        }

@charset "utf-8";
/*Main display area layout*/

p {
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:150%;
	color:rgb(51,51,51);
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size:56px;
	vertical-align:top;
	color:#000000;
}

p.info {
	font-size:11px;
	color:#333333;
	line-height:100%;
}

