
 if (screen.width<=1024)   
{
document.write('<style type="text/css">.style1 {font-family: "Times New Roman", Times, serif; font-style: italic; color: #FFFFFF;font-size:14px};font-weight: bold;</style>')
}
 if (screen.width>=1200)   
{
document.write('<style type="text/css">.style1 {font-family: "Times New Roman", Times, serif; font-style: italic; color: #FFFFFF;font-size:17px;font-weight: bold;}</style>')
}



 if (screen.width<=1024)   
{
document.write('<style type="text/css">a:link {text-decoration: none; color: #005093;	font-family: Tahoma; font-size: 12px;} a:visited {text-decoration: none; color: 005093; font-size: 12px;}a:hover {text-decoration: none;color: #005093;font-family: Tahoma; font-size: 12px;}a:active {text-decoration: none;	color: #f7941d; font-size: 12px;font-family: Tahoma;} .styleorange {font-family: Tahoma; font-size: 12px; color: #005093;}</style>') 
}
 if (screen.width>=1200)   
{
document.write('<style type="text/css">a:link {text-decoration: none; color: #f7941d;	font-family: Tahoma; font-size: 12px;} a:visited {text-decoration: none; color: f7941d; font-size: 12px;}a:hover {text-decoration: none;color: #005093;font-family: Tahoma; font-size: 12px;}a:active {text-decoration: none;	color: #f7941d; font-size: 12px;font-family: Tahoma;} .styleorange {font-family: Tahoma; font-size: 12px; color: #005093	;} </style>')
}
