/*-------------------------------------------------------------------------------------------------------*/
/* ANCHORS-LINK CLASSES */
/*-------------------------------------------------------------------------------------------------------*/
/* normal links */
a:link, a:visited {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #990000;
	text-decoration: underline;
}
/* Advanced Search link */
a.Advanced:link, a.Advanced:visited {
	background-color: transparent;
	color: #B5CCE5;
	font-weight: bold;
	text-decoration: none;
} 
a.Advanced:hover {
	background-color: transparent;
	color: #FF7D01;
	font-weight: bold;
	text-decoration: underline;
}
/* Level 1 Breadcrumb */
a.Breadcrumb:link, a.Breadcrumb:visited {
	background-color: transparent;
	color: #3967AC;
	text-decoration: underline;
}
a.Breadcrumb:hover {
	background-color: transparent;
	color: #3967AC;
	text-decoration: underline;
}
/* Footer navigation */
a.FooterNav:link, a.FooterNav:visited {
	background-color: transparent;
	color: #C66100;
	text-decoration: none;
}
a.FooterNav:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: underline;
}
a.FooterNavA:link, a.FooterNavA:visited, a.FooterNavA:hover {
	background-color: transparent;
	color: #C88544;
	text-decoration: underline;
}
/* Navigation level 1 */
a.Nav1:link, a.Nav1:visited {
	background-color: transparent;
	color: #3967AC;
	font-weight: bold;
	text-decoration: none;
}
a.Nav1:hover {
	background-color: transparent;
	color: #E41F1F;
	font-weight: bold;
	text-decoration: none;
}
/* Navigation level 1 Active */
a.Nav1A:link, a.Nav1A:visited {
	background-color: transparent;
	color: #E41F1F;
	font-weight: bold;
	text-decoration: none;
}
a.Nav1A:hover {
	background-color: transparent;
	color: #E41F1F;
	font-weight: bold;
	text-decoration: none;
}
/* Navigation level 2 */
a.Nav2:link, a.Nav2:visited {
	background-color: transparent;
	color: #3967AC;
	text-decoration: none;
}
a.Nav2:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
/* Navigation level 2 Active */
a.Nav2A:link, a.Nav2A:visited {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
a.Nav2A:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
/* Navigation level 3 */
a.Nav3:link, a.Nav3:visited {
	background-color: transparent;
	color: #003366;
	text-decoration: none;
}
a.Nav3:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
/* Navigation level 3 Active */
a.Nav3A:link, a.Nav3A:visited {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
a.Nav3A:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}
/* Searcg results page navigation */
a.PageNav:link, a.PageNav:visited {
	background-color: transparent;
	color: #3967AC;
	text-decoration: underline;
} 
a.PageNav:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: underline;
}
a.ReleaseTitle:link, a.ReleaseTitle:visited {
	background-color: transparent;
	color: #001E4C;
	text-decoration: none;
} 
a.ReleaseTitle:hover {
	background-color: transparent;
	color: #E41F1F;
	text-decoration: none;
}

