/* Start of CMSMS style sheet 'ISRCV5 blank page style' */
/*--content center font style--------------------------------*/
a, /* link color */
a:visited, 
a:link, 
a:active  { 
	text-decoration: none;
/*	border-bottom: 1px dotted #C00; */
	color: #C00;
	cursor: hand;
	}
a:hover {
	border-bottom: 1px dotted #CC0000;
	text-decoration: none;
	}	
a.image,
a:hover.image /* remove image a hover text decoration */  {
	text-decoration: none;
	border: 0;
	background-color: transparent;
	cursor: hand;
	}
ul, /* order, paragraph, td, blockquote, form */
li, 
p, 
td,
input, 
blockquote {
    font-family: 'Trebuchet MS', Verdana, Tahoma;
    font-size: 10pt; 
	}	
ul, ol { /* add tab space with order list  */
        list-type-position: inside;
	margin-left: 50px;
         }
li {  
	padding-left: 0; /* create zero space between number and text eg: 1. Text */
}
h1 {
	color: #294B5F; 
	font-size: 1.2em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border; css order: top right bottom left*/
        margin: 0 0 2em 0;
	}	

/*--content layout--------------------------------*/
body {
	padding: 25px 10px;
	background-color: #efeff6;
        line-height: 1.5em; /* add spacing between lines */
	}


/*--ISRC V4 font styles--------------------------------*/

.bigheading {
	color: #294B5F
	font-family: "Trebuchet MS", Verdana, "Tw Cen MT" ;
	font-size: 20px;
	text-align: left;
        line-height: 1.5em;
	letter-spacing: 0.1em;
        margin-bottom: 5px;
	}
.blue { 
	color: #00E;
	font-family: "Trebuchet MS", Verdana, "Tw Cen MT";
	font-weight: bold;
	letter-spacing: 0.1em;
	}

/*-----------Special Font Styles ----*/
.highlight {
		background-color: #FFE9AF;
	}
.chinese {
	font-size: 9pt;
	font-family: pmingliu;
	line-height: 165%;
	}
.small_courtesy {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
        font-size: 8pt;
        color: #444;
	}
.small_courtesy a, a:visited a:link, a:active { 
 	color: #8D6A0D;
	text-decoration: none; 
	cursor: hand;
	}
.small_courtesy a:hover {
	text-decoration: none; 
	}

/* End of 'ISRCV5 blank page style' */

