﻿/* CSS layout */
*{
	margin:0;
	padding:0;	
}


.align-right{
    text-align:right;
}

.float-left{
    float:left;
}
.float-right{
    float:right;
}

.clear{
    clear:both;
}

.clear-left{
    clear:left;
}
.clear-right{
    clear:right;
}

.plain {
	background: none;
	text-decoration: none;
}
.dark {
	color: #323232;/*dark text*/
}
.light {
	color: #fff;/*light text*/
}


html{
	
}

body{
	
}

p,em,quote,blockquote,acronym{
	font: 1.1em/1.5em;
}

ul{
    list-style-position:inside;
    list-style:none;
}

.data2coltables {
	margin-left: 5px;
}
