﻿@import url('layout.css');

* {
	margin: 0;
	padding: 0;
}

body {
	font:               normal 13px "Trebuchet MS", verdana, arial, sans-serif;

	color:              #000;
	background:         #fff;
}

a {
	text-decoration:    underline;
}

a:hover {
	text-decoration:    none;
}

img {
	border:             none;
}

.c {
	text-align:         center;
}

.l {
	text-align:         left;
}

.r {
	text-align:         right;
}

.j {
	text-align:         justify;
}

.b {
	font-weight:		bold;
}

.cl {
	clear:              both;
}

.cl-l {
	clear:              left;
}

.cl-r {
	clear:              right;
}
