/**
 *
 * Moc 10 Media
 * http://www.moc10media.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #758193
 * Red = #831d15
 *
 */

/* Global Definitions */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ffcc33;
	background-color: #000;
	background-image: url(/img/back.gif);
	background-repeat:repeat-x;
}

img {
    border: none;
}

a {
	font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-decoration: none;
    color: #999;
}

a:hover {
    text-decoration: underline;
    color: #ffcc33;
}

h2 {
	margin: 0;
	padding: 0 0 15px 0;
    color: #fff;
    font-size: 28px;
}

h3 {
	margin: 0;
	padding: 0 0 15px 0;
    font-size: 1.4em;
}

p {
	margin: 0;
	padding: 0 0 25px 0;
	color: #fff;
    line-height: 1.3em;
    text-align: justify;
}

input, select, textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
    border: solid 1px #333;
}
