

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Codewise Lite - JavaScript Library for Vividus FX

Copyright (c) 2004-2009 Codewise Systems Inc. & Twisted Lime Media Inc. 
All rights reserved.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML tags */

html {

}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px !important;
	background: #2b3738 top left no-repeat;
	background-image: url(../media/images/_page_bg_@80.jpg);
}
	body.Flash {
		padding: 0px;
	}

body, acronym, button, blockquote, h1, h2, h3, h4, h5, h6, input, li, ol, option, p, select, textarea, th, td, ul { 
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #cccccc;
	line-height: 1.4em;
}

a, a:link, a:active, a:hover, a:visited {
	color: #48c1ed;
}
	a:active, a:hover {
		color: #8ae0ff;
	}

	a:visited {

	}

h1, h2, h3 {
	margin: 20px 0px 5px 0px;
	color: #48c1ed;
	font-weight: normal;
}
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 13px;
	}

	h1 + h2, h2 + h3 {
		margin-top: 0px;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Classes */

.blue, .cloakedEmail {
	color: #48c1ed;
}


