@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* CSS Document */

html.body{
    font-family: Tahoma, "Trebuchet MS", Arial;
    font-size: 12px;
    color: #444;
    margin: 0px;
}

body {
    padding:0px;
    margin:2px 0 0 0;
    font-family: Tahoma, "Trebuchet MS", Arial;
    font-size: 12px;
    color: #444;
    background-color: #CCCCCC;
}


/* General */
a {
    color: #FF6633;
    text-decoration: none;
}
a:hover {
    color: #666666;
    background-color: #DDDDDD;
}

a:hover img {
	background:none;
}

a:visited {color: #FF6633;}

.small {
    font-size: 10px;
}

td {font-size:12px;}


.message_form {
background:#EEE;border:solid 1px #CCC;padding:12px;margin:12px 0px;text-align: justify;
}