/* back to top link */
a.Top:link, a.Top:visited {
	background-color: transparent;
	color: #999999;
	font-size: 0.8em;
	text-decoration: none;
} 
a.Top:hover {
	background-color: transparent;
	color: #E41F1F;
	font-size: 0.8em;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------------------*/
/* BODY-CONTENT */
/*-------------------------------------------------------------------------------------------------------*/
b {
	font-weight: bold;
}
body {
	background-color: #FFFFFF; 
	color: #003366;
	font-family: verdana, arial, serif;
	font-style: normal;
	font-weight: normal;
	margin: 3 3 3 3;
}
fieldset {
	border: none;
}
hr {
	background-color: transparent;
	color: #DDDDDD;
	height: 0%;
}
i {
	font-style: italic;
}
p {
	font-family: verdana, arial, serif;
	line-height: 1.4em;
	margin-top: 0%;
}
span {
	font-family: verdana, arial, serif;
}
sup {
	font-size: 0.75em;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------*/
/* TABLES */
/*-------------------------------------------------------------------------------------------------------*/
caption {
	background-color: transparent;
	color: #003366;
	font: italic normal 0.8em verdana, arial, serif;
	text-align: left;
}

th {
	background-color: transparent;
	color: #003366;
	font: normal bold 0.8em verdana, arial, serif;
	text-align: left;
}
td {
	color: #003366;
	font-family: verdana, arial, serif;
	font-size: 0.77em;
	font-style: normal;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------------------------------------------------------*/
h1 {
	background-color: transparent;
	color: #002850;
	font-weight: bold;
	font-size: 1.02em;
	margin: 0.5em 0em 0.5em 0em;
}
h2 {
	background-color: transparent;
	color: #002850;
	font-weight: bold;
	font-size: 0.94em;
	margin: 0em 0em 0.5em 0em;
}
h3 {
	background-color: transparent;
	color: #003333;
	font-weight: bold;
	font-size: 0.93em;
	margin: 0em 0em 0.5em 0em;
}
h4 {
	background-color: transparent;
	color: #999999;
	font-weight: normal;
	font-size: 0.94em;
	margin: 0em 0em 0.5em 0em;
}
h5 {
	background-color: transparent;
	color: #999999;
	font-weight: normal;
	font-size: 0.93em;
	margin: 0em 0em 0.5em 0em;
}

/*-------------------------------------------------------------------------------------------------------*/
/* LIST */ 
/*-------------------------------------------------------------------------------------------------------*/


li {
	line-height: 1.4em;
	padding: 0em;
	margin-left:1.2em;
}
ol {
	margin-left: 1.2em;
}
ul {
	list-style: square;
	margin-bottom: 1em;
	margin-left: 1.7em;
}

/*-------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------*/
.button {
	background-color: #3C5476;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
}
.buttonBG {
	background-color: #3C5476;
	color: #FFFFFF;
}
input {
	font-family: verdana, arial, serif;
	font-size: 1em;
}
.input {
	background-color: #FFFFFF;
	color: #003366;
	font-size: 1em;
	width: 17em;
}
.inputx {
	color: #003366;
	font-family: verdana, arial, serif;
	font-size: 1em;
}

.inputKeywords {
	background-color: #FFFFFF;
	color: #003366;
	font-size: 1em;
	width: 24.2em;
}
label {
	font-family: verdana, arial, serif;
}
select {
	background-color: #FFFFFF;
	color: #003366;
	font-family: verdana, arial, serif;
	font-size: 1em;
}
.selectTopic {
	background-color: #FFFFFF;
	color: #003366;
	font-size: 0.8em;
	font-weight: bold;
	/*width:10.6em;*/
	width:16.1em;
}
textarea {
	background-color: #FFFFFF;
	color: #003366;
	font-family: verdana, arial, serif;
	height:7em;
	width: 17em;
}

.textareax {
	background-color: #FFFFFF;
	color: #003366;
	font-family: verdana, arial, serif;
}

/*-------------------------------------------------------------------------------------------------------*/
/* USER-DEFINED STYLES/CLASSES */
/*-------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------*/
/* Keyword Search */
.AdvancedSearch {
	font-size: 0.7em;
}
.AdvancedArrow {
	background-color: transparent;
	color: #FF7D01;
}
.SearchText {
	background-color: #B5CCE5;
	color: #001E4C;
	font-size: 0.9em;
	font-weight: bold;
	width: 12.5em;
}
.SearchButton {
	background-color: #3C5476;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------------------*/
/* Table format */
.TableHeight {
	height: 100%;
}
.ContentHeight {
	height: 94%;
}
.KeylineGrey {
	background-image: url(../images/dot-grey.gif);
	background-repeat: repeat-y;
}
/*-------------------------------------------------------------------------------------------------------*/
/*Content Area */
.Breadcrumb {
	background-color: #E6EDF5;
	color: #3967AC;
}
.FormLightBG {
	background-color: #EAF0F6;
	color: #003366;
}
.FormDarkBG {
	background-color: #DFE7F1;
	color: #003366;
}
.FormArea {
	padding: 0.7em;
}
/*-------------------------------------------------------------------------------------------------------*/
.Footer {
	background-color: transparent;
	color: #C66100;
}
.Intro {
	color: #C88544;
	font-weight: bold;
	width: 100%;
}
.homeNews {
	color: #003366;
	font-family: verdana, arial, serif;
	font-style: normal;
	font-weight: normal;
}
.MediaDate {
	color: #858585;
	font-weight: normal;
	margin: 0em 0em 0.5em 0em;
}
.MediaMonthYear {
	color: #999999;
	font-weight: normal;
	margin: 0em 0em 2.2em 0em;
}
.NavIconRed {
	background-color: #E41F1F;
	color: #FFFFFF;
}
.NavIconBlue {
	background-color: #001E4C;
	color: #FFFFFF;
}
.NavigationBG {
	background-color: #CADDF3;
	color: #3967A3;	
}
.NavigationBGDark {
	background-color: #B9D3F3;
	color: #3967A3;	
}
.NavigationBGTile {
	background-color: #B9D3F3;
	background-image: url(../images/Navigation_Tile.gif);
	background-repeat: repeat-y;
	color: #3967A3;	
	height: 100%;
}
.NavText {
	background-color: transparent;
	color: #3967AC;
}
.NavTextUpdated {
	background-color: transparent;
	color: #3967AC;
}
.PageNavigation {
	background-color: transparent;
	color: #3B65AD;
	padding: 0.8em 0em 0.8em 1.5em;
}
.required {
	color: #CC0000;
}
.RowDark {
	background-color: #DAE6F4;
	color: #003366;
}
.RowLight {
	background-color: #E6EDF5;
	color: #003366;
}
.ThmTitle {
	font-size: 0.9em;
}
.Welcome {
	background-color: transparent;
	color: #C88544;
}

.SearchMatches {
	color: #999999;
	font-weight: normal;
}

.MatchesToResultSpacer {
	font-size: 0.3em;
}
/*-------------------------------------------------------------------------------------------------------*/
/* Farsi Font */

.farsif 
{
	font-family: Times New Roman;
}

