/*-- General --*/
html, body, div, p, td {font-size: 14px; font-family: helvetica,arial,sans-serif; color: #333; }
table { border: 0; }
body { background: #fff; margin: 0; padding: 0; }
em { font-weight: bold; font-style: normal; }
.gt { color: #8f8f8f; }
.bt { color: #a2af53; }
.rt { color: #ff0000; }

/*-- Links --*/
a, a:link,a:active, a:visited { color: #a2af53; text-decoration: none; }
a:hover { color: #fff; background-color: #a2af53; }
a img { border-width: 0; border-style: none; }

/*-- Positioning --*/
table.fullscreen { width: 100%; 	height: 100%; }
td.center { vertical-align: middle; text-align: center; }

#container { position: relative; /*text-align: left; */ margin-left: auto; margin-right: auto; width: 400px; height: 300px; }
#title { position: relative; width: 100%; text-align: center; padding: 5px ; margin-bottom: 10px;}
#content { position: relative; width: 100%; text-align: center; padding: 5px }
