﻿/* 
	project:   Teksonix.Com
	author:   Mark Way
*/

*{ margin: 0; padding: 0; }

/* 	Colors */
.color-logo-green {
	background-color : #076031;
}
.color-logo-red {
	background-color : #D42027;
}
.color-menu-yellow {
	background-color : #FCFCC8;
}

/* 	Fonts - Core 1 */
.core1 {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #666666;
}
.core1 a {
	color: #FFFFFF;
	background: inherit;
}
.core1 a:hover {
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
}
.core1 a { outline-style: none; } 
.core1 p{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #FFFFFF;
}
.core1 h1{
	font: 19px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #666666;
}
.core1 h2{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #222222;
	margin-bottom: 10px;
}
.core1 h3{
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #222222;
}
.core1 h4{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #C23237;
	margin-bottom: 15px;
	text-align: center;
}
.core1 h5{
	padding: 5px;
	border-radius: 10px;
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #333333;
	background-color: #FCFCC8;
	margin-bottom: 15px;
	text-align: center;
}
.core1 h6{
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FCFCC8;
}
.core1 ul{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core1 li{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #FFFFFF;
}
.clear { clear: both; }


/* 	Alt Fonts - Core 2 */

.core2 {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #666666;
}
.core2 a {
	color: #336699;
	background: inherit;
	text-decoration: none;
}
.core2 a:hover { color: #808080; background: inherit; text-decoration: underline; }
.core2 a { outline-style: none; } 
.core2 p{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #666666;
}
.core2 h1{
	font: 19px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #175692;
}
.core2 h2{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #175692;
	margin-bottom: 10px;
}
.core2 h3{
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #175692;
}
.core2 h4{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #132543;
}
.core2 h5{
	padding: 10px;
	border-radius: 10px;
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #2D4C6B;
}
.core2 h6{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #222222;
}
.core2 ul{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core2 li{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}

/* 	Alt Fonts - Core 3 */

.core3 {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #666666;
}
.core3 a {
	color: #336699;
	background: inherit;
	text-decoration: none;
}
.core3 a:hover { color: #808080; background: inherit; text-decoration: underline; }
.core3 a { outline-style: none; } 
.core3 p{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #666666;
}
.core3 h1{
	font: 19px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #132543;
}
.core3 h2{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #132543;
	margin-bottom: 10px;
}
.core3 h3{
	font: 14px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #132543;
	padding-bottom: 10px;
}
.core3 h4{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	color: #132543;
	margin-bottom: 15px;
}
.core3 h5{
	padding: 10px;
	border-radius: 10px;
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #2D4C6B;
}
.core3 h6{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #222222;
}
.core3 ul{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core3 li{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}

.core-dcodes {
	font: x-small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core-dcodes a {
	color: #333333;
	background: inherit;
	text-decoration: none;
}
.core-dcodes a:hover { color: #808080; background: inherit; text-decoration: underline; }
.core-dcodes a { outline-style: none; } 
.core-dcodes p{
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core-dcodes h2{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #666666;
}
.core-dcodes h4{
	padding: 10px;
	border-radius: 10px;
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #2D4C6B;
}
.core-dcodes h5{
	font: 20px Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #333333;
	margin-top: 15px;
}
.core-dcodes h6{
	font: medium Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bolder;
	color: #333333;
}
.core-dcodes ul{
	font: x-small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
.core-dcodes li{
	font: x-small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
