
/* Type.css ------------------------------------------------*/

/* Default fonts and colors. */
body { font:14px/1.441 arial,helvetica,clean,sans-serif;/* for IE6/7 */ * font-size:small; /* for IE Quirks Mode */* font:x-small; }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold;  color: #111; }

h1 { font-size: 2em; line-height: 1; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; line-height: 1; }
h4 { font-size: 1.2em; line-height: 1.25; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }



/* Text elements
-------------------------------------------------------------- */

a           { color: #555; text-decoration: none; }


a:active, 
a:hover     { color: #FFF; background:#006699; }

 
a:link 		{  }

a:focus,
a:visited 	{  }

a img		{  border:1px solid #95BA34; padding:2px; background-color:#ffffff; }
a:hover img {  border:1px solid #093; background-color:#006699; }


p			{ line-height:25px; color:#6b6b6b; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background:#E7ECED;  }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; white-space: pre; }
pre,code,kbd,samp,tt {*font-size:108%;}

hr 			{ border: 0 #ccc solid;border-top-width: 1px;clear: both;height: 0; }

small 		{ font-size: .8em;}

/* Lists
-------------------------------------------------------------- */

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li			{ list-style:none; }

dl dt       { font-weight: bold; }



/* Tables
-------------------------------------------------------------- */

table 		{font-size:inherit;}
table, td,
th 			{ vertical-align: middle; }
th 			{ border-bottom: 2px solid #ddd; font-weight: bold; }
td 			{ border-bottom: 1px solid #ddd; }
tfoot 		{ font-style: italic; }
caption 	{ background: #ffc; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* From
-------------------------------------------------------------- */

select,
input,
button,
textarea,
button 		{ font:99% arial,helvetica,clean,sans-serif;}

/* Other
-------------------------------------------------------------- */

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em;  }
.large      { font-size: 1.2em; line-height: 2.5em; }


.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }




.tred   	{ color:red;}
.tgreen   	{ color:green;}
.tblue   	{ color:blue;}
.tblack   	{ color:blue;}
.twhite    	{ color:white;}
.tyellow    { color:yellow;}