/* <![CDATA[ */

	/* generics - document sections */
	span {
		margin: 0px;
		padding: 0px;
	}
	div {
	}

	/* iframes */
	iframe {
		margin: 0px;
		padding: 0px;
	}

	/*
	 * images
	 */
	img {
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	/* buttons */
	button {}

	/*
	 * Links
	 */
	/* normal links */
	a:link {
    color: #7c716b;
		background-color: inherit;
		text-decoration: none;
	}
	/* visited links */
	a:visited {
    color: #7c716b;
		background-color: inherit;
		text-decoration: none;
	}
	/* over links */
	a:hover {
    color: #7c716b;
		background-color: inherit;
		text-decoration: none;
	}
	/* active links */
	a:active {
    color: #7c716b;
		background-color: inherit;
		text-decoration: none;
	}


	/*
	 * Titles
	 */
	/* title level 1 */
	h1 {
		margin: 0px 0px 0px 20px;
		color: #50413A;
		background-color: inherit;
		font-size: 14px;
		font-style: normal;
        font-weight: bold;
		font-variant: none;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	/* title level 2 */
	h2 {
		margin: 10px 0px 5px 0px;
		color: #50413A;
		background-color: inherit;
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		font-variant: small-caps;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	/* title level 3 */
	h3 {
		margin: 19px 0px 0px 0px;
		color: #50413A;
		background-color: inherit;
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		font-variant: small-caps;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	/* title level 4 */
	h4 {
		margin: 19px 0px 0px 0px;
		color: #50413A;
		background-color: inherit;
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		font-variant: small-caps;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	/* title level 5 */
	h5 {
		margin: 19px 0px 0px 0px;
		color: #FFFFFF;
		background-color: inherit;
		font-size: 15px;
		font-style: normal;
		font-weight: normal;
		font-variant: small-caps;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}
	/* title level 6 */
	h6 {
		margin: 0px 0px 0px 20px;
		color: #50413A;;
		background-color: inherit;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		font-variant: normal;
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	}


	/*
	 * Texts styles
	 */
	/* bold text */
	b, strong {
	
	}
	/* emphasized text */
	i, em {
	
	}
	/* big text */
	big {
	
	}
	/* small text */
	small{
	
	}
	/* abbreviation text */
	abbr {
	
	}
	/* acronyms */
	acronym {
	
	}
	/* long quotation */
	blockquote {
	
	}
	/* citation */
	cite {
	
	}
	/* short quotation */
	q {
	
	}
	/* superscripted text */
	sup {
	
	}
	/* subscripted text */
	sub {
	
	}
	/* sample computer code */
	code {

	}
	samp {

	}
	/* adress element */
	address {
	
	}
	/* deleted element */
	del {
	
	}
	/* inserted element */
	ins {
	
	}
	/* definition term */
	dfn {
	
	}
	/* keyboard text */
	kbd {
	
	}
	/* preformatted text */
	pre {
	
	}
	/* paragraphs */
	p {
	    margin-top: 20px;
	    margin-left: 20px;
	    margin-right: 20px;
	    margin-bottom: 0px;
	}
	/* line break */
	br {
	
	}
	/* horizontal line */
	hr {
	
	}


	/*
	 * lists
	 */
	/* unordered lists */
	ul {
	
	}
	/* ordered lists */
	ol {
	
	}
	/* lists items */
	li {
	
	}
	/* definitions list */
	dl {
	
	}
	/* term to define */
	dt {
	
	}
	/* definition */
	dd {
	
	}


	/*
	 * tables properties
	 */
	/* tables object */
	table {
	
	}
	/* table title */
	caption {
	
	}
	/* table lines */
	tr {
	
	}
	/* table header cels */
	th {
	
	}
	/* table cels */
	td {
	
	}
	/* table header */
	thead {
	
	}
	/* table body */
	tbody {
	
	}
	/* table footer */
	tfoot {
	
	}
	/* table columns */
	col {
	
	}
	/* table columns group */
	colgroup {
	
	}


	/*
	 * forms properties list
	 */
	/* form object */
	form {
	
	}
	/* fieldset object */
	fieldset {
	
	}
	/* fieldset title */
	legend {

	}
	/* form element title */
	label {
	
	}
	/* input fields */
	input {
        background-image: url( '../templates/imgs/cmxform-input-bckgrnd.gif' );
        background-position: top;
        background-repeat: repeat-x;
        border: solid 1px #BCBCBC;
        background-color: #FFF;
        padding: 3px;
	}
	/* text area fields */
	textarea {
        background-image: url( '../templates/imgs/cmxform-input-bckgrnd.gif' );
        background-position: top;
        background-repeat: repeat-x;
        border: solid 1px #BCBCBC;
        background-color: #FFF;
        padding: 3px;
	}
	/* select lists */
	select {
	
	}
	/* select lists options */
	option {
	
	}
	/* select lists options groups */
	optgroup {
	
	}

/* ]]> */
