@charset "utf-8";

/* HTML */
* {
	font-size:16px;
	line-height:20px;
	color:#333333;
	text-shadow: 0 0 0 #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:none;
}
a:hover, a:hover *, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover {
	color:#29abe2;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	text-transform:uppercase;
	font-weight:bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
	text-transform:uppercase;
	font-weight:bold;
}
h1, .h1 {
	color:#ffffff;
}
h1 a, .h1 a {
	color:#ffffff;
}
h1 a:hover, .h1 a:hover {
	color:#FFFF66;
}
h2, .h2 {
	color:#333333;
}
h2 a, .h2 a {
	color:#333333;
}
h2 a:hover, .h2 a:hover {
	color:#29abe2;
}
h3, .h3 {
	color:#ffffff;
}
h3 a, .h3 a {
	color:#ffffff;
}
h3 a:hover, .h3 a:hover {
	color:#FFFF66;
}
h4 a {
	color:#333333;
	text-transform:capitalize;
}
h4 a:visited {
	color:#333333;
}
h4 {
	color:#29abe2;
}
img {border:none;}
ul {list-style:none;padding:2px;}
li {list-style:none;padding:2px;}
input {background:#eeeeee;color:#333333;line-height:20px;height:20px;font-weight:bold;padding:0 5px;width:120px;}
.hand {cursor:hand;cursor:pointer;}
sup, sub {font-size:10px;line-height:1px;}

/* LAYOUT */
#page {
}
#message {
}
#message a {
	color:#29abe2;
}
#top {
	background:#333333;
	height:20px;
}
#logo {
}
#menu {
}
#body {
}
#error {
}
#foot {
}

/* ELEMENTS */
.column {
}
.coltitle {
	background:#333333;
	color:#ffffff;
	margin:0 0 8px 0;
}
.colbody {
}
.article * {
	font-size:12px;
	line-height:14px;
}
.article a:visited, .article p a:visited, .article a:visited * {
	color:#999999;
	text-decoration:line-through;
}

/* CLASSES */
.highlight {
	text-decoration:underline;
}

.tiny {
	font-size:12px;
	line-height:14px;
}

.black {
	color:#000000;
}
.black a {
	color:#000000;
}
.black a:hover {
	color:#29abe2;
}

.magenta {
	color:#e80f8b;
}
.magenta a {
	color:#e80f8b;
}
.magenta a:hover {
	color:#000000;
}

.yellow {
	color:#FFFF66;
}
.yellow a {
	color:#FFFF66;
}
.yellow a:hover {
	color:#000000;
}

.cyan {
	color:#29abe2;
}
.cyan a {
	color:#29abe2;
}
.cyan a:hover {
	color:#000000;
}

.subtle {
	color:#666666;
}
.subtle a {
	color:#666666;
}
.subtle a:hover {
	color:#000000;
}

.bright {
	color:#000000;
}
.bright a {
	color:#000000;
}
.bright a:hover {
	color:#000000;
}

.strong {
	font-weight:bold;
	color:#000000;
}
.strong a {
	font-weight:bold;
	color:#000000;
}
.strong a:hover {
	font-weight:bold;
	color:#000000;
}

.error {
	color:#e80f8b;
}
.message {
	color:#29abe2;
}

.martop {
	margin-top:4px;
}
.marbottom {
	margin-bottom:4px;
}
.margintop {
	margin-top:10px;
}
.paddingtop {
	padding-top:12px;
}

