﻿/* —[Reset user Tags start]— */
html, body {
	margin: 0; padding:0; height:100%; font-size:12px; /*background:url("../images/pattern.jpg");*/
}
ul, ol, li, img, p, h1, h2, h3, h4, h5, h6, table, td, form, div, pre, a, hr {
	margin: 0; font-family:Verdana;	padding: 0;	outline: 0;	
}
img { border: none; }
ul, ol, li { list-style: none;}
:focus { outline: none; }
table, td, form {
	border: none;border-collapse:collapse; border-spacing: 0;
}
/* —[Reset user Tags end]— */
/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; margin-right:10px;}
.left { float: left; margin-left:10px;}
.current { cursor: default; }
.clear {
	clear: both; height: 0; line-height: 0; font-size: 1px; overflow: hidden;
}
a.link {color:#4594bd;text-decoration:none;}
a.link:hover {text-decoration:none;}
