@charset "utf-8";

/*
 Typography v1.2
 -----------------------------------
 Last modified: 24.05.2012
 Author: Ruslan B. (r.beygulenko@gmail.com )
 Please attribute the author if you use it
*/

body { font:12px Tahoma, Geneva, sans-serif; }

/* heading */
h1 {}
h2 { font-size:17px; line-height:14px; color:#065A7A;  margin-bottom:13px;}
h3 {}
h4 {}
h5 {}
h6 {}

/* links */
a {color:#065A7A;}
a:hover { text-decoration:none;}
a:visited {}
a:active {}

/* fake links */
.false {border-bottom:1px dotted solid;}

/* base */
strong {font-weight:bold;}
p {margin-bottom:15px;}
u {text-decoration:underline;}
em, dfn {font-style:italic;}
del {text-decoration:line-through;}
ins {text-decoration: none;}
big {font-size:120%;}
small {font-size:80%;}
abbr, acronym { border-bottom: 1px dotted #666; }
sup, sub {}
blockquote, q {}
pre, code, tt {}
cite {}

/* lists */
ul {}
ul li {}
ol {}
ol li {}
li ul, li ol {}
ul, ol {margin-bottom:15px;}

/* definitions lists */
dl {margin:0 0 15px 0;}
dl dt {font-weight: bold; }
dd {margin:0 0 0 15px; }

/* tables */
table {border:1px solid #003D71;}
table td, table th {border:1px solid  #003D71;padding:3px 10px; font-size:12px; color:#000;}
table th  { text-align:center; vertical-align:middle; font-size:14px; color:#065A7A;}

/* editor content */
.editor { line-height:16px;}
.editor ul, .editor ol {margin-bottom:15px;padding-left:20px;}
.editor ul li, .editor ol li {}
.editor ul { list-style:disc outside;}
.editor ol { list-style:decimal outside;}