﻿    .nowrap{white-space:nowrap;}
    body, input,textarea, select {
      margin: 0;
      padding: 0;
      color: #034E87;
      font-size:13px;
      font-family:Arial;
      min-width:1000px;
    }
    img,a img{border:0;}
    a{color: #034E87;}
    .ltr{direction:ltr;}
    
    .selectedItem
    {
		font-weight:bold;
		background-color:#B2D9FB;
		font-size:14px;
		
	}
	.nowrap
	{
	    white-space:nowrap;
	}

.header
{
	background-color:#D2E9FD;
	
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	
	
}
.header a:link
{

	
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}
.header a:visited
{


	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}

.item
{
	white-space:nowrap;
	font-size:14px;
}
.AlternatingItem
{
	background-color:#EBF5FD;
	white-space:nowrap;
	font-size:14px;
}