/*	Sasj HP CSS File	*/
/* for English Top index Page	*/
/*	ver.1.0 2007.11.1	*/

body {
	background-color: #fff;
	color: #000 ;
	font-family : "Times New Roman" ;
}

a[target="_blank"] {
background : url(../icon/external.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.external {
background : url(../icon/external.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".pdf"] {
background : url(../icon/pdfico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.pdf {
background : url(../icon/pdfico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".doc"] {
background : url(../icon/wordico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.doc {
background : url(../icon/wordico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".xls"] {
background : url(../icon/xlsico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.xls {
background : url(../icon/xlsico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".zip"] {
background : url(../icon/archiveico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.zip {
background : url(../icon/archiveico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href^="http://www.sasj.org/"] {
padding : inherit;
background : transparent;
}

a:link {
	color : #003399 ;
	text-decoration : none ;
}

a:visited {
	color : #003399 ;
	text-decoration : none ;
}

a:hover {
	color : #ffffff ;
	background-color : #003399 ;
	text-decoration : none ;
}

.mbody {
	margin-left: 30px;
	margin-top: 8px;
	margin-right: 30px;
}

.title {
	font-family: Arial ;
	font-size : 200% ;
	font-weight : bold ;
	color : #00693e ;
	margin-bottom : 15px ;
}


