﻿/* Main Style */
body { font-family: "Ms Sans Serif"; font-size: 10px; color: #666666; background: #FFFFFF; margin:0px; } 
table { font-family: "Ms Sans Serif"; font-size: 10px; color: #666666; } 
td { font-family: "Ms Sans Serif"; font-size: 10px; color: #666666; }
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #FF9900; text-decoration: underline; }
a:hover { color: #FF9900; text-decoration: underline; }

/* Link Design */
a.design_content_link:link {  font-family: "Arial"; font-size: 11px; font-weight: bold; color: #0066CC; text-decoration: none; }
a.design_content_link:visited {  font-family: "Arial"; font-size: 11px; font-weight: bold; color: #0066CC; text-decoration: none; }
a.design_content_link:active {  font-family: "Arial"; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none; }
a.design_content_link:hover {  font-family: "Arial"; font-size: 11px; font-weight: bold; color: #FF9900; text-decoration: none; }

/* Line Design */
.design_dot { background: url("../images/object/dotline.gif") repeat-x; }
.design_dot_top { background: url("../images/object/dotline.gif") repeat-x; background-position: top; color: #333333; font-weight: bold; }
.design_dot_middle { background: url("../images/object/dotline.gif") repeat-x; background-position: center; }
.design_line { background: url("../images/object/line.gif") repeat-x; background-position: center center; color: #333333; font-weight: bold; }
.design_line_blue { background: url("../images/object/line_blue.gif") repeat-x; background-position: center center; color: #333333; font-weight: bold; }
.design_vertical_center { background: url("../images/object/vertical-line.gif") repeat-y; background-position: center; color: #333333; font-weight: bold; }
.design_vertical_dot_center { background: url("../images/object/vertical-line-dot.gif") repeat-y; background-position: center; color: #333333; font-weight: bold; }