/******************* base *******************/
body{
	color:#003366;
	margin: 0px;
    padding: 0px;
	border: 0px;
	boder-style: none;
	text-align: left;
	background-color: #c7e4fe;
}

a:link {
	color:#0099FF;
	text-decoration: none; 
}

a:visited {
	color:#0099FF;
	text-decoration: none; 
}

a:active {
	color:#0099FF;
	text-decoration: none; 
}

a:hover {
	color:#0099FF;
	text-decoration: underline; 
}

/******************* layout *******************/
#shadow {
	width: 16px;
	background-image : url(shadow.gif);
	background-repeat: repeat-y;
}

#info {
	height: 26px;
	text-align: right;
	background-image : url(info_bg.gif);
	background-repeat: repeat-x;
}

#leftmenutd {
	text-align: center;
	width: 200px;
	background-color: #2A5379;
	vertical-align:top;

}

#leftmenu {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	text-align: center;
	background-color: #528DC5;
	width: 200px;
}

#rightcontentstd {
	width: 560px;
	background-color: #ffffff;
}

.imgstyle {
	border: none;
}

/******************* h *******************/
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

/******************* font *******************/
.small {
	font-size: 65%;
	line-height: 120%;
}

.normal {
	font-size: 75%;
	line-height: 120%;
}

.normalH {
	font-size: 75%;
	line-height: 140%;
}

.normalN {
	font-size: 75%;
	line-height: 90%;
}

.mlarge {
	font-size: 90%;
	line-height: 140%;
}

.large {
	font-size: 100%;
	line-height: 140%;
}


/*********************** color *******************/
.white {
	 
	color: #fff;
}

.red {
	 
	color: #D82121;
}

.blue {
	 
	color: #024B90;
}

.green {
	 
	color: #396; 
}

