/***********************************************/
/* Soundings.css                               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #fffffff;
	text-decoration: none;
}

a:hover{
	color: #FFF200;
	text-decoration: underline;
}

h1{
/* font-family: Arial,sans-serif; */
	font-size: 90%;
	font-weight: bold;
 	color: #ffffff; 
 	margin: 0px;
 	padding: 0px;
}

/* New Release title */
h2{
	padding: 0px 0px 0px 0px;
	font-size: 85%;
	color: #fbee58;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* Detail title */
h3{
 	font-size: 100%;
	color: #FDD466;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* For Japanese title */
h5{
/* 	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ‚o–¾’©"; */
 	font-size: 114%;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
 	font-weight: bold;
	font-style: normal;
	text-align: left;

}

/* For Table title (S) - MWR Notes*/
h6{
 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	float: left;  
}

#navbar{
	padding: 5px 0px 5px 0px;
}

#topbar{
	padding: 0px 0px 0px 0px;
/*	display: none;  */
}

#content{
	float: left;
}


/************* .breadCrumb styles *************/

.breadCrumb{
	padding: 2px 0px 0px 10px;
	font-size: 70%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}



/************** .date styles ***************/

.date {

	padding: 0px 10px 5px 0px;
	font-size: 70%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.PostDate {
	padding: 0px 15px 0px 0px;
	font-size: 75%;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-align:right
}

/************** .cutline styles ***************/

.cutline {

	padding: 0px 10px 5px 0px;
	font-size: 70%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}


/************** .count styles ***************/

.count {

	padding: 0px 0px 0px 0px;
	font-size: 70%;
	color: #006699;
	font-style: normal;
	font-weight: normal;
}

/************** .Archive styles ***************/

.archive_title{
	padding: 0px 0px 0px 30px;
	font-size: 90%;
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 5px 0px;
	font-size: 75%;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}


.more{
	padding: 0px 5px 5px 0px;
	font-size: 70%;
	color: #ffff00;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/************** .newfeature styles ***************/

.newfeature{
	padding: 0px 10px 5px 0px;
	font-size: 80%;
	color: #384C72;
	font-style: normal;
	font-weight: normal;
}

/************** .what's new styles ***************/

.whatsnew{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}

/************** Detail styles ***************/

.detail{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}


.detailH{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	color: #FDD466;
	font-style: normal;
	font-weight: normal;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 5px 10px;
	color: #000000;
	font-size: 65%;
	font-weight: normal;
	font-style: italic;
	background-position: left;
	float: left;
}

.story p{
	padding: 0px 0px 10px 0px;
}





/************** .contact - list styles ***************/


.contact{
	padding: 0px 10px 5px 0px;
	font-size: 80%;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
/************** .archives styles ***************/

ul {
	List-style-type: none;
	padding-top: 0.5em;
	padding-left: 0em;
}


li{
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 1.5em;
	color: #ffffff;
	line-height: 1.3em;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 2px;
}
