@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#172642;
}

.title {
	font-weight: bold;
	font-size:14px;
	color:#184485;
}

.product {	
	font-size:18px;
	color:#184485;
}

.centered_bg {
	background-repeat:no-repeat;
	background-position: center center;

}

.dynamicCSS
{
    text-align:left;
} 

.nonrepeat_title_bg {
background-repeat:no-repeat
}

.thin_table_border {
	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE3FD;
	border-right-color: #DFE3FD;
	border-bottom-color: #DFE3FD;
	border-left-color: #DFE3FD;
}

.right_table_border {
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFE3FD;
	border-right-color: #DFE3FD;
	border-bottom-color: #DFE3FD;
	border-left-color: #DFE3FD;
}

.left_table_border {
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bottom_table_border {
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D9E8FF;
	border-right-color: #D9E8FF;
	border-bottom-color: #D9E8FF;
	border-left-color: #D9E8FF;
}

.left_table_border {
	border-left-width: 0.05em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;	
	border-left-color: #C2CEFE;
}

.xshadow {
background: url(images/layout/bot_shadow.gif) repeat-x;
padding: 0px;
}

.left_yshadow {
background: url(images/layout/left_shadow.gif) repeat-y;
width: 0px;
padding: 0px;
}

.yshadow {
background: url(images/layout/rt_shadow.gif) repeat-y;
width: 0px;
padding: 0px;
}

.top_shadow {
	padding: 0px;
	background-image: url(images/layout/top_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
}

a:link {
	/*font-weight: bold;*/
	text-decoration: none;
	color:#004980;  /*verge of blue color*/
}

a:visited {
	/*font-weight: bold;*/
	text-decoration: none;
	color:#004980;
}

a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}

a:active {
	text-decoration: none;
}
ul {
	list-style-type: square;
}
