/*  Core CSS file - standardizes styles across browsers.  	Based on Yahoo's Developer Library CSS (reset.css and base.css) files.	MDL - Version 1.7 */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {      margin:0;     padding:0; } body {}form { display: inline; }table {width: 93%; border-collapse: collapse; border-spacing: 0; background:#00aeef; margin-bottom: 25px;} thead { background:#cfcfcf;}td { background:#fff;padding: 5px 18px 3px;}th {padding: 8px 18px 6px;}fieldset,img { border:0; } address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } em { font-style: italic; }h1,h2,h3,h4,h5,h6 { font-size:100%; } h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } caption { color:#fff; background:#e2e2e2;padding: 9px 18px 7px;font-size: 1.2em;}caption { text-align:left;font-size:14px; font-weight:bold; color:#5c707c;}th { text-align:left; font-weight:bold; color:#5c707c;}q:before,q:after { content:''; } abbr,acronym { border:0; } a, input { outline: none; }.notes {font-size: 11px;font-style: italic;}/* Some standard IA styling */body { 	font-size: 14px;color:#777777;font-family:Arial, Helvetica, sans-serif; background:#fff url(images/skin/bg/main-bg.jpg);}.c-w1 blockquote{ margin: 0.25em 0 1em; } .c-w1 blockquote { margin-left: 2em; margin-right: 2em; }.c-w1 ul {  margin: 0.4em 0 2.6em 1.4em; }.c-w1 ol {  margin: 0.4em 0 2em 2.9em; }.c-w1 ol li { list-style: decimal outside; line-height: 1.65em; } .c-w1 ol li ol { margin: 0.4em 0 2em 2.6em;}.c-w1 ol li ol li {list-style: lower-alpha outside none; }.c-w1 ul li { background:url(images/skin/bg/content-bullets.jpg) no-repeat left 9px;list-style: none; line-height: 1.65em; padding-left: 7px; }p,fieldset { margin: 0.25em 0 1.95em; }p,td {  line-height: 1.65em;}/* Navigation lists <ul class="nav"> */ul, li, ol, .nl, .nav, .nl li, .nav li, .nav ul { margin: 0; padding: 0; list-style: none; }