a { color: #0000ff; }
a:active { color: #0000ff; }
body { color: #000000; font-family: arial,helvetica,sans-serif; }
form { margin: 0px; }

/* legacy */

.heading { color: #0000ff; font-size: 13px; font-weight: bold; }
.large { color: #0033ff; font-size: 15px; text-decoration: none; }
.greylink { color: #666666; font-size: 11px; text-decoration: none; }
.greylink:hover { text-decoration: underline; color: #0033ff; }
.bluelink { color: #0033ff; font-size: 11px; text-decoration: none; }
.bluelink:hover { text-decoration: underline; color: #0033ff; }
.white { color: #ffffff; }
.small, .smallgrey { font-size: 11px; }
.smallgrey { color: #666666; }
.body { font-size: 13px; }
.relative { position: relative; }

table#bodytable { border-color: #ff9900; border-style: solid; collapse; border-spacing: 0; border-width: 0 0 1px 1px; }
td#bodytable { border-color: #ff9900; border-style: solid; border-width: 1px 1px 0 0; margin: 0; padding: 4px; }

/* new */

/* orange box (used everywhere) */
.box { border: 1px solid #ff9900; margin-bottom: 8px; vertical-align: top; width: 100%; }
.boxhead { border-bottom: 1px solid #ff9900; color: #0033ff; font-size: 15px; margin: 0px; padding: 8px; text-decoration: none; }

/* orange boxes */
.boxwhite, .boxgrey { font-size: 11px; padding: 4px 8px 4px 8px; }

/* orange box - grey background */
.boxgrey { background-color: #e6e6e6; color: #666666; }

/* legal */
.boxyellow { background-color: #ffffcc; font-size: 10px; padding: 8px; }

.boxgrey a { color: #666; text-decoration: none; }
.boxgrey a:hover { color: #0033ff; text-decoration: underline; }

/* main body container for content pages */
.c1 { margin-left: 15px; margin-top: 5px; margin-bottom: 10px; }
/* secondary container */
.c2 { font-size: 13px; text-align: left; width: 100%; }

.rhc { float: right; margin-bottom: 10px; margin-left: 10px; width: 180px; }
.lhc { float: left; margin-bottom: 10px; margin-right: 10px; width: 180px; }

/* margins */
.ml { margin-left: 15px; }
.mb { margin-bottom: 15px; }

/* font sizes */
.texts { font-size: 11px; }
.textm { font-size: 12px; }
.textn { font-size: 13px; }
.textl { font-size: 15px; }

/* colors */
.grey { color: #666666; text-decoration: none; }
.grey:hover { text-decoration: underline; }

.blue { color: #0033ff; text-decoration: none; }
.blue:hover { text-decoration: underline; }

/* orange bullet - lists */
.ob ul { list-style-image: url("http://www.intel.com/plt/cd/ids/images/main/li.gif"); margin: 0px; padding-left: 17px; }
.ob li { margin-bottom: 3px; margin-top: 3px; }

/* for small fonts */
.obs ul { font-size: 11px; }

/* DCS ordered lists */
.ol ol { font-size: 11px; margin: 0px; padding-left: 28px; }
.ol li { margin-bottom: 5px; margin-top: 2px; }

/* alignment */
.right { text-align: right; }
.center { text-align: center; }

/* decorations */
.bold { font-weight: bold; }

/* other */
.backtotop { padding-top: 10px; padding-bottom: 10px; }
tt,pre { font-size: 12px; }